React Native – Error while updating property ‘height’ in shadow node

Error while updating property ‘height’ in shadow node of type: RCTView when I test on real device, but nothing wrong on emulator

Solutions:

If you use width or height style property on Image or any order tag like below.

Just remove width or height form inline, move to a style class

Related Answers