Ismail Paracha
Results
2
comments of
Ismail Paracha
@seb-zabielski, i have tried to put a text component in the label instead of using fragment but got the same issue as you can see
``` import React, {useState} from 'react'; import {StyleSheet, View, Text} from 'react-native'; import {TextInput} from 'react-native-paper'; const Home = () => { const [surname, setSurname] = useState(''); return ( {...