soevii

Results 2 comments of soevii

you can get the original size using the image component of react-native package ``` const getImageSize = React.useCallback((uri: string): Promise => { const success = (resolve: (value: ISize | PromiseLike)...

### Solved without downgrade, this is my build.gradle: ``` // android/build.gradle // based on: // // * https://github.com/facebook/react-native/blob/0.60-stable/template/android/build.gradle // original location: // - https://github.com/facebook/react-native/blob/0.58-stable/local-cli/templates/HelloWorld/android/build.gradle // // * https://github.com/facebook/react-native/blob/0.60-stable/template/android/app/build.gradle // original...