react-native-picker
react-native-picker copied to clipboard
A Native Picker with high performance.
As we know that compile has been deprecated already so we have to replace it with implementation
Hey friends, I get this in production: ``` java.lang.IllegalStateException: Should be called from the main thread, not Thread[mqt_native_modules,5,main] at curtains.internal.HandlersKt.checkMainThread (Handlers.kt:9) at curtains.WindowsKt.getWindowType (Windows.kt:37) at shadow.leakcanary.RootViewWatcher$listener$1.onRootViewAdded (RootViewWatcher.kt:44) at curtains.OnRootViewAddedListener$DefaultImpls.onRootViewsChanged (Listeners.kt:37)...
### 日志: 06-06 09:38:57.633 25770 25895 E AndroidRuntime: FATAL EXCEPTION: mqt_native_modules 06-06 09:38:57.633 25770 25895 E AndroidRuntime: Process: com.grgbanking.nuwa, PID: 25770 06-06 09:38:57.633 25770 25895 E AndroidRuntime: java.lang.IndexOutOfBoundsException: Index: 0,...
The following is recommended : ``` apply plugin: 'com.android.library' android { compileSdkVersion 31 defaultConfig { minSdkVersion 16 targetSdkVersion 31 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false...
As compile is deprecated; replace with implementation 
Hi there, I am facing one issues where I'm applying fontSize 22, but Title toolbar with confirm and cancel buttons hide when increasing size.
I'm using react-native 0.63 facing this issue :TypeError: undefined is not an object (evaluating '_reactNativePicker.Picker.init Please help me. Thanks
Even when I reload the app it still remains, how can I do this? Thank you!
Hi all. i just ran the example, pressed DatePicker in order to render Picker and if i reload ios emulator (cmd + r) picker remains in place, although it should...