Sinthushan Sivapatham

Results 2 comments of Sinthushan Sivapatham

FirebaseInAppMessagingAutomaticDataCollectionEnabled - setting this in my info.plist to `TRUE` worked for me

I was able to address this by removing the additional `StatusBar.currentHeight` offset. Here is a patch of the changes. ``` diff --git a/node_modules/react-native-tip/src/utils.js b/node_modules/react-native-tip/src/utils.js index 81438a8..5b10b1d 100644 --- a/node_modules/react-native-tip/src/utils.js +++...