Upgrading the app to react-native 0.71.7 (#592)

* Changes in the unproblematic files

* Remove manually linked react-native-config

* Updates to files because of upgrade

* RN 71 and dependencies packages

* Update snapshot tests

* RN 71.1

* Fix missing jest mock

* RN 71.7

* Missing mock

* Fix errors with apisauce and axios

* Remove react-native-codegen direct dependency

* Code style
This commit is contained in:
Johannes Klein
2023-04-25 17:18:24 +02:00
committed by GitHub
parent afffbee876
commit 1439c40c6a
43 changed files with 2473 additions and 3215 deletions

3
tsconfig.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "@tsconfig/react-native/tsconfig.json"
}