react-native link error Unrecognized command "link"
make a "assets" directory at root and make fonts folder at assets then make a react-native.config.js
module.exports = {
project: {
ios: {},
android: {}
},
assets: ['./src/assets/'],
};
npx react-native-asset
댓글