Aryk Grosz
Aryk Grosz
Keep bumping up into this, any other TS users in MST-GQL want to take a stab at this? 😄
I'm getting this one too... with the same setup. I have yet to find a work around. Does anyone know how this can be resolved?
There error under the hood is: Trying to measure a view using measureLayout/measureLayoutRelativeToParent relative to an ancestor that requires custom layout for it's children (RNCViewPager). Use measure instead. It has...
@rkritskiy No I have not, I just have to live with it right now...but would love to find a solution to it...would make for a better user experience. I've tried...
I'm getting this is as well on Expo on iOS simulator.
Any chance we can get that pull requrest approved?
Any updates on this? Will this be merged?
Anybody been able to overcome this? I'm using react-natigation with the NativeStackNavigator. The transparentModal (when the modal comes up from the bottom) completely hides these modals. Even putting in the...
Is there any chance of getting this merged into the newer version?
Maybe this can help someone in the meantime... ```ts import React, {memo} from "react"; import Svg, {SvgProps} from "react-native-svg"; import {StyleProp, StyleSheet, ViewStyle} from "react-native"; type SvgIconViewStyle = ViewStyle &...