/Twitter-Clone-React-Native-CLI

Application created using React Native and Redux to mimic the basic design and functionality of the official Twitter app. Added Advance functionality like Group Chat and story preview feature

Primary LanguageJavaScript

Twitter Clone App

Twitter app built with React Native CLI and Expo.Application created using React Native and Redux to mimic the basic design and functionality of the official Twitter app. Added Advance functionality like Group Chat and story preview feature

Details

Created with create-react-native-app.

Packages used:

  • React Navigation

Installation

Usage in existing React Native project

Once you're inside an existing project, a local react-native binary will be available for you to use. Feel free to use Yarn to call it directly.

Example running start command in terminal:

yarn react-native start
# or if you don't use Yarn:
node ./node_modules/.bin/react-native start

You can also add npm scripts to call it with whichever package manager you use:

{
  "scripts": {
    "start": "react-native start"
  }
}

Author

Imran Nazir dev-andremonteiro