반응형

rn 13

[RN][한 줄 팁] React Native 프로젝트 생성하기

# React Native 프로젝트를 생성하고 싶은데 명령어가 기억이 안날 때! npx react-native@latest init AwesomeProject // 최신 버젼에서는 typescript가 기본으로 적용됩니다 Using TypeScript · React Native TypeScript is a language which extends JavaScript by adding type definitions, much like Flow. While React Native is built in Flow, it supports both TypeScript and Flow by default. reactnative.dev

개발/React Native 2021.10.30

[RN] React Native 팁 모음 #2

※# react-native-styling-cheat-sheet GitHub - vhpoet/react-native-styling-cheat-sheet: Most of the React Native styling material in one page Most of the React Native styling material in one page - GitHub - vhpoet/react-native-styling-cheat-sheet: Most of the React Native styling material in one page github.com ※ 어렴풋이 기억이 나는 요소의 경우 대부분 코드 수정 툴(VSCode 등)에서 자동으로 제안을 해주기 때문에 활용도가 떨어질 수는 있지만, 평소에 잘 사용..

개발/React Native 2021.10.10

[RN] React Native 팁 모음 #1 - Emoji 넣는 방법

# 내 React Native 앱에 Emoji를 넣어보자 먼저 원하는 이모지를 찾는다 😋 Get Emoji — All Emojis to ✂️ Copy and 📋 Paste 👌 ✂️ Copy and 📋 Paste Emoji 👍 No apps required Emojis are supported on iOS, Android, macOS, Windows, Linux and ChromeOS. Copy and paste emojis for Twitter, Facebook, Slack, Instagram, Snapchat, Slack, GitHub, Instagram, WhatsApp and more. 😃 getemoji.com 마음에 드는 Emoji를 검색하거나 골라서 복사하자 Text 컴포넌트 사이에 붙여넣으면..

개발/React Native 2021.10.07
반응형