-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Proposal: Remove forked Switch.tsx/js file from RNW
Summary
We should remove the forked Switch.tsx/js file once we sync a release of RN that contains this commit.
Motivation
We wanted to fix a bug in the Switch component in which it would toggle excessively after being invoked once. The fix was committed to RNW first so that the bug would be resolved more quickly for apps that depend on RNW, since it was the only platform visibly showing the bug. However, since the fix was applicable to other platforms using RN as well, there was an ask to port the fix to RN so that RNW doesn't have a fork of Switch.tsx/js from RN if it doesn't need to.
The fix has now been committed to RN. This issue is to track work to remove the fork when RNW gets that commit from RN.