Anton

Results 4 issues of Anton

Hello! I am try to add this library to my project with [hermes engine](https://reactnative.dev/docs/hermes). But when i add `ImageCacheProvider` to wrap my app, i have an error; ``` Error: Requiring...

Just added a russian translation. I tested, its works.

Hello! I need to select photos with original `.heic` format. It is possible with this library? If i try to select .heic photo from iphone 13 (ios 15), its returns...

:star2: Feature Request

Hello! I created a component to make a random with of skeletons: ```tsx interface RowProps extends ViewStyle { min: number max: number type: "%"|"" } const Row = (props: RowProps)...