Skip to content

dev-yakuza/react-navigation-exercise

Repository files navigation

document

react-navigation-exercise document

[Deprecated]. This repository is deprecated. Please check the new repository below.

this document is based on react-navigation v3. if you want to know more details, you can see react-navigation official site.

project structure

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.

execute the project

execute below command to check the project.

npm install
# iOS
react-native run-ios
# Android
react-native run-android

project description

if you want to know more details about this project, please see our blog in below.

react-navigation-exerciseドキュメント

[Deprecated]. このリポジトリはdeprecatedされました。下のリンクで新しリポジトリを確認してください。

このドキュメントはreact-navigationのv3を基準にして作成しました。詳しく内容はreact-navigationの公式サイトを確認してください。

プロジェクト構成

このプロジェクトは基本的にtypescriptstyled-componentsを構成されています。typescriptstyled-componentsのインストールや使い方は下記のブログを確認してください。

プロジェクト実行

下記のコマンドでプロジェクトを確認することができます。

npm install
# iOS
react-native run-ios
# Android
react-native run-android

プロジェクト説明

このプロジェクトに関して詳しくな説明は下記のブログを見たら確認できます。

react-navigation-exercise 문서

[Deprecated]. 이 저장소는 Deprecated되었습니다. 아래에 링크를 통해 새로운 저장소를 확인하시기 바랍니다.

이 문서는 react-navigation의 v3를 기준으로 작성되었습니다. 자세한 사항은 react-navigation의 공식 사이트를 확인해 주세요.

프로젝트 구성

이 프로젝트는 기본적으로 typescriptstyled-components로 구성되어있습니다. typescriptstyled-components의 설치 및 사용 방법에 대해서는 아래에 블로그를 확인해 주세요.

프로젝트 실행

아래에 명령어를 통해 프로젝트를 확인할 수 있습니다.

npm install
# iOS
react-native run-ios
# Android
react-native run-android

프로젝트 설명

이 프로젝트에 관한 자세한 설명은 아래에 블로그를 통해 확인할 수 있습니다.