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
+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
@@ -8,15 +8,15 @@ The boilerplate provides **an architecture optimized for building solid applicat
8
8
9
9
The boilerplate contains:
10
10
11
-
-an "[ejected](https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md)" React Native application (v0.55) created with `react-native init`
11
+
-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)
12
12
- a [clear directory layout](#directory-layout) to provide a base architecture for your application
13
13
-[Redux](https://redux.js.org/) (v3.7) to help manage state
14
14
-[Redux Persist](https://github.com/rt2zz/redux-persist) (v5.9) to persist the Redux state
15
15
-[Redux Sagas](https://redux-saga.js.org) (v5.0) to separate side-effects and logic from state and UI logic
16
+
-[React Navigation](https://reactnavigation.org/) (v2.12) with a [`NavigationService`](App/Services/NavigationService.js) to handle routing and navigation in the app, with a splash screen setup by default
16
17
-[reduxsauce](https://github.com/infinitered/reduxsauce) (v0.7) to facilitate using Redux
17
18
-[apisauce](https://github.com/infinitered/apisauce) (v0.15) to make [axios](https://github.com/axios/axios) even better
18
19
-[prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native
19
-
-[react-native-navigation](https://reactnavigation.org) (v2.12) with a [`NavigationService`](App/Services/NavigationService.js) for the application's navigation
20
20
21
21
## Updates
22
22
@@ -26,11 +26,11 @@ The boilerplate will follow new React-Native releases as soon as libraries and t
-[`App/Theme`](App/Theme): base styles for the application
35
35
36
36
For more information on each directory, click the link and read the directory's README.
@@ -51,7 +51,7 @@ To create a new project using the boilerplate:
51
51
- clone this repository
52
52
- remove the previous git history: `rm -rf .git/`
53
53
- install the npm dependencies by running `yarn`
54
-
- rename the React Native project to your own project name: `npm run rename -- <YourProjectName>` (the default name is `Boilerplate`)
54
+
- rename the React Native project to your own project name: `yarn run rename -- <YourProjectName>` (the default name is `Boilerplate`)
55
55
- remove the LICENSE file and the "License" section from the README if your project is not open source
56
56
57
57
Feel free to remove the section "Using the boilerplate" from the README (you will not need it anymore in your project). You are encouraged to keep the rest of the documentation in your project so that it is self-explanatory.
0 commit comments