1. google font 사이트에서 font 다운로드

  • ex) Sunflower 다운로드

2. react-native.config.js 작성

module.exports = {
    project: {
        ios: {},
        android: {},
    },
    assets: ['./src/assets/fonts'],
}

3. react-native-asset 설치

npm i react-native-asset
npx react-native-asset link

5. fontFamily 설정

const styles = StyleSheet.create({
  safeAreaView: {
    flex: 1,
    alignItems: 'center',
    justifyContent: 'center'
  },
  text: {
    fontSize: 20,
    padding: 10,
    fontFamily: 'Sunflower-Light',
  },
  ...
profile
openerzone

0개의 댓글

Powered by GraphCDN, the GraphQL CDN