Merge pull request #268 from status-im/bug/sms-receiver-exception-#267

fixed exception in react-native-android-sms-listener; fixes #267
This commit is contained in:
Roman Volosovskyi 2016-09-26 10:51:06 +03:00 committed by GitHub
commit a302a43058
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
"react": "^15.3.1",
"react-native": "^0.33.0",
"react-native-action-button": "^1.1.11",
"react-native-android-sms-listener": "github:alwx/react-native-android-sms-listener#listener-bugfix",
"react-native-android-sms-listener": "github:adrian-tiberius/react-native-android-sms-listener#listener-bugfix",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-circle-checkbox": "github:paramoshkinandrew/ReactNativeCircleCheckbox",
"react-native-contacts": "^0.2.4",