shoutem / ui

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

react-native link #399

Open kockok opened 6 years ago

kockok commented 6 years ago

I'm just wondering what react-native link is doing? Is there any "unlinking script"?

What files do I need to remove if I decided not to use @shoutem/ui any more?

ayushmankd commented 6 years ago

@kockok Well I don't know much what the linking does but I suppose it bridges some native code with the app about the second thing if you don't want to use it anymore just type react-native unlink @shoutem/ui and you can uninstall the package using npm uninstall @shoutem/ui --save

yordis commented 6 years ago

@kockok @ayushmankd this project is 100% Javascript I do not believe that you need to do react-native link unless I am missing something 🤔🤔🤔🤔

yordis commented 6 years ago

I found this

const nativeDependencies = [
  'react-native-vector-icons',
  'react-native-linear-gradient',
  'react-native-share',
  'react-native-photo-view',
];
ayushmankd commented 6 years ago

Well react-native-vector-icons and react-native-linear-gradient do require linking