커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
2주차 4강에서 핸드폰으로 결과값 출력시 한글 표기 안되는 문제가 발생합니다.
[왕초보] 나만의 수익성 앱, 앱개발 종합반
2주차
북마크
박*모
댓글
10
추천
0
조회수
22
조회수
22
답변 완료

안녕하세요.

핸드폰에 한글로 표기가 안되는데 해결방법이 궁금합니다.


import React from 'react';

import { StyleSheet, Text, View } from 'react-native';


export default function App() {

  return (

    <View style={styles.container}>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

      <Text>문자는 Text 태그 사이에 작성!!</Text>

    </View>

  );

}


const styles = StyleSheet.create({

  container: {

    flex: 1,

    backgroundColor: '#fff',

    alignItems: 'center',

    justifyContent: 'center',

  },

});


스파르타 즉문즉답


취소
 공유
취소
댓글 0
댓글 알림
나의얼굴