Skip to content

Commit 2f0c682

Browse files
committed
Downgrade ReactNative because on issue with react-native-vector-icons support
1 parent abd79a5 commit 2f0c682

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The application contains three main parts:
88
2. Actions and reducers are used to simulate login and call StackOverflow API.
99
3. Containers are actual screens user interacts with.
1010

11-
## Known issue
11+
## Known issue with ReactNative 0.52.0
1212
At first start you may get error:
1313
```
1414
error: bundling failed: Error: While resolving module `react-native-vector-icons/MaterialIcons`,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"dependencies": {
1010
"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",
1313
"react-native-drawer": "^2.5.0",
1414
"react-native-material-textfield": "^0.11.0",
1515
"react-native-router-flux": "^4.0.0-beta.27",

0 commit comments

Comments
 (0)