the following code triggers fails an invariant check: ``` js <TouchableOpacity> <Text>hi</Text> <Text>hi</Text> </TouchableOpacity> ```  