This component now uses Native Driver by default. Remember to pass a Animated component to renderScrollComponent, by default it has Animated.ScrollView Example import ParallaxScrollView from 'react-native-parallax-scroll-view'; import CustomScrollView from 'custom-scroll-view' const AnimatedCustomScrollVi...
parallaxHeaderHeight={250} backgroundSpeed={10} //设置头部背景图片 renderBackground={() => ( <View key="background"> <Image source={require('../../assets/home/de.png')} imageStyle={{resizeMode: Image.resizeMode.stretch}} style={{ width: width, height: 250, }}> </Image> <View s...
今天分享一个 视差效果很棒的reactNative 库 react-native-parallax-scroll-view https://github.com/jaysoo/react-native-parallax-scroll-view, 可以用在自己项目的个人主页上,效果很棒
react-native-parallax-scroll-view ,github地址 ScreenFlow.gif 下面看一下代码 importReact,{Component}from'react'import{Dimensions,Image,Text,View,AppRegistry,StatusBar}from'react-native';//导入组件importParallaxScrollView from'react-native-parallax-scroll-view';constwindow=Dimensions.get('window');//获取...
A simple React Native library to create a sticky, parallax scrolling, fully customizable header for your iOS and Android apps. React Native Parallax Header – RNParallax DemoDownload A react native scroll view component with Parallax header. ...
页面头部渐隐效果实现(不会整动态图,就将就着记录了。。。): 导入ParallaxScrollView 插件 npm install react-native-parallax-scroll-view –save 往上滑动头部的图片和文字的渐隐,导航栏渐出到完全显示, }... 查看原文 React Native 常用的技术 /react-native-snap-carousel 5.时间轴效果. 该效果采用FlatList...
react-native-carousel-control react-native-spring-carousel react-native-image-carousell 模糊效果 react-native-blur 滚动列表 react-native-parallax-scroll-view(拉伸最上方图片刷新,类似微信朋友圈刷新) react-native-lazyload react-native-sglistview react-native-refreshable-listview ...
https://github.com/jemise111/react-native-swipe-list-view 图表 https://github.com/tomauty/react-native-chart 下拉放大 https://github.com/lelandrichardson/react-native-parallax-view 日历组件 https://github.com/cqm1994617/react-native-myCalendar ...
react-native-check-boxreact-native-easy-toastreact-native-splash-screenreact-native-htmlviewreact-native-parallax-scroll-viewreact-native-scrollable-tab-viewreact-native-sortable-listviewreact-native-tab-navigator 功能流程图 总结 此项目是基于目前比较火的React Native技术架构的,也用到一些Android和iOS技术,...
$ npm install react-native-parallax-scroll-view --save Note:For React Native 0.19.0 and earlier, you'll want to usereact-native-parallax-scroll-view@0.17.4. Version0.18.0changes the scrolling API to be compatible with React Native 0.20.0. ...