This is a React-Native application in which users able to provide GitHub organization or repository link and get issues from it.
Firstly if you new and not used React-Native before, please set up your development enviroment.
- After setting up your enviroment open this project and run
npm install
in terminal - To start Metro, run
npx react-native start
inside your React Native project folder: - Open new terminal and write command
npx react-native run-ios
to start iOS simulator - Or
npx react-native run-android
to start Android simulator
- React
- React-native
- React-navigation
- React-native-screens
Main page without link:
Main page with provided Github repository: Issues list: Sorting modal:Dalius : Github