文件名称:react-native-animated-background:在您的react-native组件上添加动画背景
文件大小:76KB
文件格式:ZIP
更新时间:2024-02-24 02:23:07
package-manager library react-native npm-module background
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
【文件预览】:
react-native-animated-background-master
----.gitignore(430B)
----package.json(748B)
----package-lock.json(264KB)
----src()
--------components()
----android()
--------build.gradle(533B)
--------src()
----ios()
--------RNAnimatedBackground.xcworkspace()
--------RNAnimatedBackground.h(185B)
--------RNAnimatedBackground.xcodeproj()
--------RNAnimatedBackground.m(175B)
--------RNAnimatedBackground.podspec(664B)
----index.js(599B)
----README.md(5KB)
----.gitattributes(15B)