ui
ui copied to clipboard
react-native link
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 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
@kockok @ayushmankd this project is 100% Javascript I do not believe that you need to do react-native link
unless I am missing something 🤔🤔🤔🤔
I found this
const nativeDependencies = [
'react-native-vector-icons',
'react-native-linear-gradient',
'react-native-share',
'react-native-photo-view',
];
Well react-native-vector-icons and react-native-linear-gradient do require linking