# 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;
```
