nathantew14
nathantew14
I had this issue only on my iOS Simulator. Try using a physical device.
> Can you try playing video without `autoDetectFullscreenAspectRatio: true` parameter? If I do that, then the video will be stretched (i.e. incorrect aspect ratio) in both portrait and landscape mode...
> @nathantew14 I had a closer look, you need to specify `fit: BoxFit.contain` in your controller options. > > This fixes that fullscreen looks weird for me, but the video...
I can verify that the use of `fit: BoxFit.contain` as suggested by @a1rwulf works in ensuring that landscape videos will not be stretched in fullscreen mode. However, another issue remains:...
I would also want the additionalSignUpFields to be shown on the same page as the signup page, rather than a separate form that shows up after clicking confirm signup.
I have the same problem
@Taycode i solved it eventually, maybe it can help you if your situation is similar https://stackoverflow.com/questions/76280815/yarn-project-is-using-yarn3x-and-plug-n-play-but-doesnt-work-without-node-modu
@Taycode ah, then i'm not sure. maybe try `yarn cache clean` then `yarn` to install again
> Hi @MatheusHCP , @durgesh94 ,sorry for reply late. My workaround is to define a global state by using hookAPI. see the code bellow > > ``` > import React...
Isn't the `textAlignVertical` prop only for android?