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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The boilerplate contains:
44
44
-[Redux Sagas](https://redux-saga.js.org) (v1.0.2) to separate side-effects and logic from state and UI logic
45
45
-[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
46
46
-[reduxsauce](https://github.com/infinitered/reduxsauce) (v1.0.1) to facilitate using Redux
47
-
-[apisauce](https://github.com/infinitered/apisauce) (v1.0.2) to make [axios](https://github.com/axios/axios) even better
47
+
-[axios](https://github.com/axios/axios)to make API calls (v0.19.0)
48
48
-[prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native
49
49
50
50
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