You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task
Upgrade react-native to the latest stable version.
TODOs:
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).
Upgrade react-native-reanimated, react-native-gesture-handler and react-native-screens to latest which are blocked by this
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/#873.
The upgrade helper might help: https://react-native-community.github.io/upgrade-helper/?from=0.70.15&to=0.73.6
Related: #983.
The text was updated successfully, but these errors were encountered: