Skip to content

Commit 152c908

Browse files
authored
Update README.md
1 parent af2d054 commit 152c908

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# ReactNativeExamples
22
All my React Native examples and experiements can be found here. This repo is divided into two sub folders,
33

4-
### ios
5-
Has all iOS projects
4+
### Instructions
5+
```
6+
$ cd into a project folder
7+
$ npm install
8+
$ npm start
9+
$ react-native run-android
10+
or
11+
Open XCode and run the project
12+
```
13+
### Issues and concerns
14+
Pls write me at [email protected] or raise an issue.
615

7-
### android
8-
Has Android projects.
16+
### License
17+
This project is licensed under the MIT License

0 commit comments

Comments
 (0)