This is a new React Native project using @react-native-community/cli.
Mobile React Native working with Hacker News
- **Demo video: Hacker News App v1.0.1
- **App Test Android (APK): Hacker News App v1.0.1
Before running the project, you need to set up your development environment properly.
- Node.js – Download Node.js (v16 or later recommended)
- npm (comes with Node.js) or Yarn – Yarn installation (recommended)
- Git – Download Git
First, you will need to run Metro, the JavaScript build tool for React Native.
To start the Metro dev server, run the following command from the root of your React Native project:
git clone [email protected]:vietnguyenhoangw/hacker-news.git
cd hacker-news
npm run dev (with npm)
# or
yarn run dev (with yarn)With Metro running, open a new terminal window/pane from the root of your React Native project, and use one of the following commands to build and run your Android app:
npm run android
# or
yarn androidYou've successfully run HackerNews React Native App.
If you're having issues getting the above steps 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.
This project was developed by vietnguyenhoangw, If you have questions or want to reach out directly:
- 📫 Email: [email protected]
- 🌐 Portfolio: vietnguyenhoangw.info