[Solved] Unrecognized command "link" when linking fonts in react native
React Native
Mohit Mozumder
Problem:
While i am trying to link fonts in my React Native project suddenly got the following error:
Command link unrecognized in React Native.
Solution:
link and unlink commands have been removed in React Native 0.69. So please in your terminal write it-npx react-native-asset
Thank you for reading the article. If you face any other problem feel free to contact with us.