So I ran npm install --save react-native-track-player then ran react-native link.
When I tried to build the project in XCode I received the error:
/Users/whobutsb/Sites/cc-mobile/node_modules/react-native-track-player/ios/RNTrackPlayer/Support/RNTrackPlayer-Bridging-Header.h:5:9: 'React/RCTBridgeModule.h' file not found
I'am running:
You should be able to get it working by following this comment https://github.com/react-native-kit/react-native-track-player/issues/74#issue-272454799
How you resolved this issue?
Should be resolved as part of v1.0.0
I'm still getting this error with 1.2.2
I'm getting this issue with 1.2.2
I'm getting this issue with 1.2.3
@davidcort what react native version? Are you setting up a new project or upgrading?
@davidcort try to unlink "react-native-track-player" and other linked modules if any. There might be some errors to unlink your modules when you start the server.
react-native unlink react-native-track-player
Run cd ios && pod update