Closed
Description
Pls help me.
I can't on Android copy/paste/select a text from TextInput.
I have just TextInput without ScrollView or ListView.
But when I changed for Android true to false of the line removeClippedSubviews={ Platform.OS === 'ios' ? !isVisible : true}
from file /node_modules/react-navigation-tabs/src/views/ResourceSavingScene.js
it works correct.
Someone can you help me?