File tree 4 files changed +4586
-3767
lines changed
4 files changed +4586
-3767
lines changed Original file line number Diff line number Diff line change 17
17
.env.development.local
18
18
.env.test.local
19
19
.env.production.local
20
+ .idea
20
21
21
22
npm-debug.log *
22
23
yarn-debug.log *
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This repo is an example setup for using React Native Elements on the web with cr
4
4
5
5
In the project directory, you can run:
6
6
7
- ### ` npm start`
7
+ ### ` yarn start`
8
8
9
9
Runs the app in the development mode.<br >
10
10
Open [ http://localhost:3000 ] ( http://localhost:3000 ) to view it in the browser.
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"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"
12
13
},
13
14
"scripts" : {
14
15
"start" : " react-app-rewired start" ,
32
33
]
33
34
},
34
35
"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 "
38
39
}
39
40
}
You can’t perform that action at this time.
0 commit comments