Skip to content

geobukmok/pivoting-client

Repository files navigation

Pivoting Client (React Native App)

개발 환경

  1. Create React Native App 를 이용해서 초기 개발 환경 구성
npx create-react-native-app
  1. Library
  • React Navigation

Tutorial을 참고해서 진행

yarn add @react-navigation/native
expo install react-native-screens react-native-safe-area-context
npx pod-install ios
yarn add @react-navigation/native-stack

Native 성능을 가져오기 위해 @react-navigation/stack대신 @react-navigation/native-stack를 사용하겠습니다.

  • Styled Component

기존 React 개발과 유사하게 진행하게위해 StyledComponent를 사용하겠습니다.

yarn add styled-components
yarn add  --save-dev @types/styled-components @types/styled-components-react-native