We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a218cb commit 100e53eCopy full SHA for 100e53e
README.md
@@ -47,7 +47,7 @@ Composer.Cancelled - user closed the MFMessageComposeViewController by clicking
47
Composer.NotSupported - device does not support sending messages
48
```
49
50
-## Getting Started
+## Getting Started (and running the demo project)
51
52
1. From inside your project run `npm install react-native-message-composer --save`
53
2. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-message-composer",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "React Native module bridge to iOS MFMessageComposeViewController",
5
"main": "index.js",
6
"repository": {
0 commit comments