Closed
Description
Some of the examples on the React Native documentation are missing part of their content when viewed on Android/iOS.
https://reactnative.dev/docs/image-style-props
This is because the website sets a fixed height for the player, and the rendering of the device we were showing has changed.
@byCedric did great work in #3724 to allow the React Native website to customize the frame the emulator is shown in. We should leverage that, and change our styling + embed to a new value which avoids being cut off.