skip to Main Content

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

2

Answers


  1. Chosen as BEST ANSWER

    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


  2. I am facing the same , I followed this and it’s not resolving the issue.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search