Installation

Simple

Installation Instructions

To integrate Onairos into your project, you can use the following installation methods for different platforms.

Install

npm install onairos@latest

Import

import {Onairos} from 'onairos';

Note: Verify the package name, as it may be onairos depending on your setup. Ensure React Native is configured in your project.

Last updated