chunghn

Results 13 comments of chunghn

Hi. Did you find any workaround, either designing/coding aspects?

Hello, got the same issue, did you manage to find any solutions?

> > Hello, got the same issue, did you manage to find any solutions? > > android:windowSoftInputMode="adjustPan" Just add this in your Manifest file. Thanks! However I got another issue....

> use list to save video ref list, when other played => stop current Hello, I have the same issue too. Would you mind to elaborate more? Thank you.

Hello, I have the same issue when exiting Modal with animation. I am using expo sdk44 with react-native-reanimated (v2.3.1). Please let me know if there is any solution.

My modal still reopens when pressing the positive button after applying the above solution. For someone who still has the issue, this works for me: ```js const onChange = (event,...

There is no effect of `bottomOffset` if windowSoftInputMode="adjustPan" Turns out I just use the default value, 'resize', and figured out these value for the Offset (I'm using expo) ```js bottomOffset={Platform.OS...

Same issue. It is frustrating to leave it like that in the application.

> Late but here's the solution: > > ``` > arrowIconStyle={{tintColor: 'red'}} > ``` Nice! Would you mind to explain why tintColor works?

> Attempting to do the same with the [config plugin](https://docs.expo.dev/guides/config-plugins/) below. Will report back whether I'm successful or not. > > ``` > const { > withAppDelegate, > withEntitlementsPlist >...