@rudderstack/rudder-integration-appsflyer-react-native
Version:
Rudder React Native SDK Appsflyer Device mode support for Android and iOS
19 lines (11 loc) • 457 B
Markdown
# rudder-integration-appsflyer-react-native
## Getting started
`$ npm install @rudderstack/rudder-integration-appsflyer-react-native --save`
### Mostly automatic installation
`$ react-native link rudder-integration-appsflyer-react-native`
## Usage
```javascript
import RudderIntegrationAppsflyerReactNative from '@rudderstack/rudder-integration-appsflyer-react-native';
// TODO: What to do with the module?
RudderIntegrationAppsflyerReactNative;
```