- used Newyork Times API (https://developer.nytimes.com/apis)
- user can search news articles through typing keywords
- it provides news clipping function
First, download all modules listed in package.json.
npm install
or
yarn
Next, you need to start Metro, the JavaScript bundler for React Native.
Since this app is built with Expo, starting Metro is as simple as running the expo start command within the project folder.
expo start
Within the Metro bundler, click on Run on Android device/emulator or Run on iOS simulator.
Alternatively, you can simply enter the following commands to run the app on a simulator.
expo start --android
또는
expo start --ios
- Expo
- React Redux
- Redux Saga
- Typescript
- Async Storage
