custom components nativescipt:探索如何在NativeScript中编写自定义组件 源码
[已弃用]该存储库不再维护 尽管该项目可以完全正常运行,但相关性不再是最新的。 仍然欢迎您探索,学习和使用此处提供的代码。 Modus致力于通过创新思想,最佳实践模式和启发性的开源解决方案为社区提供支持。 查看最新的项目。 Nativescript中的自定义组件 建立 按照安装nativescript。 更改为该项目的根目录并运行tns install 。 这将安装nativescript核心模块和设置平台。 滚动 以下命令是不言自明的,应该使您立即滚动: tns emulate android tns emulate ios tns run android tns run ios tn
文件列表
custom-components-nativescipt-master.zip
(预估有个53文件)
custom-components-nativescipt-master
README.md
1KB
.gitignore
23B
app
.eslintrc
740B
main-page.js
568B
main-page.xml
756B
components
greeterTime
greeterTime.xml
141B
暂无评论