[Deprecated]
. This repository is deprecated. Please check the new repository below.
- React Navigation V4: https://github.com/dev-yakuza/react-navigation-v4-exercise
this document is based on react-navigation
v3. 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.
- RN installation: https://dev-yakuza.github.io/en/react-native/installation/
- 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
react-native run-ios
# Android
react-native 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/
[Deprecated]
. このリポジトリはdeprecatedされました。下のリンクで新しリポジトリを確認してください。
- React Navigation V4: https://github.com/dev-yakuza/react-navigation-v4-exercise
このドキュメントはreact-navigation
のv3を基準にして作成しました。詳しく内容はreact-navigationの公式サイトを確認してください。
このプロジェクトは基本的にtypescript
とstyled-components
を構成されています。typescript
とstyled-components
のインストールや使い方は下記のブログを確認してください。
- RNインストール: https://dev-yakuza.github.io/react-native/installation/
- typescript: https://dev-yakuza.github.io/react-native/typescript/
- styled-components: https://dev-yakuza.github.io/react-native/styled-components/
下記のコマンドでプロジェクトを確認することができます。
npm install
# iOS
react-native run-ios
# Android
react-native run-android
このプロジェクトに関して詳しくな説明は下記のブログを見たら確認できます。
- react-navigation: https://dev-yakuza.github.io/react-native/react-navigation/
[Deprecated]
. 이 저장소는 Deprecated되었습니다. 아래에 링크를 통해 새로운 저장소를 확인하시기 바랍니다.
- React Navigation V4: https://github.com/dev-yakuza/react-navigation-v4-exercise
이 문서는 react-navigation
의 v3를 기준으로 작성되었습니다. 자세한 사항은 react-navigation의 공식 사이트를 확인해 주세요.
이 프로젝트는 기본적으로 typescript
와 styled-components
로 구성되어있습니다. typescript
와 styled-components
의 설치 및 사용 방법에 대해서는 아래에 블로그를 확인해 주세요.
- RN 설치: https://dev-yakuza.github.io/ko/react-native/installation/
- 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
react-native run-ios
# Android
react-native run-android
이 프로젝트에 관한 자세한 설명은 아래에 블로그를 통해 확인할 수 있습니다.
- react-navigation: https://dev-yakuza.github.io/ko/react-native/react-navigation/