Skip to content

redux, typescript, navigation을 사용한 react-native example

Notifications You must be signed in to change notification settings

KoreanThinker/ReduxTypescriptNavigation

Repository files navigation

Redux & Typescript & Navigation

redux, typescript, navigation을 사용한 react-native example

설명

  • 간단한 counter & todoList

파일 구조

./src
├── components
├── hooks
├── modules
|   └── index.ts
├── screens
|   └── ExamScreen
|       └── index.tsx
|   └── index.tsx

설치 순서

  1. typescript & redux 설치
  • typescript로inti - npx react-native init MyApp --template react-native-template-typescript
  • yarn add redux react-redux @types/react-redux
  1. redux-persist 설치
  • npm install redux-persist
  • yarn add @react-native-community/async-storage
  1. reactNavigation 설치

참고문서

추가기능

About

redux, typescript, navigation을 사용한 react-native example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published