Results 6 comments of Celsius

I thought this was about opening an full-screen modal, without any header, when navigating to the screen that says "This is a modal", just as it is shown in the...

In the RNMeasureText.podspec file inside of node_modules/react-native-measure-text you have to add a url for the s.homepage field. For example `s.homepage = "https://github.com/author/RNMeasureText.git"` To persist this change I suggest using patch-package...

Thanks, I didn't know about the `eachIndex` helper

For anyone who might be interested in using camo with react-native, here's what worked for me: * install Buffer * npm install buffer —save * Add Buffer to global namespace...

I encountered the same issue with Telegram (and other apps like Chrome/Google Files) launching MainActivity in a separate task, causing React Native navigation to crash with the "multiple linking contexts"...

@kbkmn Honestly, I have no idea. I am guessing it might have something to do with different Android versions or even if same version different launchers. I think different OEMs...