File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11
2+
23# Sample React Native Applications for Mixpanel Integration
34
45This folder contains 3 sample applications demonstrating how you can use Mixpanel in your React Native app.
@@ -13,8 +14,10 @@ This folder contains 3 sample applications demonstrating how you can use Mixpane
1314https://reactnative.dev/docs/environment-setup
1415
1516## Getting Started
16- - Under the sample application's root directory, run ` yarn install `
17- - Under the sample application's ios directory, run ` pod install `
17+ - Under the sample app's root directory, run ` yarn install `
18+ - Under the sample app's ios directory, run ` pod install `
19+ - To run the app in iOS, run ` yarn ios `
20+ - To run the app Android, run ` yarn android `
1821
1922## Add your Mixpanel Token to app.json
2023There is "token" value in app.json that you'll need to update
You can’t perform that action at this time.
0 commit comments