Aman Maharjan

Results 13 comments of Aman Maharjan

@lfkwtz Can you try it in expo? @danecando seems to be on expo and I too am using expo sdk 35. Besides that, I'm connecting it with [redux-form](https://redux-form.com/8.3.0/).

Mine was on expo sdk 35.0.0 and with version 6.1.0 of react-native-picker-select. I upgraded to latest react-native-picker-select but there was still an issue.

@lfkwtz as I said that I'm connecting it to redux-form, so here is how I implemented it ``` import React from "react"; import { View, StyleSheet, Text } from "react-native";...