Ryan Lee
@0215ryan9272
レビュー投稿数
2
平均評価
5.0
紹介文が空です
投稿
Q&A
강의 내용이 24년 현재 버전과 너무 다릅니다.
npx create-expo-app {프로젝트(폴더)이름} —template expo-template-blank@50 로 깔아주세요
- 0
- 2
- 287
Q&A
저는 안드로이드 에뮬레이터가 왜 이렇게 나올까요..?
import { SafeAreaView, StyleSheet, Text, View, StatusBar } from "react-native"; import React from "react"; const MainScreen = () => { return ( ToDo App ); }; export default MainScreen; const styles = StyleSheet.create({ container: { paddingTop: StatusBar.currentHeight, // 상태 표시줄 높이만큼 여백 추가 }, });
- 0
- 3
- 508
Q&A
e.keyCode 질문
e.key === 'ArrowLeft' 와 e.key === 'ArrowRight'로 해결하면 되는군요!
- 0
- 2
- 971




