An open API service indexing awesome lists of open source software.

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

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;
```