this document is based on react-navigation
v4. if you want to know more details, you can see react-navigation official site.
this project is basically developed on typescript
and styled-components
. if you don't know how to install and use typescript
and styled-components
, please see below blogs.
- How to install React Native on Windows: https://dev-yakuza.github.io/en/react-native/install-on-windows/
- How to install React Native on Mac: https://dev-yakuza.github.io/en/react-native/install-on-mac/
- typescript: https://dev-yakuza.github.io/en/react-native/typescript/
- styled-components: https://dev-yakuza.github.io/en/react-native/styled-components/
execute below command to check the project.
npm install
# iOS
npm run ios
# Android
npm run android
if you want to know more details about this project, please see our blog in below.
- react-navigation: https://dev-yakuza.github.io/en/react-native/react-navigation/
このドキュメントはreact-navigation
のv4を基準にして作成しました。詳しく内容はreact-navigationの公式サイトを確認してください。
このプロジェクトは基本的にtypescript
とstyled-components
を構成されています。typescript
とstyled-components
のインストールや使い方は下記のブログを確認してください。
- ウィンドウ(Windows)にreact nativeの開発環境を構築する方法: https://dev-yakuza.github.io/react-native/install-on-windows/
- マック(Mac)にreact nativeの開発環境を構築する方法: https://dev-yakuza.github.io/react-native/install-on-mac/
- typescript: https://dev-yakuza.github.io/react-native/typescript/
- styled-components: https://dev-yakuza.github.io/react-native/styled-components/
下記のコマンドでプロジェクトを確認することができます。
npm install
# iOS
npm run ios
# Android
npm run android
このプロジェクトに関して詳しくな説明は下記のブログを見たら確認できます。
- react-navigation: https://dev-yakuza.github.io/react-native/react-navigation/
이 문서는 react-navigation
의 v4를 기준으로 작성되었습니다. 자세한 사항은 react-navigation의 공식 사이트를 확인해 주세요.
이 프로젝트는 기본적으로 typescript
와 styled-components
로 구성되어있습니다. typescript
와 styled-components
의 설치 및 사용 방법에 대해서는 아래에 블로그를 확인해 주세요.
- 윈도우(Windows)에 react native 개발 환경 구축하기: https://dev-yakuza.github.io/ko/react-native/install-on-windows/
- 맥(Mac)에 react native 개발 환경 구축하기: https://dev-yakuza.github.io/ko/react-native/install-on-mac/
- typescript: https://dev-yakuza.github.io/ko/react-native/typescript/
- styled-components: https://dev-yakuza.github.io/ko/react-native/styled-components/
아래에 명령어를 통해 프로젝트를 확인할 수 있습니다.
npm install
# iOS
npm run io
# Android
npm run android
이 프로젝트에 관한 자세한 설명은 아래에 블로그를 통해 확인할 수 있습니다.
- react-navigation: https://dev-yakuza.github.io/ko/react-native/react-navigation/