React-native-image-crop-picker: don't compile with react native 0.59.0

Created on 13 Mar 2019  路  4Comments  路  Source: ivpusic/react-native-image-crop-picker

Version

  • react-native-image-crop-picker v0.23.0
  • react-native v0.59.0

Platform

  • iOS (not tested yet on Android)

Expected behaviour

I updated react-native from 0.58.6 to 0.59.0

now i have build error with the following error :

 'YGValue.h'  file not found

yg

Actual behaviour

Build error

Any fix ? thanks

Most helpful comment

Try running "pod update" before building the app

All 4 comments

Try running "pod update" before building the app

Try running "pod update" before building the app

馃憤 fixed it for me, thank you.

just tried it on example project, and looks good on 0.59. reference commit for example project upgrade https://github.com/ivpusic/react-native-image-crop-picker/commit/23ffafa2c4c568b9fe43afe831a96d0f0c77701f.

"pod update yoga" worked for me

Was this page helpful?
0 / 5 - 0 ratings