I'm using UI Kitten with my latest React Native app, and in this section of the docs it says Run npx react-native link from the project root to link fonts with the native side
. I haven't used npx react-native link
in a long time because of autolinking. So my question is: will running npx react-native link
affect any of my native modules or anything else in the app in a way that I should know about (other than the desired linking of fonts here)?
问问题
25 次