- 000
PushNotification.localNotification is not doing anything in my simulation, I have tested it by console logging before and after. What could be the issue?
import PushNotification from "react-native-push-notification";
// assume below code gets called when a button is clicked
console.log('Before noti...