this app is built with expo
this app lists the most starred GitHub repositories that were created in the last 30 days using the Github API.
- List the most starred Github repos that were created in the last 30 days.
- List the results one repository per row
- Pagination is done using infinite scroll
to test this app locally run this command in your terminal
git clone https://github.com/vogdev/react-native-challenge.git
cd react-native-challenge
npm start # you can also use: npx expo start
Or you can try it on your phone by downloading Expo Go and scan the QR code to try it on your phone.
Expo Client enables you to work with all of the Components and APIs in React Native, as well as the JavaScript APIs that the are bundled with the Expo App.
Expo Client supports running any project that doesn't have custom native modules added.
- Download the "Expo Client" app from the Play Store or App Store.
- Start your project with Expo
- Install the CLI
npm i -g expo-cli
- Start the project
expo start
- Install the CLI
- Open the project:
- Sign in to expo and the project will appear in the app.
- Or point your phone's camera at the QR code in the terminal (press "c" to view it).
If you're having issues with Create React Native App, please make sure:
- The issue is not covered in the Expo Docs
- There is not already an open issue for your particular problem
If you've checked the documentation and currently open issues, please either open a new GitHub issue or ask a question on Expo forums.