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: 1. Navigate to node_modules/native-base/src/core/NativeBaseProvider.tsx . 2. Delete <SSRProvider></SSRProvider> that wraps {children}. Take care not to delete {children}. 3. Remove SSRProvider imports. That is, `delete this line import { SSRProvider } from '@react-native-aria/utils'; 4. Now,