react-native-sound icon indicating copy to clipboard operation
react-native-sound copied to clipboard

× 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.

Open Adbhutashra opened this issue 1 year ago • 6 comments
trafficstars

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.

Adbhutashra avatar Feb 01 '24 13:02 Adbhutashra

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.

AhmedMustafa505 avatar Feb 05 '24 07:02 AhmedMustafa505

you need to create a patch just like this but with correct namespace for react-native-sound like it is being done in react-native-video

it is because of AGP 8 upgrade in RN 0.73

https://github.com/react-native-video/react-native-video/pull/3163/commits/7e5bc488c7b658df5e4d5191c577383dadb2ad33

sanjeevyadavIT avatar Feb 12 '24 13:02 sanjeevyadavIT

you need to create a patch just like this but with correct namespace for react-native-sound like it is being done in react-native-video

it is because of AGP 8 upgrade in RN 0.73

react-native-video/react-native-video@7e5bc48

I don't understand what you meant by creating new patch, can you explain it more ?

AhmedMustafa505 avatar Mar 09 '24 12:03 AhmedMustafa505