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
在安卓上报这个错,在Toast.java中重写canOverrideExistingModule方法解决了这个问题,我用的是rn0.37
canOverrideExistingModule
@Override public boolean canOverrideExistingModule() { return true; }
The text was updated successfully, but these errors were encountered:
目测是RN升级添加的模块,之前版本的RN是没有的,如果是自定义的原生模块导出则应该不会有此问题。
Sorry, something went wrong.
Others arriving from google, see pull request: #50 Adding the corrected version as an npm dependency: "@remobile/react-native-toast": "git+https://github.com/remobile/react-native-toast.git#278e03be216c34e15baf118445445e4df1ddcfa6"
No branches or pull requests
在安卓上报这个错,在Toast.java中重写
canOverrideExistingModule
方法解决了这个问题,我用的是rn0.37The text was updated successfully, but these errors were encountered: