https://github.com/monkeymars/rn-grwb-feeds
https://github.com/monkeymars/rn-grwb-feeds
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/monkeymars/rn-grwb-feeds
- Owner: monkeymars
- License: mit
- Created: 2023-06-02T05:38:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T06:06:34.000Z (about 3 years ago)
- Last Synced: 2025-02-15T08:25:08.821Z (over 1 year ago)
- Language: TypeScript
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# rn-grwb-feeds
feeds from grwb sites
## Installation
```sh
npm install rn-grwb-feeds
```
## Usage
```js
import { multiply } from 'rn-grwb-feeds';
// ...
const result = await multiply(3, 7);
```
## 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)