React Native MantineInputs

Input

Versatile text input field

Import: import { Input } from 'react-native-mantine';

Usage

import { TextInput  } from 'react-native-mantine';

<TextInput
  placeholder="Enter text..."
  label="Username"
  required
  onChangeText={(text) => console.log(text)}
/>

Source on GitHub · npm