react-native-art-example

时间:2024-06-02 19:55:00
【文件属性】:

文件名称:react-native-art-example

文件大小:48KB

文件格式:ZIP

更新时间:2024-06-02 19:55:00

JavaScript

React本地艺术的例子 要在您的react-native项目上使用React ART,请安装react-native 0.4.2 ,然后安装npm i art --save 。 将ART.xcodeproj node_modules/react-native/React/Libraries/ART添加到您的库中,并链接libART.a 。 现在,您可以要求它: var ReactART = require ( 'ReactIOSART' ) ; var { LinearGradient , RadialGradient , Pattern , Transform , Path , Surface , Group , ClippingRectangle , Shape , Text , } = ReactART ; 检出index.ios.js以


【文件预览】:
react-native-art-example-master
----index.ios.js(6KB)
----.flowconfig(808B)
----ArtExample.xcodeproj()
--------xcshareddata()
--------project.pbxproj(31KB)
----README.md(1KB)
----.gitignore(294B)
----package.json(225B)
----demo.png(33KB)
----ArtExampleTests()
--------Info.plist(765B)
--------ArtExampleTests.m(2KB)
----iOS()
--------Info.plist(1KB)
--------main.m(510B)
--------Base.lproj()
--------Images.xcassets()
--------AppDelegate.h(451B)
--------main.jsbundle(308B)
--------AppDelegate.m(2KB)

网友评论