Hi there.
When I change the device orientation in Android, the image im trying to show is moved downwards, as if there was a margin on top of it moving everything down. This does not happen in Portrait mode.
As a sidenote, I'm using Expo, and if I build it locally using the Expo SDK, this issue is not present, this is only present if I build an APK using Expo's online service.
This is my code:
`componentDidMount() {
console.log('SlideshowScreen shown, callerId: ${this.state.callerId}');
console.log('OrientationStatus: ${this.state.OrientationStatus}');
Hi there. When I change the device orientation in Android, the image im trying to show is moved downwards, as if there was a margin on top of it moving everything down. This does not happen in Portrait mode.
As a sidenote, I'm using Expo, and if I build it locally using the Expo SDK, this issue is not present, this is only present if I build an APK using Expo's online service.
Here's a link to a screenshot of the behaviour: https://imgur.com/a/nW4mdM3
This is my code: `componentDidMount() { console.log('SlideshowScreen shown, callerId: ${this.state.callerId}'); console.log('OrientationStatus: ${this.state.OrientationStatus}');