andreaskeller / react-native-audioplayer

Small audio player library for react native
MIT License
104 stars 32 forks source link

"Unable to resolve module NativeModules from PROJECT_ROOT/node_modules/react-native-audioplayer/AudioPlayer.js" #5

Open gnestor opened 9 years ago

gnestor commented 9 years ago

When building the React Native bundle, I get the following error:

"Unable to resolve module NativeModules from PROJECT_ROOT/node_modules/react-native-audioplayer/AudioPlayer.js"

The bundle builds and sounds still play when running the app from the bundle on disk, so no biggie...

chetstone commented 9 years ago

I'm getting this error too. And yes the sound plays, so ???