Negative scrollView in React Native android - react-native

Is there a way we can scroll negative for the value contentOffset in React native android It work on IOS but not android

Related

React Native Animated Horizontal Scrolling

I am beginner in React native and I want to implement the horizontal scrolling list like this.
Design. Can anyone let me know about the references/libraries that I can use to design this in React Native Expo.
You can use snap carousal, or FlatList with snapping enabled

Vertical pagingEnabled in android in React Native Expo workaround

I have a simple image gallery where paging is enabled(vertical scrolling not horizontal) it is working correctly in ios however on android it is not working I read the react-native docs where they explicitly mention pagingEnabled not supported on android if horizontal is set to false. I want a workaround or third-party library to accomplish this. I'm using FlatList and expo45 by the way. Thanks for any suggeestions.

How to add animated GIF as Splash Screen in iOS using react-native-splash-screen package

I was able to add animated splash screen in android using this solution https://stackoverflow.com/a/61182276/12132771 but for iOS I am not sure how to get same results.

React Native Navigation titleImage

I am using react native navigation and I have titleImage set.That image scales correctly on my iOS 6Plus but I have a friend who has the same phone but does not scale correctly. The image tries to come below the line of the title and cover up some of the components below.Does anyone have the same issue?
Thanks

Remove grey space on upper keyboard (React Native - iOS)

There is grey space on my react native application for iOS platform, like the image below :
How to remove grey space on upper keyboard (React Native - iOS) ? Is it possible ?
I have solved the problem by using this :
[[IQKeyboardManager sharedManager] setEnableAutoToolbar:NO];