Kamil Dobrzyński

Results 3 comments of Kamil Dobrzyński

What about publishing the app to the AppStore? Does your fork use the UIWebView as the main repo do? ITMS-90809: Deprecated API Usage - New apps that use UIWebView are...

> Was able to fix it by adding android:requestLegacyExternalStorage="true" to my manifest file. > Based on this https://medium.com/@sriramaripirala/android-10-open-failed-eacces-permission-denied-da8b630a89df Confirmed, works like a charm 👍

If you want to show up cached images immediately, and show loader on newly images, you can use a temporary hack until it will be improved: **InitialState:** ` isLoading: false`...