Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JeanLebrument/react-native-contacts-rx

react-native-contacts counterpart that include the support of RxJS.
https://github.com/JeanLebrument/react-native-contacts-rx

Last synced: about 1 month ago
JSON representation

react-native-contacts counterpart that include the support of RxJS.

Awesome Lists containing this project

README

        

# react-native-contacts-rx
[react-native-contacts](https://github.com/rt2zz/react-native-contacts) counterpart that include the support of RxJS.

## How install this package?

```
npm i react-native --save // if react-native isn't installed yet.
npm i rx --save // if rx isn't installed yet.
npm i react-native-contacts --save // if react-native-contacts isn't installed yet.
npm i react-native-contacts-rx --save
```
Add react-native-contacts native module to [iOS](https://github.com/rt2zz/react-native-contacts#getting-started---ios) & [Android](https://github.com/rt2zz/react-native-contacts#getting-started---android) per instructions

## Licence

MIT