react-native-windows icon indicating copy to clipboard operation
react-native-windows copied to clipboard

Remove Patch in TextInputExample.windows.js After React Alter TextInput Children

Open chiaramooney opened this issue 1 month ago • 1 comments

An edit to TextInputSharedExamples.windows.js created an error in our E2E tests because the example was not written in valid TextInput format. Example was changed in 5/31 integration to resume successful E2E tests.

Meta has decided to alter React to accept raw text children for the TextInput appointment. Thus they are leaving the example as is until that change goes through. We should remove our patch in TextInputExample.js once React is changes. See #13342 for the patch.

Commit: https://github.com/facebook/react-native/commit/c046198cc9ad9b3b7bf1b94fd1d8915681681a6e Integration: https://github.com/microsoft/react-native-windows/pull/13298

chiaramooney avatar Jun 05 '24 17:06 chiaramooney