Skip to content

Commit b3a36bc

Browse files
committed
add react native version number in readme
1 parent 0304ebf commit b3a36bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The driving goal of the architecture of the boilerplate is separation of concern
3232

3333
The boilerplate contains:
3434

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)
3636
- a [clear directory layout](#directory-layout) to provide a base architecture for your application
3737
- [Redux](https://redux.js.org/) (v3.7) to help manage state
3838
- [Redux Persist](https://github.com/rt2zz/redux-persist) (v5.9) to persist the Redux state

0 commit comments

Comments
 (0)