We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2d054 commit 152c908Copy full SHA for 152c908
README.md
@@ -1,8 +1,17 @@
1
# ReactNativeExamples
2
All my React Native examples and experiements can be found here. This repo is divided into two sub folders,
3
4
-### ios
5
-Has all iOS projects
+### Instructions
+```
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.
15
-### android
-Has Android projects.
16
+### License
17
+This project is licensed under the MIT License
0 commit comments