suretarget
suretarget
I can confirm also the bug. If I disable swipe to dismiss it's working fine. Anyone find a workaround yet?
Same issue on Android. It's working fine on iOS. Anyone find a workaround? cc: @antonKalinin
You have to restart `react-native run-android` after install and link. I'm using "react-native": "0.57.5", and "react-native-picker": "^4.3.7" working perfectly.
I am facing the same issue on production server. Percentage progress shows on local development but not showing on production server if file size bigger than 1MB.
This problem is due to default splash screen in **Android 12**. To resolve it you can replace the default splash screen with a transparent screen by adding this code: `true`...