Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 560 Bytes

Readme.md

File metadata and controls

47 lines (31 loc) · 560 Bytes

Instagram Clone (App)

A basic instagram clone (app) made with react-native, styled-components, animated components, lazy load images.

Mainly made with styled components.

screen01

screen02

Project setup

yarn install

Compiles and hot-reloads for development

yarn start
yarn android
yarn ios

Start json-server

yarn json-server

Lints and fixes files

yarn lint

Run the Prettier

yarn format