RRaideRR
RRaideRR
I am using Expo and React Native and I want to display a Lottie animation. On iOS this works like a charm - on Android the animation will play once...
I use` django-pyodbc-azure` 2.1.0.0 for the connection with an Azure SQL database which works fine. When I understand the documentation of `django-pyodbc-azure` correctly, transactions should be supported. However, this code...
Hey guys, I'm a huge fan of your work - very much appreciated. However, I have noticed in the past, that the conversion from a transparent PNG to a JPG...
### Minimal reproducible example More than happy to create one, if you think this is a bug and you need a repro ### Summary I just managed to build my...
### Summary A Video is not always loaded. To be more precise, in some cases `onLoadStart` is called, however `onLoad`, `onReadyForDisplay`, `onError` are not called. This occurs on iOS and...
### Minimal reproducible example https://github.com/RRaideRR/expo-blur-sdk-49 ### Summary I noticed in my Android app some performance degradation when I tried out the new SDK 49. I tracked it down to expo-blur...
### Minimal reproducible example https://github.com/RRaideRR/expo-50-media-subtypes ### Summary On my iPhone 14, iOS 17.2.1, I select a HDR video captured by my iPhones camera. I expect that ``` MediaLibrary.getAssetInfoAsync(assetId, {}).then((assetInfo) =>...
### Minimal reproducible example https://github.com/RRaideRR/expo-slow-gradient ### Summary I debugged my app lately to investigate slow Android startup-times. It turns out this is caused by using a gradient. Not quite sure...
### Summary What is the purpose of the `cache` property there? I'm happy to submit a PR but I'm not sure what this does. ### Link to the related docs...
### Description When I try to load a dotlottie file on Android (does not matter whether its a device or the simulator), the `onAnimationFailure` callback prints out "Use JsonReader.setLenient(true) to...