Deprecated please use the example in the module to test features https://github.com/rt2zz/react-native-contacts/tree/master/example
An integration test for react-native-contacts.
yarn install
- If you have issues when running double check installation of react-native-contacts.
open ios/reactNativeContactsTest.xcodeproj
- Add permissions for CameraRoll on ios and link the library. See Adding Camera Roll to an ios project in React Native.
react-native run-ios
react-native run-android
yarn test
We use this repo to test changes in react-native-contacts. To test PRs update the dependency in your copy
In package.json
"react-native-contacts": "username/react-native-contacts#branch-name"
run npm install
. Then follow regular instructions for installing above.
- TextInput to test
get with options
- TextInput to test
groups
- use https://github.com/marak/Faker.js/ to quickly load an emulator with sample contacts.