File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
packages/rn-tester/RNTester Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 23
23
#endif
24
24
#endif
25
25
26
+ // FB-internal imports
27
+ #ifdef RN_DISABLE_OSS_PLUGIN_HEADER
28
+ #import < RCTFBAppInit/RCTFBAppInit.h>
29
+ #endif
30
+
26
31
#if BUNDLE_PATH
27
32
NSString *kBundlePath = @" xplat/js/RKJSModules/EntryPoints/RNTesterTestBundle.js" ;
28
33
#else
@@ -33,6 +38,11 @@ @implementation AppDelegate
33
38
34
39
- (BOOL )application : (UIApplication *)application didFinishLaunchingWithOptions : (NSDictionary *)launchOptions
35
40
{
41
+ #ifdef RN_DISABLE_OSS_PLUGIN_HEADER
42
+ // FB-internal app init setup.
43
+ RCTFBAppInitApplicationDidFinishLaunching (launchOptions);
44
+ #endif
45
+
36
46
self.moduleName = @" RNTesterApp" ;
37
47
// You can add your custom initial props in the dictionary below.
38
48
// They will be passed down to the ViewController used by React Native.
You can’t perform that action at this time.
0 commit comments