반응형
SMALL
import React from 'react';
import {Text, StyleSheet} from 'react-native';
export const test = () => {
return (
<Text>안녕하세요 제 이름은 <Text style={styles.text}>000</Text>입니다.</Text>
);
};
const styles = StyleSheet.create({
text: {
color: 'red',
fontWeight: 'bold',
},
};
반응형
LIST
'개발 > React Native' 카테고리의 다른 글
[에러] error Failed to install the app. Command failed with exit code 1: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 이슈 (0) | 2024.05.07 |
---|---|
[에러] pod install --repo-update m1 이슈 (0) | 2024.05.07 |
Android Emulator에서 FoldablePhone 해상도 테스트하기 (0) | 2023.07.04 |
React Native 화면 크기별로 폰트 사이즈 변경하기 (0) | 2023.07.04 |
[에러] Xcode14.3 빌드 오류 (0) | 2023.06.29 |