Nativebase: React-navigation + nativeBase error!! (can't select/copy/paste input android)

Created on 18 Oct 2018  路  1Comment  路  Source: GeekyAnts/NativeBase

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.

Most helpful comment

how to fix???

>All comments

how to fix???

Was this page helpful?
0 / 5 - 0 ratings