Skip to content

Commit

Permalink
Resolve code style
Browse files Browse the repository at this point in the history
  • Loading branch information
safaiyeh committed Jul 20, 2021
1 parent c5bd82a commit 58cffc9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 512 deletions.
2 changes: 1 addition & 1 deletion React/Views/RCTView.m
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ + (UIEdgeInsets)contentInsetsForView:(UIView *)view
while (view) {
UIViewController *controller = view.reactViewController;
if (controller) {
return controller.view.safeAreaInsets;
return controller.view.safeAreaInsets;
}
view = view.superview;
}
Expand Down
6 changes: 3 additions & 3 deletions packages/rn-tester/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ end

target 'RNTester' do
pods()
if !USE_FRAMEWORKS
use_flipper!
end
# if !USE_FRAMEWORKS
# use_flipper!
# end
end

target 'RNTesterUnitTests' do
Expand Down
Loading

0 comments on commit 58cffc9

Please sign in to comment.