Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

AppsFlyerExample

README.md

AppsFlyer Shop Sample App

Example of how to use AppsFlyer React-Native plugin. In this app we demonstrate how to use basic initialization, in-app events (logEvent), and deep linking with UDL and GCD parameters.
Also in this app we use:
React-Navigation v6
React-Native-Elements

First runt

In the root folder of the the app (AppsFlyerExample and not appsflyer-react-native-plugin) run:
npm install
and then: cd ios && pod install

Android:

run npm run android

iOS:

run npm run ios