https://github.com/functionland/react-native-wnfs
React native WNFS library
https://github.com/functionland/react-native-wnfs
Last synced: 9 months ago
JSON representation
React native WNFS library
- Host: GitHub
- URL: https://github.com/functionland/react-native-wnfs
- Owner: functionland
- License: mit
- Created: 2022-10-30T09:43:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T00:45:04.000Z (over 2 years ago)
- Last Synced: 2025-04-23T11:04:18.302Z (9 months ago)
- Language: Java
- Size: 23.3 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-wnfs
React native wnfs library
## Installation
```sh
npm install react-native-wnfs
```
## Usage
```js
import { testWNFSLib } from "react-native-wnfs";
// ...
const result = await testWNFSLib();
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)