ivanichi kudo
ivanichi kudo
yes scrollToFirst = {true} not working on iOS, any solution ? anyone want to discuss here ?
hi, it seems the date still changing slowly when the event list is shifted left & right
looks like base64 is not shipped intact or related to file size. i have the same problem, image does not appear, returns null
@mikehardy yes, i looked at the logs, for images with small size base64 like 2Kb or 7kb never show up, just output ( file.null ). for 10Kb 10490 chars, it...
> https://github.com/callstack/react-native-pager-view/releases/tag/v6.0.2 @troZee thank you
i think this is bug. need update. this happened with me too "on release", when fetching data via API and show selectbox with rbsheet
- click on text input https://user-images.githubusercontent.com/891930/199164736-b7ef3b8e-d6d8-4c14-bb00-b5fc7de5304f.mp4 - click tab 2  - click tab 3  - click tab 4 
Problem solved. for keyboard and textInput. Go to android/app/src/main/AndroidManifest.xml and change the following: `android:windowSoftInputMode="adjustResize"` to `android:windowSoftInputMode="stateAlwaysHidden|adjustPan"` rebuild android app.