react-native-notifier
react-native-notifier copied to clipboard
react-native-notifier onpress dont work
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', }) } /> </View>