forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extra component wrapper from View
Summary: View needed this wrapper to add a dev time warning about text children. Text children became supported and this warning was removed in facebook#23195 This check is no longer necessary and we can reduce the overhead and improve the performance of View by removing this. Reviewed By: rickhanlonii Differential Revision: D15914658 fbshipit-source-id: 6456a9cb356245fa8104036b2948aa5c5bf39e0f
- Loading branch information
Showing
2 changed files
with
12 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters