Skip to content

Commit a9aa0df

Browse files
committed
Update sample app README
1 parent ba84e48 commit a9aa0df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Samples/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
# Sample React Native Applications for Mixpanel Integration
34

45
This 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
1314
https://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
2023
There is "token" value in app.json that you'll need to update

0 commit comments

Comments
 (0)