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
In React 18, SSRProvider is not necessary and is a noop. You can remove it from your app.
https://snack.expo.dev/CB2NknOQA
Just start any application
3.4.28
No response
Remove SSRProvider in node_modules/native-base/src/core/NativeBaseProvider.tsx file.
The text was updated successfully, but these errors were encountered:
Native base is not longer maintained. And it has bad performance. DROP IT. #4302 (comment)
Sorry, something went wrong.
No branches or pull requests
Description
In React 18, SSRProvider is not necessary and is a noop. You can remove it from your app.
CodeSandbox/Snack link
https://snack.expo.dev/CB2NknOQA
Steps to reproduce
Just start any application
NativeBase Version
3.4.28
Platform
Other Platform
No response
Additional Information
Remove SSRProvider in node_modules/native-base/src/core/NativeBaseProvider.tsx file.
The text was updated successfully, but these errors were encountered: