ui icon indicating copy to clipboard operation
ui copied to clipboard

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

Open Rancbar opened this issue 6 years ago • 2 comments

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".

  • My react-native version is 0.55.3
  • I tried react-native 0.51.1 too.

Whats going wrong, Is that my fault?

Rancbar avatar Apr 20 '18 18:04 Rancbar

  1. react-native init HelloWorld && cd HelloWorld
  2. npm install
  3. npm install --save @shoutem/ui or /theme or /animation
  4. react-native link

Kodax9 avatar Apr 21 '18 10:04 Kodax9

This is totally non-sense

usfslk avatar Sep 16 '18 14:09 usfslk