ui
ui copied to clipboard
Installing Shoutem UI removes the React Native. I cant install shoutem ui.
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?
- react-native init HelloWorld && cd HelloWorld
- npm install
- npm install --save @shoutem/ui or /theme or /animation
- react-native link
This is totally non-sense