zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 747 forks source link

ERROR TypeError: null is not an object (evaluating 'RNSound.IsAndroid') #812

Closed hijodigital closed 1 year ago

hijodigital commented 1 year ago

:beetle: Description The most credited fix documented to resolve this error suggests:

react-native link react-native-sound // error: unknown command 'link'

cd ios // I don't have this folder

npx pod-install // Need to install the following packages: // pod-install@0.1.38 // Ok to proceed? (y) y // Scanning for pods... // CocoaPods is not supported in this project

I tried clearing caches by starting Expo with expo start -c, but I get the same error.

:beetle: What is the observed behavior? The application throws error:

ERROR TypeError: null is not an object (evaluating 'RNSound.IsAndroid')

Is your issue with...

Are you using...

Which versions are you using?

Does the problem occur on...