Fully controlled React Native mentions component

mentions react-native react-native-mentions textinput
1 Open Issue Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires creating a custom regular expression and `getTriggerData` function for the `react-native-controlled-mentions` library (v3) to maintain backward compatibility with the v2 mention format (`@[John Smith](123)`). This involves understanding the library's internal parsing mechanisms and creating a function that correctly extracts the trigger, name, and ID from the custom mention string. The solution needs to ensure correct rendering of the mentions within the `TextInput` component.

Complexity: 4/5
help wanted

Fully controlled React Native mentions component

TypeScript
#mentions#react-native#react-native-mentions#textinput