I want to link a library in react native version 0.70.1 but I got a error error: unknown command 'link' after trying this command react-native link react-native-notification-sounds
Asked
Active
Viewed 1,005 times
-1

Mac
- 19
- 3
2 Answers
0
"link" command in React native has been deprecated in version 69, instead you can go for :
npm i react-native-asset or yarn add react-native-asset

General Grievance
- 4,555
- 31
- 31
- 45

warhead69
- 1
- 1