Lưu Tiến Luận
Results
2
comments of
Lưu Tiến Luận
Android function `measure` will add the height of the `status bar` you can resolve it subtract it in the `adjustFrame` prop like this: ```js { style.top =(Platform.OS === 'ios' ?...
in react-native-reanimated resolved like this as border Radius is not the same with fullBorderWidth ``` val ReactViewGroup.borderRadius: Float get(){ val uniform: LengthPercentage = (background as? CSSBackgroundDrawable)?.borderRadius?.uniform ?: return 0f return...