Skip to content

Commit

Permalink
bumped package version and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Knight committed May 6, 2015
1 parent 5a218cb commit 100e53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Composer.Cancelled - user closed the MFMessageComposeViewController by clicking
Composer.NotSupported - device does not support sending messages
```

## Getting Started
## Getting Started (and running the demo project)

1. From inside your project run `npm install react-native-message-composer --save`
2. In XCode, in the project navigator, right click `Libraries``Add Files to [your project's name]`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-message-composer",
"version": "0.0.1",
"version": "0.0.2",
"description": "React Native module bridge to iOS MFMessageComposeViewController",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 100e53e

Please sign in to comment.