- React Native 로 제작된 여기여기붙어라 앱입니다.
- Node.js
- node.js >= 18
yarn install
# ios
yarn pod:install
or
cd ios && pod install- starting metro
yarn start- starting server and build
yarn android:dev // development
yarn android:prod // productionor use Android studio
yarn ios:dev // development
yarn ios:prod // productionor use XCode
- react-native 0.73.5
- React 18.2.0
- Typescript 5.0.4
If you can't get this to work, see the Troubleshooting page.
To learn more about React Native, take a look at the following resources:
- React Native Website - learn more about React Native.
- Getting Started - an overview of React Native and how setup your environment.
- Learn the Basics - a guided tour of the React Native basics.
- Blog - read the latest official React Native Blog posts.
@facebook/react-native- the Open Source; GitHub repository for React Native.