Sergey Filatov

Results 14 comments of Sergey Filatov

Confirm, layout is different on iOS (left) and Android (right). ![IMG_0389](https://user-images.githubusercontent.com/1872001/101247218-d95a7f80-3720-11eb-8940-9810c82ecec6.JPG)

Installing @react-native-community/cli-debugger-ui + clearing application data in inspect solved this to me.

Found the reloaded version, can be closed

Nové On Wed, 4. Mar 2020 at 03:44, Ilkhom Safarov wrote: > @lid3rs Did you find out how to solve this > problem ? Same error comes to me >...

You can try this: ``` import {Image} from 'react-native'; // data is the image object from camera await Image.getSize(data.uri, (width, height) => { data.width = width; data.height = height; });...

Very annoying behavior. Impossible to navigate.

Yes, looks like it is not the programm error, it is about path of mysqldump. Case can be closed or left here for others.

> It's already have, just check the document closely. Could you please show where? I am not able to find it neither.