We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch [email protected] for the project I'm working on.
[email protected]
I'm upgrading a React Native project from 0.68.7 version to 0.71.0, and the RNSound.m does not build out of the box.
RNSound.m
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-sound/RNSound/RNSound.m b/node_modules/react-native-sound/RNSound/RNSound.m index df3784e..17e5894 100644 --- a/node_modules/react-native-sound/RNSound/RNSound.m +++ b/node_modules/react-native-sound/RNSound/RNSound.m @@ -1,10 +1,5 @@ #import "RNSound.h" - -#if __has_include("RCTUtils.h") -#import "RCTUtils.h" -#else #import <React/RCTUtils.h> -#endif @implementation RNSound { NSMutableDictionary *_playerPool;
The text was updated successfully, but these errors were encountered:
Could you please open a PR ?
Sorry, something went wrong.
No branches or pull requests
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.I'm upgrading a React Native project from 0.68.7 version to 0.71.0, and the
RNSound.m
does not build out of the box.Here is the diff that solved my problem:
The text was updated successfully, but these errors were encountered: