Alan Lee
Alan Lee
That is right, as a visual indicator. I have Korg nanoKontrol2 and have mapping with multiple banks so I can switch from Ch1~Ch8, Ch9~Ch16, ... so forth. It is bit...
Yes, I mean tracks. I am using conditional activation so I have a multiple banks each mapped to a group.
I'm running into the same problem, trying to set a placeholder image that is circle cropped. I'm getting a square placeholder image then the circle cropped image that is loaded....
This PR fixes issue reported here: https://github.com/facebook/react-native/issues/44171
~~@hariomsinha7 could you tell us the React Native version that you were using before the upgrade to 73.0 when it was working? I think I see same issue with 0.72.7?~~
Found the issue issue in current code and will work on a fix for this.
I think argument for `NestedScrollView` is valid but I don't think we can judge if it is safe to swap the implementation for Android's ReactScrollView just by looking at the...
@Kudo Thanks for the detailed explanation. @rshest is on vacation and also didn't get much internal input on this issue. As a quick workaround, could we undo the `internal` visibility...
Hey folks, thanks for the suggestions. The proposals do seem to make sense but as a framework we need to be bit more careful about the changes and the impact....
> I got the `ScrollView` working with the `CoordinatorLayout` in [the Navigation router](https://grahammendick.github.io/navigation/native/). > > If you set `nestedScrollEnabled` on the `ScrollView` then this will get you most of the...