文件名称:使用 ReactART 的 React Native 评分组件。
文件大小:834KB
文件格式:ZIP
更新时间:2024-06-28 10:00:21
React Native Awesome Components
react-native-grading react-native-grading 是一个 RN 组件,供用户对分数进行评分。 组件提供四种模式,弧/模拟/星星/板。 Example.gif 每种模式至少有 3 个示例,以显示不同状态的组件。 在每个测试组中,第一个评分组件被启用,第二个是只读的,第三个被禁用。 使用前:Link ART in Xcode 在你的项目中直接使用这个组件可能会遇到以下错误: No component found for view with name "ARTSurfaceView" 首先从 your-project/node_modules/react-native/Libraies/ART/ 中找到 ART.xcdoeproj ART.xcdoeproj 并将其拖到 Xcode your-project/Libraries 中。 然后转到项目的 General Settings 并将 libART.a 添加到 Linked Frameworks and Libraries 列表中。 最后,按 cmd + B 重建项目。 用法 install from n
【文件预览】:
react-native-grading-master
----.eslintrc(14KB)
----index.ios.js(111B)
----.flowconfig(1KB)
----.gitattributes(16B)
----Grading()
--------GradingModal.js(5KB)
--------GradingStyle.js(1KB)
--------index.js(9KB)
--------GradingModalStyle.js(2KB)
--------GradingConstants.js(3KB)
----yarn.lock(151KB)
----.babelrc(31B)
----ios()
--------ranking.xcodeproj()
--------ranking()
--------rankingTests()
----index.android.js(4KB)
----.npmignore(165B)
----android()
--------gradlew(5KB)
--------settings.gradle(45B)
--------gradle()
--------gradlew.bat(2KB)
--------gradle.properties(887B)
--------app()
--------keystores()
--------build.gradle(642B)
----.travis.yml(178B)
----LICENSE(1KB)
----__tests__()
--------test.js(3KB)
--------__snapshots__()
----README.md(5KB)
----.buckconfig(114B)
----.gitignore(460B)
----.watchmanconfig(2B)
----.eslintignore(38B)
----GIF()
--------ios.gif(385KB)
--------android.gif(388KB)
----package.json(1KB)