esmatnawahda1
Results
2
issues of
esmatnawahda1
### Current Behavior I'm working on a new app and stuck with this library. I'm using this library to get a preview of the video before uploading to the storage,...
# Bug I'm trying to use the module and this is what happens: 1. register event listener is working ``` PushNotificationIOS.addEventListener('register', token => { storageManager.storeDeviceToken(token) }) ``` 2. getInitialNotification works...