seniv / react-native-notifier

Fast and simple in-app notifications for React Native
MIT License
1.05k stars 60 forks source link

react-native-notifier onpress dont work #73

Closed AhmadAl-Ghalban closed 1 year ago

AhmadAl-Ghalban commented 1 year ago

Hello When use examples Don't Work And Don't Show notifier use This Code 👍 <View style={{ flex: 1 }}> <Button title="Long Text" onPress={() => Notifier.showNotification({ title: 'New request', duration: 6000, description: 'You just got new incoming request from John Doe, and this is a long description', }) } />

ivan-khr85 commented 1 year ago

hey, @AhmadAl-Ghalban Do you use NotifierWrapper at root of project?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.