This React Native app retrieves and displays details of a random country using the RESTCountries API.
Built in the context of the article I built the same app with Flutter, React Native, and Ionic
https://fmmagalhaes.github.io/RandomCountryReactNative
npx expo start
npx expo export:web
- Create a branch called
gh-pages
with the content of theweb-build
folder.