Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/JeanLebrument/react-native-contacts-rx
- Owner: JeanLebrument
- License: mit
- Created: 2015-10-26T09:19:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T11:38:55.000Z (over 7 years ago)
- Last Synced: 2024-11-10T18:47:50.905Z (2 months ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - react-native-contacts-rx ★14 - react-native-contacts counterpart that include the support of RxJS. (Components / System)
- awesome-react-native - react-native-contacts-rx ★14 - react-native-contacts counterpart that include the support of RxJS. (Components / System)
- awesome-react-native - react-native-contacts-rx ★14 - react-native-contacts counterpart that include the support of RxJS. (Components / System)
- awesome-react-native-ui - react-native-contacts-rx ★10 - react-native-contacts counterpart that include the support of RxJS. (Components / System)
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