UNPKG

react-native-otpview

Version:

autoplaced otp read otp from server and place it on ui for android and ios

20 lines (18 loc) 388 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', }, welcome: { fontSize: 20, textAlign: 'center', margin: 10, }, instructions: { textAlign: 'center', color: '#333333', marginBottom: 5, }, });