react-native-swipe-item icon indicating copy to clipboard operation
react-native-swipe-item copied to clipboard

Error: Text strings must be rendered within a <Text> component.

Open immortalt opened this issue 1 year ago • 1 comments

Try to run the sample component, but errors:

Error: Text strings must be rendered within a <Text> component.

This error is located at: in RCTView (created by View) in View (at swipeItem.js:340) in RCTView (created by View) in View (created by AnimatedComponent) in AnimatedComponent in AnimatedComponentWrapper (at swipeItem.js:336) in RCTView (created by View) in View (at swipeItem.js:331) in RCTView (created by View) in View (at swipeItem.js:330) in SwipeItem (created by SwipeListItem) in Unknown (created by SwipeListItem) in SwipeListItem (created by CellRenderer) in RCTView (created by View) in View (created by AnimatedComponent) in AnimatedComponent in AnimatedComponentWrapper (created by TouchableOpacity)

immortalt avatar Mar 02 '23 04:03 immortalt

remove <SwipeItem>...</SwipeItem>

logicallydimp23 avatar Jul 16 '23 23:07 logicallydimp23