Orientation fix (#495)

This commit is contained in:
alwx 2016-11-28 22:06:56 +03:00
parent 2337b547d8
commit dd8f4093b4
2 changed files with 4 additions and 1 deletions

View File

@ -93,6 +93,9 @@ android {
abiFilters "armeabi-v7a", "x86"
}
}
dexOptions {
jumboMode true
}
signingConfigs {
release {
storeFile file(STATUS_RELEASE_STORE_FILE)

View File

@ -36,7 +36,7 @@
"react-native": "^0.36.0",
"react-native-action-button": "2.0.13",
"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-camera": "git+https://github.com/alwx/react-native-camera.git",
"react-native-circle-checkbox": "github:paramoshkinandrew/ReactNativeCircleCheckbox",
"react-native-contacts": "^0.2.4",
"react-native-crypto": "^2.0.1",