I am having issues installing @shouted/ui
. Seems like react-native link
is not resolving the path correctly.
React Native is attempting to access node_modules/@shoutem/ui/node_modules
but there is no such folder, within the ui folder, which got me thinking it could be the new node
version 7.x I was using. Downgrading didn't help.
Did anyone else come across this?