Corey Bovalina
Corey Bovalina
@MortadhaFadhlaoui i am trying to implement your solution and when referencing the plugin in the app.json file, it does not seem to want to recognize it. update: I was able...
> in `app.json` this fails > > ``` > ... > "web": { > "bundler": "metro", > "output": "static", > "favicon": "./assets/favicon.png" > }, > ``` > > This works...
none of my lockTo commands work anymore on iOS 16. Currently running latest version of RN as well. Everything works fine in android.
I resolved this on my end. my issue was this line `- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window { return [Orientation getOrientation]; } ` was inside the new arch if when moving...
I applied this my app, but even when setting lockToPortrait() the device will still rotate, anyway to prevent this?
@mubashiralisiddiqui if you are having issues set the "renderMode" property on LottieView to "SOFTWARE" this should fix it.