Thiago Pereira
Thiago Pereira
Did you `link`? Try `react-native link react-native-uuid-generator` or `npx react-native link react-native-uuid-generator`
Having this issue with react native `0.63.2`. Any help is appreciated.
@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:...
Just to give more context, our app supports background audio.
@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...
@arondn2 I have that permission already. App still crashes.