kanelloc / react-native-animated-header-scroll-view

React native animated header ScrollView & FlatList. Animates an image or a custom component into a navbar header.
https://www.npmjs.com/package/@kanelloc/react-native-animated-header-scroll-view
MIT License
253 stars 21 forks source link

Error: Style property 'zIndex' is not supported by native animated module #109

Open hellolgl opened 9 months ago

hellolgl commented 9 months ago

Error: Style property 'zIndex' is not supported by native animated module ` export default function ParentHabitHomePage (){

const data = Array.from(Array(20).keys());
return (
    <AnimatedScrollView
        headerMaxHeight={400}
        topBarHeight={80}
        TopNavBarComponent={<Text>TopNavBarComponent</Text>}
        headerImage={images.habit_home}
    >
        {data.map((e) => {
            return <Text>item</Text>
        })}
    </AnimatedScrollView>
);

}; `

"@kanelloc/react-native-animated-header-scroll-view": "^1.0.0",

hellolgl commented 9 months ago

android Platform