-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined is not an object (evaluating RNSound.isAndroid) #556
Comments
I am resolved this issue by manually link library in X code, actually i did react-native link that is not giving any error so assume it's linked but when i have checked xcode then see this library is not linked so when i have linked manually and create new build then it's working perfectly. |
Can you explain more how did you link it ? |
This comment has been minimized.
This comment has been minimized.
I solved this problem by this way. https://github.com/zmxv/react-native-sound/wiki/Installation But don't forget to change And also I didn't use |
Thanks @naklow12 , great solution! Works for me. |
Hi! If you're still having this problem, could you please post a link to a project that reproduces the problem, give information about your environment, and say what steps you have already tried? This is the most common issue faced by react-native-sound users and it would be good to add documentation listing the possible resolutions. A pull request would be welcome; I've opened #592 to track that. |
I get this error message on iphone simulator only by using this
...any ideas?
The text was updated successfully, but these errors were encountered: