Skip to content

Commit

Permalink
Merge branch 'master' into pr/247
Browse files Browse the repository at this point in the history
  • Loading branch information
Nauzer committed Jul 14, 2017
2 parents 6f86862 + 82979da commit 0084081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ https://gitter.im/react-native-meteor/Lobby
## Compatibility notes

* Since RN 0.26.0 you have to use ws or wss protocol to connect to your meteor server. http is not working on Android.
* It is recommended to always use the latest version of react-native-meteor compatible with your RN version.
* For RN 0.45.x use version 1.0.6 of 'react-native-meteor'
* For RN pre 0.45.x you can use version 1.0.3 in case or problems.
* For RN > 0.45 you can use 1.1.x

## What is it for ?

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-meteor",
"version": "1.0.5",
"version": "1.1.0",
"description": "Full Meteor Client for React Native",
"main": "src/Meteor.js",
"scripts": {
Expand Down

0 comments on commit 0084081

Please sign in to comment.