react-native-paper-alerts icon indicating copy to clipboard operation
react-native-paper-alerts copied to clipboard

Cross Platform Material Alert and Prompt Dialogs for React Native. Imperative API, Android, IOS, Web

Results 1 react-native-paper-alerts issues
Sort by recently updated
recently updated
newest added

Hello! I am trying to make it so an error dialog can be shown when Sentry catches an error. Here is my code: ``` // imports, localization things above, unrelated...

question