You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The driving goal of the architecture of the boilerplate is separation of concern
32
32
33
33
The boilerplate contains:
34
34
35
-
- a [React Native](https://facebook.github.io/react-native/) application (in "[ejected](https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md)" mode to allow using dependencies that rely on native code)
35
+
- a [React Native](https://facebook.github.io/react-native/)(v0.57.1) application (in "[ejected](https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md)" mode to allow using dependencies that rely on native code)
36
36
- a [clear directory layout](#directory-layout) to provide a base architecture for your application
37
37
-[Redux](https://redux.js.org/) (v3.7) to help manage state
38
38
-[Redux Persist](https://github.com/rt2zz/redux-persist) (v5.9) to persist the Redux state
0 commit comments