You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ React Web Native App
3
3
4
4
The goal of this build is to create a react web and native app using a shared codebase while keeping the integrity of the `create-react-app` and `react-native` build structure.
5
5
6
-
If you find any issues or improvements needed, feel free to submit your improvements!
7
-
8
6
### Quick Start
9
7
10
8
1. Clone this repo.
@@ -15,11 +13,19 @@ If you find any issues or improvements needed, feel free to submit your improvem
15
13
16
14
4. Code the greatest app of all time.
17
15
16
+
### Requirements
17
+
18
+
This is a `node` based build app so having node installed is an obvious requirement!
19
+
20
+
`react-native` requires you to have the proper emulators installed for your targeted operating system. Check out the [React Native docs at Facebook](https://facebook.github.io/react-native/docs/getting-started.html) to get the install instructions. Make sure to use the instructions under the "Building Projects with Native Code" tab.
21
+
22
+
(Optional) `npm` is installed with node but I recommend `yarn` package management. Instruction to install Yarn [can be found here](https://yarnpkg.com/en/docs/install).
23
+
18
24
### Additional Options
19
25
20
26
Commands can be executed with `yarn <options>` or `npm run <options>`
0 commit comments