if you’re facing crashes in the ios app after routing then you should install react-native-reanimated, ive answered what to do in the replies below
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
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
I am facing the same , I followed this and it’s not resolving the issue.