Bartłomiej Białek
Bartłomiej Białek
I have similar problem to that. When I wrap `` component with skeleton, there are strange flicker, image re-render and the height of layout is changing so that's why flicker...
You can expose ref by yourself in your local package files. Inside package files in `KeyboardAvoiderScrollView.tsx` add the following line in props type definition: ```ts // * node_modules/@good-react-native/keyboard-avoider/src/components/KeyboardAvoiderScrollView.tsx type Props...
If you are building on your own machine, just add in your `build.gradle` file in `android` folder the following line: ``` allprojects { repositories { maven { url "$rootDir/../node_modules/@notifee/react-native/android/libs" }...
In latest version there is no more Expo plugin.  If you want to use this library in your app you need to add native code manually to your app....
To use custom padding and disable this strange behavior use this combination of paddings: ``` padding: 0, paddingBlock: 0, // Equivalent to paddingVertical paddingInline: 0, // Equivalent to paddingHorizontal ```...
I can also confirm that this issue persists in my iOS app