PatriciaRomaniuc

Results 5 comments of PatriciaRomaniuc

+1 needing this - also opened up a issue with it https://github.com/agencyenterprise/react-native-health/issues/261

I tried to make an example here https://stackblitz.com/edit/github-gshwyya8?file=src%2FApp.jsx but something is off with the custom elements declaration in this type of environment. @rithik56 if you want to help, that would...

I did add a workaround to this issue and but it's not great since the focus is also an issue and I am basically trying to make it look like...

Update: found a solution and the components now work by adding `transitionDuration={{ enter: 225, exit: 195 }}` . It seems like the issue is that the defaults for the react-transition-group...

I also need a fix for this, mirroring on IOS is turning the video upside down instead of vertical mirroring as the documentations says it should. Any update?