文件名称:custom-ios-views-with-react-native:一个示例应用程序显示了React Native中的自定义本机组件
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-14 12:04:04
Objective-C
一个示例应用程序显示了React Native中的自定义本机组件 我的文章示例: : 警告:这不再与最新版本的React Native一起使用,该版本已删除了createReactIOSNativeComponentClass函数,而使用了requireNativeComponent。 我将尝试获取该示例,并在某个时候更新文章,但是在之前,这是我在Github上的一个项目中所做的。
【文件预览】:
custom-ios-views-with-react-native-master
----package.json(199B)
----node_modules()
--------.gitignore(13B)
----index.ios.js(1022B)
----readme.md(607B)
----iOS()
--------main.m(510B)
--------AppDelegate.h(451B)
--------main.jsbundle(267B)
--------MyCustomViewManager.h(226B)
--------MyCustomView.h(236B)
--------Info.plist(1KB)
--------Images.xcassets()
--------MyCustomView.m(483B)
--------AppDelegate.m(2KB)
--------MyCustomViewManager.m(473B)
--------Base.lproj()
----demo.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(25KB)
--------xcuserdata()