zmxv / react-native-sound

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

this pakage is not compatible with new react native version #808

Open alisaya10 opened 1 year ago

alisaya10 commented 1 year ago

please update this pakage i want to use it with new react native thanks

BraveEvidence commented 1 year ago

This will help https://www.youtube.com/watch?v=vVI7ZAZq5e0

clytras commented 1 year ago

@alisaya10 can you be more specific about the issue you're facing? I didn't have any issue at all installing and using this package with the (current) latest RN 0.71.6. It works on Android but I haven't tested it on iOS yet; is this problem you're facing related to iOS?

jakequade-hsm commented 7 months ago

@clytras The native modules do not import errors properly

image
jakequade commented 7 months ago

This was the patch I needed to apply to get this package to build: https://github.com/zmxv/react-native-sound/issues/834

ThomasGuenard commented 3 months ago

@jakequade were you able to run this library on iOS? and if so, with which version of react-native?