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: documentation/docs/1_Introduction/1_1_RNBoilerplate.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,15 @@ The driving goal of the architecture of the boilerplate is separation of concern
43
43
44
44
The boilerplate contains:
45
45
46
-
- a [React Native](https://facebook.github.io/react-native/) (v**0.64.0**) 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)
46
+
- a [React Native](https://facebook.github.io/react-native/) (v**0.65.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)
47
47
- a [clear directory layout](#directory-layout) to provide a base architecture for your application
48
-
-[Redux](https://redux.js.org/) (v**4.0.5**) to help manage state
48
+
-[Redux](https://redux.js.org/) (v**4.1.1**) to help manage state
49
49
-[Redux Persist](https://github.com/rt2zz/redux-persist) (v**6.0.0**) to persist the Redux state
50
-
-[React Navigation](https://reactnavigation.org/) (v**5**) to handle routing and navigation in the app, with a splash screen setup by default
51
-
-[redux toolkit](https://github.com/infinitered/reduxsauce) (v**1.5.0**) to make redux easier
52
-
-[axios](https://github.com/axios/axios) (v**0.21.1**) to make API calls
50
+
-[React Navigation](https://reactnavigation.org/) (v**6**) to handle routing and navigation in the app, with a splash screen setup by default
51
+
-[redux toolkit](https://redux-toolkit.js.org/) (v**1.6.1**) to make redux easier
52
+
-[axios](https://github.com/axios/axios) (v**0.21.4**) to make API calls
53
53
-[prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native
54
-
-[react-native-flipper](https://fbflipper.com/) (v**0.75.1**) to debug react-native and [redux-flipper](https://github.com/jk-gan/redux-flipper) (v**1.4.2**) to debug redux
54
+
-[react-native-flipper](https://fbflipper.com/) (v**2.0.0**) to debug react-native and [redux-flipper](https://github.com/jk-gan/redux-flipper) (v**1.4.2**) to debug redux
55
55
56
56
The boilerplate includes an example (displaying fake user data) from UI components to the business logic. The example is easy to remove so that it doesn't get in the way.
0 commit comments