-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cannot read property 'StopSysSound' of null, js engine: hermes #28
Comments
I had the same error and I was able to fix it by moving RNReactNativeABeep.podspec up one level from current folder ios. |
@jackywxd can you please elaborate the steps what you did, Are talking about the IOS level ? |
@jackywxd Do you need to apply a patch to do this or something else? I'd love the solution ! |
Yes you can use https://www.npmjs.com/package/patch-package to patch it. |
If @trietho could fix it in the main branch that's the most ideal solution. For temporary solution, @Rodrigo816 is correct, you could use patch-package to patch it in case you need to run yarn install again. @QuentG |
I tried thie |
package.json
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-a-beep": "^1.2.0",
The following error is occurring.
TypeError: Cannot read property 'StopSysSound' of null, js engine: hermes
The text was updated successfully, but these errors were encountered: