From 3106a5e39a6925c14451112bef8cf2852ea9753b Mon Sep 17 00:00:00 2001 From: Joshua Pinter Date: Sat, 9 Mar 2019 18:30:44 -0700 Subject: [PATCH] Fix headers by adding space after hashtags. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 641bd0c..c978f30 100644 --- a/README.md +++ b/README.md @@ -84,18 +84,18 @@ Also add 10. Clean and Rebuild your Xcode project -##API +## API `getContact` (Promise) - returns basic contact data as a JS object. Currently returns name, first phone number and first email for contact. `getEmail` (Promise) - returns first email address (if found) for contact as string. -##Usage +## Usage Methods should be called from React Native as any other promise. Prevent methods from being called multiple times (on Android). -###Example +### Example An example project can be found in this repo: https://github.com/LynxITDigital/react-native-contacts-wrapper-example/tree/master