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, initializeApiKey} from 'onairos';

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

await initializeApiKey({
    apiKey: API_KEY, 
});

Last updated