An open API service indexing awesome lists of open source software.

https://github.com/thiagoow/twitterclone-reactnative

Um redesign do antigo Twitter, desenvolvido utilizando Factory Method design pattern, com Expo SDK 50, React Native Stylesheet & TypeScript.
https://github.com/thiagoow/twitterclone-reactnative

Last synced: 10 months ago
JSON representation

Um redesign do antigo Twitter, desenvolvido utilizando Factory Method design pattern, com Expo SDK 50, React Native Stylesheet & TypeScript.

Awesome Lists containing this project

README

          

# TwitterClone-ReactNative

Clone do Twitter feito com React Native, usando Expo SDK 50

## Setup

Make sure to install the dependencies:

```bash
yarn install
```

## Development Server

Start the development server on web `http://localhost:8081`:

```bash
yarn start
```