Joaquin Guardado

Results 13 comments of Joaquin Guardado

I figured out most of the issue here is due to a misunderstanding on how this library works. Moving FCM.getInitialNotificaiton() and FCM.on(FCMEvent.Notification, async notif => { console.log('notification payload', notif); });...

correct, after the app is killed and boots again getInitialNotification could return something similar to the following: ![screen shot 2017-11-30 at 4 06 11 pm](https://user-images.githubusercontent.com/9710893/33459736-67a5d57a-d5e8-11e7-9159-f869fd02eb7d.png) this still needs to be...

For android set the resizeMode prop to make it work correctly, the image auto height logic breaks. ``` import FastImage from "react-native-fast-image" const AutoHeightImage = React.memo(function AutoHeightImage({ width, ...props }:...