zmxv / react-native-sound-demo

react-native-sound demo project for iOS and Android
MIT License
99 stars 103 forks source link

#import "RCTBundleURLProvider.h" not found #7

Open hebiao064 opened 7 years ago

SnehaGindi commented 7 years ago

Open 'Build Settings', search 'Header Search Path'.

Double click next to 'Header Search Path', where other properties have a 'yes' or 'no'

Now add the following to "Header Search Path" (under Build Settings):

$(SRCROOT)/../node_modules/react-native/React

Make it recursive.

lin-hun commented 7 years ago

0.44 always

mariolyon commented 7 years ago

run npm install first, to install the needed header file