Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.07 KB

react-native-contacts-test

An integration test for react-native-contacts.

Install

Running

ios

  • react-native run-ios

android

  • react-native run-android

Tests

  • yarn test

Testing Changes

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.

wishlist