react-native-animated-background:在您的react-native组件上添加动画背景
文件大小:
76k
资源说明:React原生动画背景
入门
$ npm install react-native-animated-background --save
大多是自动安装
$ react-native link react-native-animated-background
手动安装
的iOS
在XCode的项目导航器中,右键单击“ Libraries ➜ Add Files to [your project's name]
转到node_modules react-native-animated-background并添加RNAnimatedBackground.xcodeproj
在XCode的项目导航器中,选择您的项目。 将libRNAnimatedBackground.a添加到项目的Build Phases libRNAnimatedBackground.a Link Binary With Libraries
运行项目( Cmd+R )<
安卓
打开android/app/src/main/java/[...]/MainActivity.java
添加import com.re
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。