https://github.com/robertoachar/react-native-fetch-abort-controller
React Native + fetch + Abort Controller
https://github.com/robertoachar/react-native-fetch-abort-controller
abort abort-controller controller fetch native react react-native signal
Last synced: 2 months ago
JSON representation
React Native + fetch + Abort Controller
- Host: GitHub
- URL: https://github.com/robertoachar/react-native-fetch-abort-controller
- Owner: robertoachar
- License: mit
- Created: 2019-03-13T20:18:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T20:48:26.000Z (over 7 years ago)
- Last Synced: 2025-05-15T09:43:29.297Z (about 1 year ago)
- Topics: abort, abort-controller, controller, fetch, native, react, react-native, signal
- Language: Objective-C
- Size: 302 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-fetch-abort-controller
[![License][license-badge]][license-url]
> React Native + fetch + Abort Controller
# Development
- Clone the repo
```bash
$ git clone https://github.com/robertoachar/react-native-fetch-abort-controller.git
```
- Install dependencies
```bash
$ npm install
```
- Run scripts
| Action | Usage |
| ---------------| ----------------- |
| Run on Android | `npm run android` |
| Run on iOS | `npm run ios` |
# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/react-native-fetch-abort-controller/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/react-native-fetch-abort-controller.svg
[license-url]: https://opensource.org/licenses/MIT