List with random users
List with random users (https://randomuser.me/api/?results=20) for Android
you need NodeJs https://nodejs.org/en/
next step in terminal or console:
npm install expo-cli --global
Create your project:
expo init myNewProject
cd myNewProject
expo start
or go to project folder and run:
expo start
With expo, you can now view your progress in the browser or in the Expo app ( https://play.google.com/store/apps/details?id=host.exp.exponent&referrer=www )