react-native-hybrid-app-examples:在现有iOS应用程序中使用React Native的示例集合

时间:2024-05-22 04:55:40
【文件属性】:

文件名称:react-native-hybrid-app-examples:在现有iOS应用程序中使用React Native的示例集合

文件大小:35KB

文件格式:ZIP

更新时间:2024-05-22 04:55:40

Objective-C

React Native Hybrid App示例 在现有iOS应用程序中使用React Native的示例集合 概念 预装桥 如果要使混合应用程序具有良好的性能,应该做的第一件事就是预先加载RCTBridge并将其引用保存在某个地方(可能是AppDelegate ): AppDelegate.h @property (nonatomic, strong) RCTBridge *bridge; AppDelegate.m @synthesize bridge; ... - ( BOOL )application:(UIApplication *)application didFinishLaunchingWithOptions:( NSDictionary *)launchOptions { ... configure the jsCodeLocation here...


【文件预览】:
react-native-hybrid-app-examples-master
----PassingData.js(604B)
----.flowconfig(1KB)
----package.json(215B)
----SimpleList.js(2KB)
----LICENSE(1KB)
----iOS()
--------RNEmbeddedAppExample.xcodeproj()
--------RNEmbeddedAppExampleTests()
--------RNEmbeddedAppExample()
----.npmignore(274B)
----index.ios.js(657B)
----.gitignore(294B)
----README.md(7KB)
----SimpleView.js(485B)
----ModalWithNavigator.js(1KB)

网友评论