aurangs7

Results 13 comments of aurangs7

I am using react-native version 0.73.6 This issue is still there.

same here, UI is fine on iOS tried: `statusBarTranslucent={true} ` and `statusBarIsTranslucent={true}` but still the issue for now I managed it with styling: `containerStyle={styles.containerStyle}` `containerStyle: { marginTop: Platform.OS === 'ios'...

I don't have Pods-App-frameworks.sh in my ios project, I am using 0.61.5. Can't update project due to some dependencies. Please guide

Yes @danidaryaweesh I tried that post_install hook, but I got errors on the pod install. my versions: react-native 0.61.5 cocoa pod 1.12.1

> > Fixed this by updating updating `node_modules/react-native/scripts/find-node.sh` @ L7 > > ```diff > > - set -e > > + set +e > > ``` > > > >...

Same issue with FlatList, no animation on Android or iOS.

I am getting the same issue, without Stack Animation it is working but I need animation + blur both

Please implement this feature if possible. I am also looking for it. Instead of looping through the list