티스토리 뷰
1번.
const _addComma = (num) => {
const currencies = RNLocalize.getCurrencies();
const [defaultCurrency] = currencies || 'USD';
return Number(num).toLocaleString(i18n.locale, { style: 'currency', currency: defaultCurrency });
};
2번
1)
I18n.js에서
I18n.locale = 'ko-KR';
2)
i18n.js에서 각 locale을 바라보는 리소스에서
number: {
currency: {
format: {
unit: '원',
delimiter: ',',
separator: '.',
precision: 0,
format: '%n%u',//넘버와유닛
},
},
},
3)
i18n.toCurrency(value);
'React Native' 카테고리의 다른 글
code push적용하기. (0) | 2022.06.20 |
---|---|
react native defaultProps 설정 (0) | 2022.05.11 |
백그라운드 플로팅 윈도우 버튼.. (0) | 2021.01.28 |
react native spannableText 특정 텍스트에 색칠하기.. (0) | 2020.08.10 |
google map polyline direction 여러 라인 보여주기. (0) | 2020.07.20 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- text 부분 색 칠하기
- mongo db
- 구글 맵 선그리기
- 차번호 정규표현식
- https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29
- https://hwan-shell.tistory.com/244
- 명령어
- adb 환경변수
- 귀찮아;;
- mac android
- not working adb
- ubunut android
- MongoDB
- 차번호 정규식
- 안드로이드
- 자바
- ubunut 설치 link
- 데이터베이스
- not starting .bash_profile
- React Native
- Android
- insert
- nosql
- rn
- spannableText
- react native state
- 클래스형 코드
- 함수형 코드
- not found adb
- 구글 맵 경로 그리기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함