Thiago Pereira

Results 17 comments of Thiago Pereira

Did you `link`? Try `react-native link react-native-uuid-generator` or `npx react-native link react-native-uuid-generator`

@Abhishek-Sankey Can you provide an example of how to use it? If I provide children to `MentionsTextInput` then the suggestions popup does not work. ``` ( )} textInputMinHeight={30} trigger={'@'} triggerLocation={'new-word-only'}...

@Abhishek-Sankey Got it. Thanks!

@Abhishek-Sankey Could you share your code? I'm using a TextInput the same way you did, with `react-native-parsed-text` inside the TextInput, but I'm having the following issue: - Mentions somebody; parsing...

Thanks @dabakovich. I had checked your library before but it seems you fixed the issues I encountered. I'll let you know if it works.

@tanguyantoine here is the component that handles the controls: ``` export default class LockScreenControls extends Component { static defaultProps = { currentFactTitle: null, currentItemTitle: '', imagePath: '', track: null, playing:...

@tanguyantoine `componentWillUnmount` is never called when the app is terminated but that is just a shortcoming on React's side, not a bug. However, the native side does know when the...