React Native + fetch + Abort Controller
- Clone the repo
$ git clone https://github.com/robertoachar/react-native-fetch-abort-controller.git- Install dependencies
$ npm install- Run scripts
| Action | Usage |
|---|---|
| Run on Android | npm run android |
| Run on iOS | npm run ios |