Error-04: In React 18, SSRProvider is not necessary and is a noop. You can remove it from your app
Steps to fix this issue:
- Navigate to node_modules/native-base/src/core/NativeBaseProvider.tsx .
- Delete <SSRProvider></SSRProvider> that wraps {children}. Take care not to delete {children}.
- Remove SSRProvider imports. That is, `delete this line
import { SSRProvider } from '@react-native-aria/utils';
- Now, create patch for this file so that anyone can get access to your node_module file.
• install patch:npm i patch-package / npm i patch-package --legacy-peer-deps