Compare commits
2 commits
be33726e39
...
7dd91574a5
| Author | SHA1 | Date | |
|---|---|---|---|
| 7dd91574a5 | |||
| ab801ec92b |
4 changed files with 12 additions and 12 deletions
|
|
@ -206,6 +206,7 @@ dependencies {
|
|||
|
||||
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
|
||||
exclude group:'com.facebook.flipper'
|
||||
exclude group:'com.squareup.okhttp3', module:'okhttp'
|
||||
}
|
||||
|
||||
debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {
|
||||
|
|
|
|||
3
android/app/proguard-rules.pro
vendored
3
android/app/proguard-rules.pro
vendored
|
|
@ -8,6 +8,3 @@
|
|||
# http://developer.android.com/guide/developing/tools/proguard.html
|
||||
|
||||
# Add any project specific keep options here:
|
||||
|
||||
-keep class com.facebook.hermes.unicode.** { *; }
|
||||
-keep class com.facebook.jni.** { *; }
|
||||
18
package.json
18
package.json
|
|
@ -22,22 +22,22 @@
|
|||
"@nartc/react-native-barcode-mask": "^1.2.0",
|
||||
"@react-native-community/async-storage": "^1.11.0",
|
||||
"@react-native-community/masked-view": "^0.1.10",
|
||||
"@react-native-community/push-notification-ios": "^1.3.0",
|
||||
"@react-native-community/push-notification-ios": "^1.4.0",
|
||||
"@react-native-community/slider": "^3.0.3",
|
||||
"@react-navigation/bottom-tabs": "^5.7.1",
|
||||
"@react-navigation/native": "^5.7.0",
|
||||
"@react-navigation/stack": "^5.7.0",
|
||||
"@react-navigation/bottom-tabs": "^5.7.2",
|
||||
"@react-navigation/native": "^5.7.1",
|
||||
"@react-navigation/stack": "^5.7.1",
|
||||
"i18n-js": "^3.7.1",
|
||||
"react": "16.13.1",
|
||||
"react-native": "0.63.1",
|
||||
"react-native": "0.63.2",
|
||||
"react-native-animatable": "^1.3.3",
|
||||
"react-native-app-intro-slider": "^4.0.4",
|
||||
"react-native-appearance": "^0.3.4",
|
||||
"react-native-autolink": "^3.0.0",
|
||||
"react-native-calendars": "^1.300.0",
|
||||
"react-native-camera": "^3.31.1",
|
||||
"react-native-camera": "^3.33.0",
|
||||
"react-native-collapsible": "^1.5.2",
|
||||
"react-native-gesture-handler": "^1.6.1",
|
||||
"react-native-gesture-handler": "^1.7.0",
|
||||
"react-native-image-modal": "^1.0.9",
|
||||
"react-native-keychain": "^6.1.1",
|
||||
"react-native-linear-gradient": "^2.5.6",
|
||||
|
|
@ -46,14 +46,14 @@
|
|||
"react-native-paper": "^4.0.1",
|
||||
"react-native-permissions": "^2.1.5",
|
||||
"react-native-push-notification": "^4.0.0",
|
||||
"react-native-reanimated": "^1.9.0",
|
||||
"react-native-reanimated": "^1.10.1",
|
||||
"react-native-render-html": "^4.2.1",
|
||||
"react-native-safe-area-context": "0.7.3",
|
||||
"react-native-screens": "^2.9.0",
|
||||
"react-native-splash-screen": "^3.2.0",
|
||||
"react-native-vector-icons": "^7.0.0",
|
||||
"react-native-webview": "^10.3.2",
|
||||
"react-navigation-collapsible": "^5.6.3",
|
||||
"react-navigation-collapsible": "^5.6.4",
|
||||
"react-navigation-header-buttons": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// @flow
|
||||
|
||||
import * as React from 'react';
|
||||
import {withTheme} from 'react-native-paper';
|
||||
import TabIcon from "./TabIcon";
|
||||
|
|
|
|||
Loading…
Reference in a new issue