``` 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 ?