You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to your mobile source and copy the writekey
Update your WRITEKEY in the analytics.js file
3. Build & Run
# To install dependencies
yarn
# Note: if above command failed due to Pod installation# consider removing `ios/Podfile.lock`# run `pod repo update` from `ios` folder# then run `yarn` from repo home folder# Run Packager (before build/launch simulator)
yarn start
# To build & launch simulator in dev environment
yarn android
# or
yarn ios