Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit 9a72c8a

Browse files
More text to readme
1 parent 60fa23d commit 9a72c8a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ You need to have React Native installed :) (Not Expo)
1313
Follow instructions on and click the 'React Native CLI Quickstart'
1414
https://reactnative.dev/docs/environment-setup
1515

16+
And then you need to run this command (myapp can be something you desire)
17+
1618
```
1719
npx create-react-native-web-application --name myappname
1820
```
@@ -41,6 +43,8 @@ yarn web:eject
4143
## Tips
4244

4345
- Look up React Native Docs
46+
- Look up https://github.com/necolas/react-native-web
47+
- Look for web support in React Native packages
4448
- Install the Prettier extension in Visual Code
4549
- Enable Hermes in build.gradle since it will give you a ~ 30% faster app on Android
4650

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-web-application",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"bin": {
55
"create-react-native-web-application": "dist/index.js"
66
},

0 commit comments

Comments
 (0)