79246456

Date: 2024-12-03 06:20:34
Score: 0.5
Natty:
Report link

Please set the value as 'newText'

 <TextInput
      style = {styles.itemText}
      mode="outlined"
      multiline
      value={newText}
      placeholder='FOR TEST' 
      placeholderTextColor={'gray'} 
      onChangeText={(text) => setNewText(text)}
 />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Avijit