https://github.com/farbod-s/react-native-module
https://github.com/farbod-s/react-native-module
android ios java javascript objective-c react-native react-native-module
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/farbod-s/react-native-module
- Owner: farbod-s
- Created: 2019-12-03T16:00:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:31:15.000Z (about 3 years ago)
- Last Synced: 2025-02-24T11:55:38.191Z (11 months ago)
- Topics: android, ios, java, javascript, objective-c, react-native, react-native-module
- Language: Objective-C
- Size: 8.24 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-chabok
## Getting started
`$ npm install react-native-chabok --save`
### Mostly automatic installation
`$ react-native link react-native-chabok`
## Usage
```javascript
import Chabok from 'react-native-chabok';
// TODO: What to do with the module?
Chabok;
```