↧
Answer by Carlos Adriano for React Native Picker - Android issue on loading
this issue is older, but i'll aswner to help someone that have this same problem and see this question. I my case, inside the function _renderPickItems() i created a array and for each Picker.Item i...
View ArticleReact Native Picker - Android issue on loading
i am using the React Native Picker and I am having problems on loading the picker values on Android. This is my component code: render() { return ( <View style={styles.pickerContainer}>...
View Article