Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
RN: Stop Exporting TouchableWithoutFeedback Props
Summary: Changes `TouchableWithoutFeedback` so that `Props` is no longer exported as a Flow type. Instead, other modules should use `React.ElementConfig<typeof TouchableWithoutFeedback>`. Changelog: [General] [Removed] - TouchableWithoutFeedback no longer exports Props. Use React.ElementConfig, instead. Reviewed By: zackargyle, TheSavior Differential Revision: D18718131 fbshipit-source-id: 0bd63123c49564fdab160d5fc8e7f1bf86da1fbe
- Loading branch information
1 parent
a516167
commit 7bcae812997f669de5803cc781dcf3ea65baf0e9
Showing
5 changed files
with
9 additions
and
9 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
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
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