morenoh149 / react-native-contacts-test

An integration test for react-native-contacts native module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated please use the example in the module to test features https://github.com/rt2zz/react-native-contacts/tree/master/example

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

About

An integration test for react-native-contacts native module


Languages

Language:JavaScript 67.6%Language:Objective-C 17.3%Language:Python 8.7%Language:Java 6.4%