ui icon indicating copy to clipboard operation
ui copied to clipboard

react-native link

Open kockok opened this issue 6 years ago • 4 comments

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?

kockok avatar May 17 '18 07:05 kockok

@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

ayushmankd avatar May 24 '18 11:05 ayushmankd

@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 avatar Jun 03 '18 21:06 yordis

I found this

const nativeDependencies = [
  'react-native-vector-icons',
  'react-native-linear-gradient',
  'react-native-share',
  'react-native-photo-view',
];

yordis avatar Jun 03 '18 21:06 yordis

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

ayushmankd avatar Jun 04 '18 06:06 ayushmankd