79332324

Date: 2025-01-06 07:10:36
Score: 0.5
Natty:
Report link

If you are using this it will not work

<TouchableWithoutFeedback>
 <>
  <Your components...>
 </>
</TouchableWithoutFeedback>

Use like this

<TouchableWithoutFeedback>
 <View>
  <Your components...>
 </View>
</TouchableWithoutFeedback>

here this <> </> and this behaving Differently.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Manish Singh Chouhan