mrshahzeb7

Results 13 comments of mrshahzeb7

@backendbyyuto found any solution ? i have used this in other projects, worked fine ! but now in new project if i give style to components global props does not...

it was not smooth in scrollView for me ,while moving slider scroll starts to move! (especially iOS) I solved it by scrollview property "disableScrollViewPanResponder={true}"

used this logic it is working for me const {isVisible} = props; const [isVisibleToast, setisVisibleToast] = useState(false); useEffect(() => { if (isVisible) { setisVisibleToast(true); } else { setTimeout(() => {...

I can help in design you can add the animation! Can i help? On Wed, Jul 28, 2021, 11:23 PM Ashutosh Dubey ***@***.***> wrote: > Yes I'm working on those...

I was also facing this you can use the "New Renderer Interop Layer" The interop layer is shipped with React Native 0.72 Just add component name like this in react-native.config.js...

> @mrshahzeb7 ComponentName in this case is "FastImageView" right? After adding it it's all good on Android, but it crashes on iOS at this line (in file LegacyViewManagerInteropComponentDescriptor.m): > >...

> @mrshahzeb7 But that way on iOS they don't get rendered, just seeing those red boxes telling it's not supporting Fabric yet. You're just building your app for Android? Yes...