Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
Summary:
It is not itemPositoning it is itemPositioning

I have test it on iOS and tvOS
Closes #15426

Differential Revision: D5591807

Pulled By: javache

fbshipit-source-id: 0ad0bc32012c63f93f6b1528cae46c6dcba56706
  • Loading branch information
JulienKode authored and facebook-github-bot committed Aug 9, 2017
1 parent d81e549 commit f06d992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Views/RCTTabBar.m
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ - (void)setUnselectedItemTintColor:(UIColor *)unselectedItemTintColor {
#endif
}

- (UITabBarItemPositioning)itemPositoning
- (UITabBarItemPositioning)itemPositioning
{
#if TARGET_OS_TV
return 0;
Expand Down

0 comments on commit f06d992

Please sign in to comment.