A simple React Native App aimed to learn the principals of Props, States, FlatList and React Navigation in React Native. The application was developed in the online course "Meu Primeiro Aplicativo", (My First Application in english), conducted and designed by Felipe Fontoura from Dev Samurai.
For designing and prototyping I used Figma
Figma Design :
-
Platform: iOS & Android
-
Related Articles:
Expo is a framework and a platform for universal React applications. It is a set of tools and services built around React Native and native platforms that help you develop, build, deploy, and quickly iterate on iOS, Android, and web apps from the same JavaScript/TypeScript codebase.
Will be able to view the project here
$ npm install --g expo-cli
$ git clone https://github.com/5626pedro/insta-cat-app
$ cd insta-cat-app
$ expo start
Step 1: Install Xcode
Step 2: Install Xcode Command Line Tools
Step 3: "Run on iOS simulator" from the browser-based DevTools UI
Step 1: Set up Android Studio's tools
Step 2: Set up a virtual device
Step 3: "Run on Android device/emulator" from the browser-based DevTools UI