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.
- Host: GitHub
- URL: https://github.com/thiagoow/twitterclone-reactnative
- Owner: Thiagoow
- License: bsd-3-clause
- Created: 2024-04-01T18:48:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T21:45:32.000Z (over 1 year ago)
- Last Synced: 2025-01-21T21:46:56.269Z (12 months ago)
- Language: TypeScript
- Homepage: https://codesandbox.io/p/github/Thiagoow/TwitterClone-ReactNative/draft/codesandbox
- Size: 1.15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```