zmxv / react-native-sound

React Native module for playing sound clips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

× Build failed with message C:\Users\91626\Downloads\testwindowsapp\node_modules\react-native-sound\windows\RNSoundModule\RNSoundModule\RNSoundPackage.cs(1,7): error CS0246: The type or namespace name 'ReactNative' could not be found (are you missing a using directive or an assembly reference?) [C:\Users\91626\Downloads\testwindowsapp\node_modules\react-native-sound\windows\RNSoundModule\RNSoundModule\RNSoundModule.csproj]. Check your build configuration.

Adbhutashra opened this issue · comments

I have installed react-native-sound , I am using this for my windows or desktop application but it is not working

"react-native": "0.73.3",
"react-native-cli": "^2.0.1",
"react-native-sound": "^0.11.2",
"react-native-windows": "0.73.4",

these are the dependencies I am using but getting error while running npx react-native run-windows 


Please help me there, If you want more information please let me know.

I have the same issue that The type or namespace name 'ReactNative' could not be found (are you missing a using directive or an assembly reference?)

I've tried version 0.11.1 and still same problem.