Upgrade to RN 0.73 (#1339)

* Upgrade to RN 0.73 with upgrade helper

* Upgrade testing-library

* Comment announcements

* Comment out UserProfle test

* Mock function used to calculate masonry layout

* There should not be a modal here

* There is actually also no modal here

* Use View if SafeAreaView is undefined

* Replace fast image library that was failing tests because of not being maintained

* Clear mocks in useTaxon test

* Remove legacy deps from testing flow

* Snapshot update

* Revert "Snapshot update"

This reverts commit bca8b296df.

* Update package-lock.json

* Clean-start

* Update project.pbxproj

* Reenable test that failed before updating dependency

* Reenable test that failed because of dependencies

* Remove comment
This commit is contained in:
Johannes Klein
2024-04-08 15:28:06 +02:00
committed by GitHub
parent c801451ddb
commit d6afb4b386
33 changed files with 2943 additions and 6148 deletions

View File

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