TommyLeong

Results 13 comments of TommyLeong

@ljharb your suggestion helps to install `enzyme-adapter-react-16` successfully.. but I realized after removing the file `package-lock.json` and again try to reinstall via `npm install` At the same time, if I...

@safaiyeh Meaning to say this is a confirmed bug right? Looking forward for the PR. Thanks man!

Im currently working on this topic and able to get local notification pushed with some slight tweak on Firebase Messaging. In the folder `/node_modules/@react-native-firebase/messaging/ios/RNFBMessaging`, file `RNFBMessaging+UNUserNotificationCenter.m` at method **willPresentNotification** I...

Perhaps you could ignore my previous comment, I seems to have some setup issue hence that was my fixed earlier. However Im pretty sure localNotification is working on both Android...

@sam1463 have you managed to find a solution to it? I'm having similar situation as per your description. App is requesting permission after user logged in.

@sam1463 At least for us, `@react-native-firebase/messaging` was anyway part of the lib. Underlying we are using the Firebase service. Anyway, would you be able share how you have done it...

Unbelievable troublesome to use this lib. Tried the all suggestions above, none work for me. End up I have to drag and drop the .tff file manually from node_module to...

> Hi, @joaovitorzv > Thank you. > Among solutions above, yours solved my problem. you are amazing! Just to mention, the suggestion given by @joaovitorzv is not a solution but...

Hello @RRGT19 ... I actually add in new notification icon under the `mipmap-folders` and named `ic_notification.png ` I'm still getting a white icon when receiving notification. One thing I realized...