react-native-animated-header-scroll-view
react-native-animated-header-scroll-view copied to clipboard
Error: Style property 'zIndex' is not supported by native animated module
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",