coderBeat
coderBeat
### Current behavior I have the following screens: ``` screen A screen B (contains reanimated animations with SVG) screen C (contains congratulation screen that plays a lottie-react-native animation). ``` The...
with react-native 0.75, this library doesn't work: ``` // For animated GIF support implementation 'com.facebook.fresco:animated-gif:3.1.3' ``` We need to switch to the latest library: ``` // For animated GIF support...
I tried to use `FasterImageView` in both **Android** & **IOS**. In **Android** it is working fine. But in **IOS**, the images are empty, nothing is loaded. ``` "@candlefinance/faster-image": "^1.6.2", "react-native":...
### Description I am using the react-native navigation for navigating between the screens. both drawer navigation and bottom navigation are being used: ``` "@react-navigation/bottom-tabs": "^6.6.1", "@react-navigation/drawer": "^6.7.2", ``` I also...