codekojo / twitter-Clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Clone In React-Native

IMG

🛠 Installation & Set Up

  1. Install the react-native CLI

  2. Install dependencies

    yarn install
  3. Start the metro dev server

    yarn react-native start

🚀 Building and Running on simulator

  1. building and running on ios

    yarn react-native run-ios
  2. building and running on android

    yarn react-native run-android
  3. building and running on a real android

    add local.properties file in android folder and add sdkdir="sdk directory"
  4. building and running on a real android

    yarn react-native run-android

On IOS

IMG

IMG

IMG

On Android

IMG

IMG

IMG

About


Languages

Language:JavaScript 61.7%Language:Java 19.7%Language:Objective-C 14.3%Language:Ruby 2.3%Language:Starlark 1.9%