An open API service indexing awesome lists of open source software.

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

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
```