카테고리 없음
react-native link error Unrecognized command "link"
new_star
2022. 10. 27. 17:56
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