Skip to main content

React Native

Installation​

Requirements

  npm i @airsnap/react-native

Install the Pod library:

 pod install

Initialize the library​

After getting the API key, initialize AirSnap.

import AirSnap from '@airsnap/react-native';

AirSnap.start('<api-key>');