Task
Upgrade react-native to the latest stable version.
TODOs:
[x] Upgrade react-native to the latest stable version. If there are to many changes, feel free to split it up into multiple upgrades (e.g. to 0.71 and then to 0.73).
[x] Upgrade react-native-reanimated, react-native-gesture-handler and react-native-screens to latest which are blocked by this
[x] Uncomment the findAllByRole section in ImageCarousel.spec.tsx and make it work again (it seems like react-native is migrating from accessibilityRole to role which let the test fail)
Task Upgrade react-native to the latest stable version.
TODOs:
accessibilityRole
torole
which let the test fail)Additional context Possibly blocked by #1012/https://github.com/digitalfabrik/lunes-app/issues/873. The upgrade helper might help: https://react-native-community.github.io/upgrade-helper/?from=0.70.15&to=0.73.6
Related: #983.