Emmanuel Boutte
Emmanuel Boutte
Make comment appear only the under image thumbnail in the stream and not as a separate activity item
Hello @sbrajesh do you have a planned roadmap on this ? Thank you :)
**setImmersiveMode** alone is working well on my end and fix this issue. Do you set this parameter to true for all APIs, or only for API level 35 and above?
for Firebase you must you must use use_frameworks! :linkage => :static, anyone that uses modular_headers stuff in their Podfile is going to have compilation problems https://github.com/invertase/react-native-firebase/issues/8271#issuecomment-2651573373
> > for Firebase you must you must use use_frameworks! :linkage => :static, anyone that uses modular_headers stuff in their Podfile is going to have compilation problems [invertase/react-native-firebase#8271 (comment)](https://github.com/invertase/react-native-firebase/issues/8271#issuecomment-2651573373) >...
I think I’ve resolved the errors related to `use_frameworks! :linkage => :static` Tested with **RNN 8.0.0** and **React Native 0.76.7** - **New Arch enabled**. You need to modify the ReactNativeNavigation.podspec...
Hi @OscarBlackbullion, did you find a fix ? thanks :)
Hi @claudiozam, Yes, bottomOffset isn’t helping here, as the issue is directly related to react-native-keyboard-controller. It’s adding a **native** margin at the top and bottom. Using react-native-gifted-chat with react-native-navigation works...
> [@manuhook](https://github.com/manuhook) use 'react-native-safe-area-context' + withSafeAreaInsets + bottomOffset. Is working for me. with react-native-navigation ?
Thank you very much