Skip to content

Jaxnode-UG/instacats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instacats App

App Screenshott

Getting Started

Official Getting Started using Expo:

npm install -g expo-cli
expo init InstaCats
cd InstaCats
git add . && git commit -m "Initial commit"
expo start

Opening app

  • Device
    • Install Expo app in your phone
  • Simulator
    • click 'Run on iOS simulator'

Explaining App.js

  • View, Text components
  • flexbox
    • flex: 1, 0.5
    • default direction
    • alignments

Project Organization

  • Create src folder with:
    • components
    • screens

Steps

  • Implement HomeScreen with image and description
  • Extract PostCard component
  • Add header to PostCard with avatarImage and username
  • Display multiple posts with ScrollView
  • Add SafeAreaView inside ScrollView
  • Convert HomeScreen to use FlatList

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%