Skip to content

Commit 38ad609

Browse files
authored
upgrade to rn-web-12 (#5)
1 parent f473433 commit 38ad609

File tree

4 files changed

+4586
-3767
lines changed

4 files changed

+4586
-3767
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.env.development.local
1818
.env.test.local
1919
.env.production.local
20+
.idea
2021

2122
npm-debug.log*
2223
yarn-debug.log*

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo is an example setup for using React Native Elements on the web with cr
44

55
In the project directory, you can run:
66

7-
### `npm start`
7+
### `yarn start`
88

99
Runs the app in the development mode.<br>
1010
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"react": "^16.9.0",
7-
"react-dom": "^16.9.0",
8-
"react-native-elements": "^1.1.0",
9-
"react-native-vector-icons": "^6.6.0",
10-
"react-native-web": "^0.11.7",
11-
"react-scripts": "3.1.1"
6+
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
7+
"react": "^16.13.0",
8+
"react-dom": "^16.13.0",
9+
"react-native-elements": "^2.0.4",
10+
"react-native-vector-icons": "^6.7.0",
11+
"react-native-web": "^0.12.0",
12+
"react-scripts": "3.4.1"
1213
},
1314
"scripts": {
1415
"start": "react-app-rewired start",
@@ -32,8 +33,8 @@
3233
]
3334
},
3435
"devDependencies": {
35-
"@babel/plugin-proposal-class-properties": "^7.5.5",
36-
"customize-cra": "^0.5.0",
37-
"react-app-rewired": "^2.1.3"
36+
"@babel/plugin-proposal-class-properties": "^7.10.4",
37+
"customize-cra": "^1.0.0",
38+
"react-app-rewired": "^2.1.6"
3839
}
3940
}

0 commit comments

Comments
 (0)