Skip to content

Commit

Permalink
fix: call super in customizeRootView (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
Titozzz authored Oct 10, 2024
1 parent ec22e1a commit df80322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/expo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ const withAppDelegate: ExpoPlugin = (config) =>
anchor: /@end/,
newSrc: dedent`
- (void)customizeRootView:(RCTRootView *)rootView {
[super customizeRootView:rootView];
[RNBootSplash initWithStoryboard:@"BootSplash" rootView:rootView];
}
`,
Expand Down

0 comments on commit df80322

Please sign in to comment.