shoutem/ui

Lots of dependencies errors with latest React Native 0.59.8

actooalizame opened this issue · 2 comments

I'm running on a fresh install of React Native 0.59.8. Windows 10 platform.

Only package installed on my project is Shoutem UI.

I'm getting this strange, long, dependencies error, which I'm not able to solve at all.
Note: This doesn't happen with React Native 0.57, only with latest 0.59 version.
I'm attaching captures since the console output is too long to copy-paste without being annoying.

Anyone else having this issue? Please help me resolve this.
I'm a little bit worried since React Native 0.59 is the first to support 64bit, as required by Google Play, starting August 1st .

cap-bug-shoutemui-1
cap-bug-shoutemui-2
cap-bug-shoutemui-3
cap-bug-shoutemui-4

The output goes on... But I only included four screencaps for brevity.

Thanks in advance.

I'm having many issues as well, mainly 'unrecognized font' errors and many more that seem to occur after trying to use shoutem.

Managed to fix it by


npm install --save react-native-vector-icons
react-native link react-native-vector-icons
npm install --save react-native-photo-view
react-native link react-native-photo-view

Then it threw the error fixed here: react-native-linear-gradient/react-native-linear-gradient#356 (comment)