File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The application contains three main parts:
8
8
2 . Actions and reducers are used to simulate login and call StackOverflow API.
9
9
3 . Containers are actual screens user interacts with.
10
10
11
- ## Known issue
11
+ ## Known issue with ReactNative 0.52.0
12
12
At first start you may get error:
13
13
```
14
14
error: bundling failed: Error: While resolving module `react-native-vector-icons/MaterialIcons`,
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"axios" : " ^0.17.1" ,
11
- "react" : " 16.2 .0" ,
12
- "react-native" : " 0.52 .0" ,
11
+ "react" : " 16.0 .0" ,
12
+ "react-native" : " 0.51 .0" ,
13
13
"react-native-drawer" : " ^2.5.0" ,
14
14
"react-native-material-textfield" : " ^0.11.0" ,
15
15
"react-native-router-flux" : " ^4.0.0-beta.27" ,
You can’t perform that action at this time.
0 commit comments