README.md
December 20, 2024 ยท View on GitHub
react-native-fast-io
Your app, when you hit the Nitro boost ๐๏ธ๐จ
Getting started
Warning
This library is still under development. Use at your own risk.
npm install react-native-fast-io --save
Prerequisites
- React Native 0.76 or higher
- Nitro Modules
Usage
// With `unstable_enablePackageExports` enabled
import { WebSocket } from 'react-native-fast-io/ws'
// Otherwise
import { WebSocket } from 'react-native-fast-io'
What's included
| Name | Docs | W3C | Status |
|---|---|---|---|
| WebSocket | ๐ | WebSocket API | Beta โ |
| Fetch | ๐ | Fetch API | Work In Progress ๐ง |
| FileSystem | ๐ | File System Access API | Work In Progress ๐ง |
| Blob | ๐ | Blob API | Work In Progress ๐ง |
| Streams | ๐ | Streams API | Work In Progress ๐ง |
Tip
Unless otherwise specified, all methods work as per W3C specifications. For details, consult each module's documentation.
Made with โค๏ธ at Callstack
React Native FastIO is an open source project and will always remain free to use. If you think it's cool, please star it ๐. Callstack is a group of React and React Native geeks, contact us at hello@callstack.com if you need any help with these or just want to say hi!
Like the project? โ๏ธ Join the team who does amazing stuff for clients and drives React Native Open Source! ๐ฅ |