Skip to content

Commit

Permalink
Implement iOS side
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Dec 3, 2024
1 parent 6601b0f commit f743743
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-native/React/CoreModules/RCTAppearance.mm
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ - (dispatch_queue_t)methodQueue
return _currentColorScheme;
}

RCT_EXPORT_SYNCHRONOUS_TYPED_METHOD(NSNumber *, isEdgeToEdge)
{
return @(true);
}

- (void)appearanceChanged:(NSNotification *)notification
{
NSDictionary *userInfo = [notification userInfo];
Expand Down

0 comments on commit f743743

Please sign in to comment.