react-native-custom-qr-codes icon indicating copy to clipboard operation
react-native-custom-qr-codes copied to clipboard

Using TextInput as Content

Open Ceagah opened this issue 3 years ago • 0 comments

Hello devs, i'm using this lib to create a Qr code for tables in a restaurant. But, how can i use 'TextInput' as a variable to create a Custom Qr for each table ?

TextInput code is :

<TextInput styles.inputText} placeholder={"insira o numero da mesa"} placeholderTextColor={"#717171"} underlineColorAndroid={"transparent"} onChangeText={text => setText(text)} value={text} />

Ceagah avatar Oct 28 '20 19:10 Ceagah