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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,14 @@ 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/) (v0.57.8) 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.59.2) 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
-
-[Redux](https://redux.js.org/) (v3.7) to help manage state
38
-
-[Redux Persist](https://github.com/rt2zz/redux-persist) (v5.9) to persist the Redux state
39
-
-[Redux Sagas](https://redux-saga.js.org) (v5.0) to separate side-effects and logic from state and UI logic
40
-
-[React Navigation](https://reactnavigation.org/) (v3.0.9) with a [`NavigationService`](App/Services/NavigationService.js) to handle routing and navigation in the app, with a splash screen setup by default
41
-
-[reduxsauce](https://github.com/infinitered/reduxsauce) (v0.7) to facilitate using Redux
42
-
-[apisauce](https://github.com/infinitered/apisauce) (v0.15) to make [axios](https://github.com/axios/axios) even better
37
+
-[Redux](https://redux.js.org/) (v4.0.1) to help manage state
38
+
-[Redux Persist](https://github.com/rt2zz/redux-persist) (v5.10.0) to persist the Redux state
39
+
-[Redux Sagas](https://redux-saga.js.org) (v1.0.2) to separate side-effects and logic from state and UI logic
40
+
-[React Navigation](https://reactnavigation.org/) (v3.6.0) with a [`NavigationService`](App/Services/NavigationService.js) to handle routing and navigation in the app, with a splash screen setup by default
41
+
-[reduxsauce](https://github.com/infinitered/reduxsauce) (v1.0.1) to facilitate using Redux
42
+
-[apisauce](https://github.com/infinitered/apisauce) (v1.0.2) to make [axios](https://github.com/axios/axios) even better
43
43
-[prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native
44
44
45
45
The boilerplate includes an example (displaying fake user data) from UI components to the saga. The example is easy to remove so that it doesn't get in the way.
0 commit comments