Lucas Ferreira

Results 70 comments of Lucas Ferreira

Hi @ilyas-shah As you can see in this part of README: https://github.com/lucasferreira/react-native-flash-message#iphone-x Our component (FlashMessage) are tested in notch iPhones likes iPhone X, XS and XR. Currently my personal smartphone...

Hi guys @ilyas-shah @radko93 and @jcisz Thanks for the report and tips about `react-native-safe-area-context`. Apparently `react-native-iphone-x-helper` it's no more a trustable solution to carry this "statusBarHeight" calc task. But the...

@radko93 there is other problem: Expo users, I don't know if they could easily install 3rd-party native packages.

hi @robertcreaner Thanks for the suggestion, but for now we can't implement because the main instance of it's a single component and every message use the same single only component...

Hi @tarikpnr and @Inveth Sorry about that, by now I recomendo to use the events 'onShow' and 'onHide' to catch up yourself in a state or global state variable whether...

Hi @Zenyker This isn't something exclusive of this package, as you can see in this link every View in React Native has this props => https://reactnative.dev/docs/accessibility

Hi @Trapintrovert The method `renderFlashMessageIcon` it's really difficult to use and to understand, sorry about this. To facilitate this kind of custom icon interaction, in the last version of this...

Hi @samuelbeaulieu you're right on that. We rely on this external lib to calculate status bar height... If you guys could ask there also to adapt this, we will be...