ArunPugahz-Geekyants
ArunPugahz-Geekyants
Invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager
Facing the same issue here. I'm using NativeBase in my application they user Picker from react-native. when I created a custom component using ```Picker from "@react-native-community/picker": "1.6.0"``` I got error...
Invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager
@wadewadewadewadewadewade react-native-picker-select uses```"@react-native-community/picker": "^1.6.0"``` causing a different error when using NativeBase in the application
Invariant Violation: requireNativeComponent: "RNCAndroidDialogPicker" was not found in the UIManager
@wadewadewadewadewadewade sorry I was not clear, ```"react-native-picker-select": "^7.0.0"``` uses ```Picker from 'react-native'```, hence its working fine but its not advisable because Picker is moved. but if you update ```react-native-picker-select``` to...
It would be helpful if we could pass custom css as props to overwrite the existing css properties
Although We can overwrite the existing CSS for the 'react-confirm-alert-overlay' component. If you are using Material-UI for styles, you can create a custom component and add the style like below....
Facing same issue. The header is moving out of the screen
+1 Yep facing the same issue
@hotaryuzaki Try setting `keyboardShouldPersistTaps="never"` it was fixed for me
Please merge this