After an unsuccessful install of react-native-image-picker, I am getting build errors in Xcode like...
'React/RCTEventDispatcher.h' file not found
'React/RCTBridgeModule.h' file not found
What's my best route to restoring the project (e.g., getting a successful build)? I have tried Product > Clean.
I'd like to get working on the project again, but need a successful build to do that. The only thing I've done since my last successful build is...
- Attempt to install and automatically link react-native-image-picker
- Attempt to install and manually link react-native-image-picker
- Uninstall and unlink react-native-image-picker
- Uninstall and unlink react-native-gesture-handler (because this package was mentioned in build errors that appeared after installing react-native-image-picker)
- Re-install and re-link react-native-gesture-handler
How might these actions result in the build errors I'm seeing? Is there general advice for dealing with "file not found" build errors?
I'm in ExpoKit. The relevant react native version is 0.54.2.