shoutem / ui

Customizable set of components for React Native applications
Other
4.9k stars 454 forks source link

Installing Shoutem UI removes the React Native. I cant install shoutem ui. #392

Open Rancbar opened 6 years ago

Rancbar commented 6 years ago

I have initialized the React Native Project and installed Shoutem UI exactly like the instruction

$ react-native init HelloWorld && cd HelloWorld

$ npm install --save @shoutem/ui
$ react-native link

But the 'react-native link' command is not working and it seems installation of Shoutem UI removes the React Native, Because the only command that exists after "react-native" is "init".

Whats going wrong, Is that my fault?

Kodax9 commented 6 years ago
  1. react-native init HelloWorld && cd HelloWorld
  2. npm install
  3. npm install --save @shoutem/ui or /theme or /animation
  4. react-native link
usfslk commented 6 years ago

This is totally non-sense