My app using nativeBase with react-navigation like diagram:
- Login
- Drawer
-- MaterialTopTab
--- Tab1
--- Tab2
-- Other Page
In file Tab1 use nativeBase,
<Form>
<Item floatingLabel >
<Label>Username</Label>
<Input />
</Item>
</Form>
Then Input can't handle select/copy/paste. Please check my issues.
how to fix???
Most helpful comment
how to fix???