Naresh Kopanathi
Naresh Kopanathi
I am getting only one notification even I send multiple messages but in Android 11 version I am getting multiple messages but above versions I am not getting multiple messages....
import React, { useEffect } from 'react'; import notifee, { EventType } from '@notifee/react-native'; import SplashScreen from 'react-native-splash-screen'; import { AuthProvider } from './src/contexts/Auth'; import NavigationService from './src/navigation/NavigationService'; import {...
I am using the react-native-blasted-image library to display images in my React Native app. However, when I try to fit the image width to my view's width, the image gets...
When increasing the height of the react-native-reanimated-carousel, the app crashes unexpectedly. This issue occurs when setting the height property to larger values, such as 1000. Reducing the height prevents the...