Update README.md

This commit is contained in:
Chirag
2015-05-18 18:26:04 -04:00
parent 3ab2439235
commit b874def44e
+1 -1
View File
@@ -9,7 +9,7 @@ A react-native wrapper on top of apple's ``MFMailComposeViewController``.
Files to "Your Project Name"` [(Screenshot)](http://url.brentvatne.ca/jQp8) then [(Screenshot)](http://url.brentvatne.ca/1gqUD).
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 Overlay = require('react-native-mail');`
4. Whenever you want to use it within React code now you can: `var Mailer = require('NativeModules').RNMail;`
## Example