if you’re facing crashes in the ios app after routing then you should install react-native-reanimated
do
npx expo install react-native-reanimated
and then import into rootlayout that you have
import ‘react-native-reanimated’
i was facing this issue, if you had it too, heres the fix
New contributor
C33NIE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.