You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dependencies{compileproject(':react-native-sound')compilefileTree(dir: "libs",include: ["*.jar"])compile"com.android.support:appcompat-v7:23.0.1"compile"com.facebook.react:react-native:+"// From node_modules}
sould contain
compileproject(':RNSound')
Mildly annoying as all the other ones I use get this right.
The text was updated successfully, but these errors were encountered:
React-native link react-native-sound only links my IOS, it doesn't link my android
/projects/hcdd$:react-native link react-native-sound
Scanning folders for symlinks in /projects/hcdd/node_modules (11ms)
rnpm-install info iOS module react-native-sound is already linked
so wen i run react-native run-android i get an error. How can i fix this? But IOS works fine
sould contain
Mildly annoying as all the other ones I use get this right.
The text was updated successfully, but these errors were encountered: