Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/react-native-twitter
:speech_balloon: Twitter Application using React Native, Axios, React Router, React Navigation, Socket.io, React Native Vector Icons and consuming the features of the Node.js - Twitter API
https://github.com/osvaldokalvaitir/react-native-twitter
goweek goweek-4 react-native rocketseat semana-omnistack semana-omnistack-5 twitter
Last synced: 27 days ago
JSON representation
:speech_balloon: Twitter Application using React Native, Axios, React Router, React Navigation, Socket.io, React Native Vector Icons and consuming the features of the Node.js - Twitter API
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/react-native-twitter
- Owner: osvaldokalvaitir
- License: mit
- Created: 2018-11-08T22:27:35.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T19:27:30.000Z (4 months ago)
- Last Synced: 2024-09-14T10:25:01.282Z (4 months ago)
- Topics: goweek, goweek-4, react-native, rocketseat, semana-omnistack, semana-omnistack-5, twitter
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Native - Twitter
:speech_balloon: Twitter Application using React Native, Axios, React Router, React Navigation, Socket.io, React Native Vector Icons and consuming the features of the Node.js - Twitter API
Demo | Install and run | License## :iphone: Demo
![Demo](/.github/assets/demo.gif)
## :wrench: Install and run
_ps: Before running the app, start the [Node.js - Twitter](https://github.com/osvaldokalvaitir/nodejs-twitter) backend._
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/react-native-twitter# Entry in folder
cd react-native-twitter# Install deps with npm or yarn
npm install | yarn# Launch the app on android with react-native or yarn
react-native run-android | yarn android# Launch the app on ios with react-native or yarn
react-native run-ios | yarn ios
```## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho