react3-moon
Results
2
issues of
react3-moon
conversation is created by using `client.createConversation` method and trying to add participant by `updatedChannel.add(userId.toString())`. but getting Bad Request error. @Gapur
onHighlightPress property is not working on IOS OS 16+ ``` "react": "17.0.2", "react-native": "0.67.2", "@alentoma/react-native-selectable-text": "1.6.0", ``` **below mentioned code always return 0 for clickedRangeStart & clickedRangeEnd.** ``` -(void) handleSingleTap:...