https://github.com/shearichard/react-native-axios-sandbox
A demonstration of how to use Axios with React Native
https://github.com/shearichard/react-native-axios-sandbox
axios axios-react react-native
Last synced: 3 months ago
JSON representation
A demonstration of how to use Axios with React Native
- Host: GitHub
- URL: https://github.com/shearichard/react-native-axios-sandbox
- Owner: shearichard
- License: mit
- Created: 2021-11-26T01:57:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T03:05:32.000Z (over 4 years ago)
- Last Synced: 2025-10-30T19:08:08.793Z (9 months ago)
- Topics: axios, axios-react, react-native
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Axios Sandbox
A demonstration of interacting with a RESTful API from a [React Native](https://reactnative.dev/) application using [Axios](https://axios-http.com/). I may also make use of the [axios-hooks](https://github.com/simoneb/axios-hooks) projects in the longer term.
## Dev Notes
Dev machine is currently tana.
Start emulator by navigating to home directory and executing ...
```
$ npm start
```