This is a sample project using React Native, React Query, and the PokeAPI.
- Create React Native App to generate the application.
- React Query for fetching data.
- PokeAPI for supplying data.
- React Native Paper for list component.
yarn ios
-- (react-native run-ios
) Build the iOS App (requires a MacOS computer).yarn android
-- (react-native run-android
) Build the Android App.yarn web
-- (expo start:web
) Run the website in your browser.