Skip to content

Commit

Permalink
RN: New TouchableNativeFeedback
Browse files Browse the repository at this point in the history
Summary:
Launches a new implementation of `TouchableNativeFeedback`.

It is implemented using `Pressability` and extends `React.Component`. Notably, `propTypes` no longer exist.

Furthermore, `TouchableNativeFeedback` now behaves similar to `TouchableWithoutFeedback` on iOS (instead of rendering an error message).

Changelog:
[General] [Changed] - TouchableNativeFeedback overhauled as a class without propTypes. Also, replaced iOS error renderer.

Reviewed By: TheSavior

Differential Revision: D18715857

fbshipit-source-id: aa42c7547ac94340fde0ef30641cab7eb48ea81b
  • Loading branch information
yungsters authored and facebook-github-bot committed Nov 27, 2019
1 parent 88ae24f commit 2185dd2
Show file tree
Hide file tree
Showing 4 changed files with 333 additions and 458 deletions.
Loading

0 comments on commit 2185dd2

Please sign in to comment.