I am currently working in an app that was using React Native Navigation v2, and I just updated it to v7.1, and when I am building the app in iOS, I get the following error:
error: Build input file cannot be found: 'Path-To-My-App/node_modules/react-native-navigation/lib/ios/RNNElementTransitionOptions.m'
I searched that path and indeed there's no such file. How can I do to add it? Or how can I solve this problem?
Thank you