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 1f1a7ab commit 7cf8999Copy full SHA for 7cf8999
README.md
@@ -34,3 +34,12 @@ git commit -m <insert_commit_comment>
34
git push -u origin <your_branch_name>
35
```
36
8. Go to the GitHub repository and submit a Pull Request.
37
+
38
+## Running the app in your system
39
+1. Install [React Native](https://facebook.github.io/react-native/docs/getting-started.html) into your system
40
+2. After forking the project, git clone the repository onto your local environment:
41
+```bash
42
+git clone https://github.com/YOUR-USERNAME/Addy-React-Native.git
43
+```
44
+3. Install to node modules using `npm install` in the project directory
45
+4. Use `react-native run-ios` or `react-native run-android` for running the app on iOS or Android device/ simulator installed in your system.
0 commit comments