From 1d4942700a20f8b734a05792caedcddd95841582 Mon Sep 17 00:00:00 2001 From: pedramsaleh Date: Tue, 25 Oct 2016 16:53:09 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc49cb..c118f8e 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ public class MainApplication extends Application implements ReactApplication { 1. Run `npm install react-native-mail --save` 2. Open your project in XCode, right click on `Libraries` and click `Add - Files to "Your Project Name"` [(Screenshot)](http://url.brentvatne.ca/jQp8) then [(Screenshot)](./add-xcodeproj.png). + Files to "Your Project Name"` [(Screenshot)](http://url.brentvatne.ca/jQp8) then [(Screenshot)](https://github.com/pedramsaleh/react-native-mail/blob/master/add-xcodeproj.png?raw=true). 3. Add `libRNMail.a` to `Build Phases -> Link Binary With Libraries` [(Screenshot)](http://url.brentvatne.ca/17Xfe). 4. Whenever you want to use it within React code now you can: `var Mailer = require('NativeModules').RNMail;`