Sample app to reproduce a layout bug in react-native-desktop
- Launch the app.
- Alternate click '+' and '-' button to add/remove buttons.
- You can see that layout of the buttons in second row becomes messy. Some buttons are missing, some are overlapping. See screenshots below.
- For the same code, the bug can not be reproduced on react-native.
- Easier to reproduce with
keyprop set for components in an array.



