Skip to content

Latest commit

 

History

History

appsflyer-react-native-app

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