Before fixing the bug
This commit is contained in:
parent
372201ccbf
commit
57a0571995
|
@ -7,5 +7,4 @@ module.exports = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
plugins: ['react-native-reanimated/plugin'],
|
|
||||||
};
|
};
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
@ -19,7 +19,7 @@
|
||||||
"@ideditor/country-coder": "^4.0.0",
|
"@ideditor/country-coder": "^4.0.0",
|
||||||
"@react-native-clipboard/clipboard": "^1.12.1",
|
"@react-native-clipboard/clipboard": "^1.12.1",
|
||||||
"@react-native-community/async-storage": "^1.9.0",
|
"@react-native-community/async-storage": "^1.9.0",
|
||||||
"@react-native-community/datetimepicker": "^3.5.2",
|
"@react-native-community/datetimepicker": "^2.4.0",
|
||||||
"@react-native-community/netinfo": "^6.0.2",
|
"@react-native-community/netinfo": "^6.0.2",
|
||||||
"@react-native-community/viewpager": "^3.3.0",
|
"@react-native-community/viewpager": "^3.3.0",
|
||||||
"@react-native/normalize-color": "^2.1.0",
|
"@react-native/normalize-color": "^2.1.0",
|
||||||
|
@ -50,21 +50,21 @@
|
||||||
"react-native-dropdownalert": "^4.3.0",
|
"react-native-dropdownalert": "^4.3.0",
|
||||||
"react-native-elements": "^1.1.0",
|
"react-native-elements": "^1.1.0",
|
||||||
"react-native-geolocation": "^1.0.0",
|
"react-native-geolocation": "^1.0.0",
|
||||||
"react-native-geolocation-service": "4.0.0",
|
"react-native-geolocation-service": "5.2.0",
|
||||||
"react-native-gesture-handler": "1.6.1",
|
"react-native-gesture-handler": "1.6.1",
|
||||||
"react-native-i18n": "^2.0.15",
|
"react-native-i18n": "^2.0.15",
|
||||||
"react-native-image-crop-picker": "^0.36.4",
|
"react-native-image-crop-picker": "^0.32.0",
|
||||||
"react-native-loader": "^1.2.1",
|
"react-native-loader": "^1.2.1",
|
||||||
"react-native-loading-spinner-overlay": "^1.0.1",
|
"react-native-loading-spinner-overlay": "^1.0.1",
|
||||||
"react-native-local-mongodb": "^2.2.9",
|
"react-native-local-mongodb": "^2.2.9",
|
||||||
"react-native-maps": "^1.4.0",
|
"react-native-maps": "^0.30.0",
|
||||||
"react-native-maps-directions": "^1.7.0",
|
"react-native-maps-directions": "^1.7.0",
|
||||||
"react-native-material-bottom-navigation": "^1.0.3",
|
"react-native-material-bottom-navigation": "^1.0.3",
|
||||||
"react-native-material-bottom-navigation-performance": "^0.7.8",
|
"react-native-material-bottom-navigation-performance": "^0.7.8",
|
||||||
"react-native-material-cards": "^1.0.9",
|
"react-native-material-cards": "^1.0.9",
|
||||||
"react-native-material-dialog": "^0.7.6",
|
"react-native-material-dialog": "^0.7.6",
|
||||||
"react-native-material-dropdown": "^0.11.1",
|
"react-native-material-dropdown": "^0.11.1",
|
||||||
"react-native-material-dropdown-v2": "^0.12.0",
|
"react-native-material-dropdown-v2": "^0.11.1",
|
||||||
"react-native-modal": "^12.1.0",
|
"react-native-modal": "^12.1.0",
|
||||||
"react-native-modal-datetime-picker": "^10.2.0",
|
"react-native-modal-datetime-picker": "^10.2.0",
|
||||||
"react-native-onesignal": "^3.9.0",
|
"react-native-onesignal": "^3.9.0",
|
||||||
|
@ -76,8 +76,9 @@
|
||||||
"react-native-progress": "^3.6.0",
|
"react-native-progress": "^3.6.0",
|
||||||
"react-native-qrcode-scanner": "^1.5.4",
|
"react-native-qrcode-scanner": "^1.5.4",
|
||||||
"react-native-range-datepicker": "^1.8.2",
|
"react-native-range-datepicker": "^1.8.2",
|
||||||
|
"react-native-reanimated": "^1.13.0",
|
||||||
"react-native-responsive-dimensions": "^2.0.1",
|
"react-native-responsive-dimensions": "^2.0.1",
|
||||||
"react-native-root-toast": "^3.2.1",
|
"react-native-root-toast": "^3.6.0",
|
||||||
"react-native-safe-area-context": "0.7.3",
|
"react-native-safe-area-context": "0.7.3",
|
||||||
"react-native-screens": "^2.3.0",
|
"react-native-screens": "^2.3.0",
|
||||||
"react-native-simple-dialogs": "1.2.1",
|
"react-native-simple-dialogs": "1.2.1",
|
||||||
|
@ -91,7 +92,7 @@
|
||||||
"react-native-textinput-effects": "^0.5.1",
|
"react-native-textinput-effects": "^0.5.1",
|
||||||
"react-native-toast-notifications": "^3.4.0",
|
"react-native-toast-notifications": "^3.4.0",
|
||||||
"react-native-vector-icons": "^6.5.0",
|
"react-native-vector-icons": "^6.5.0",
|
||||||
"react-native-webview": "^11.26.1",
|
"react-native-webview": "^11.4.0",
|
||||||
"react-native-wizard": "^2.1.0",
|
"react-native-wizard": "^2.1.0",
|
||||||
"react-navigation": "3.13.0",
|
"react-navigation": "3.13.0",
|
||||||
"react-navigation-drawer": "^1.4.0",
|
"react-navigation-drawer": "^1.4.0",
|
||||||
|
@ -100,6 +101,7 @@
|
||||||
"react-navigation-tabs": "^2.11.2",
|
"react-navigation-tabs": "^2.11.2",
|
||||||
"react-navigation-transitions": "^1.0.12",
|
"react-navigation-transitions": "^1.0.12",
|
||||||
"react-redux": "^7.2.0",
|
"react-redux": "^7.2.0",
|
||||||
|
"realm": "^10.10.0",
|
||||||
"reanimated-bottom-sheet": "^1.0.0-alpha.10",
|
"reanimated-bottom-sheet": "^1.0.0-alpha.10",
|
||||||
"redux": "^4.0.5",
|
"redux": "^4.0.5",
|
||||||
"redux-persist": "^6.0.0",
|
"redux-persist": "^6.0.0",
|
||||||
|
|
Loading…
Reference in New Issue