Skip to content

Commit

Permalink
[0.67] Port windows fork of Pressable to win32 (#9347)
Browse files Browse the repository at this point in the history
* Port windows fork of Pressable to win32 (#9132)

* Port windows Pressable override to win32

* Change files

* Add override

* lint fix

* More overrides, more windows comments

* Change files

* fix overrides

* Add win32 to HoverState

* Overrride types maybe?

* Add keyboarding types to View.win32.js

* override ViewPropTypes.win32.js

* fix flowconfig

* Update overrides

* yarn lint:fix
  • Loading branch information
Saadnajmi authored Jan 10, 2022
1 parent 640a50c commit b58a873
Show file tree
Hide file tree
Showing 16 changed files with 3,041 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Port windows pressable with extra desktop support to win32",
"packageName": "@office-iss/react-native-win32",
"email": "saadnajmi2@gmail.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Fork HoverState.js to allow hover events on Pressable",
"packageName": "react-native-windows",
"email": "saadnajmi2@gmail.com",
"dependentChangeType": "patch"
}
Loading

0 comments on commit b58a873

Please sign in to comment.