fixed exception in react-native-android-sms-listener; fixes #267

Former-commit-id: f59f15be4d
This commit is contained in:
Adrian Tiberius 2016-09-26 08:52:49 +03:00
parent 55ce9227f9
commit 6ab2198711
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",