diff --git a/README.md b/README.md index 45e51c9..e63907e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The React Native Template contains: - [Redux](https://redux.js.org/) (v4.0.1) to help manage state - [Redux Persist](https://github.com/rt2zz/redux-persist) (v5.10.0) to persist the Redux state - [Redux Sagas](https://redux-saga.js.org) (v1.0.2) to separate side-effects and logic from state and UI logic -- [React Navigation](https://reactnavigation.org/) (v3.11.2) with a [`NavigationService`](app/services/NavigationService.js) to handle routing and navigation in the app, with a splash screen setup by default +- [React Navigation](https://reactnavigation.org/) (v3.11.2) with a [`NavigationService`](app/services/navigationService.js) to handle routing and navigation in the app, with a splash screen setup by default - [reduxsauce](https://github.com/infinitered/reduxsauce) (v1.0.1) to facilitate using Redux - [apisauce](https://github.com/infinitered/apisauce/) to make API calls (v0.19.0) - [prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native