PixelMage
PixelMage
Same here, I guess you are not using it in an Node.js project?
Here is how I did it: https://github.com/crazycodeboy/react-native-splash-screen/issues/309#issuecomment-953643219
I followed the link provided by @maitrungduc1410 Here is how I did it: First, I prepare two images for dark and light mode `launch_screen_light` and `launch_screen_dark`. Then, create a `theme.xml`...
> @matanrokach-honeybook I've fixed a problem with scrolling like this: > > Add a activationDistance const to check state. `const [activationDistance, setActivationDistance] = useState(100);` > > Add a scrollEnabled prop...