``` jsx <View> <TextInput placeholder="This works" /> <View> <TextInput placeholder="This doesn't work" /> </View> </View> ``` The sample project with this bug is here - https://github.com/boopathi/textinputbug Am I doing something wrong here ?
The sample project with this bug is here - https://github.com/boopathi/textinputbug
Am I doing something wrong here ?