jaimebs / instamobile

Study project in React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insta-Mobile πŸ“±

Study project in React Native.

Getting Started

First clone the project, then run npm install, then run react-native run-android / ios.

Commands React-native

  • react-native run android (To run Android)
  • react-native run ios (To run Ios)
  • react-native start --reset-cache (To clear the cache)

Frameworks used

axios

Promise based HTTP client for the browser and node.js. Requests rest.

react-navigation

React Navigation is born from the React Native community's need for an extensible yet easy-to-use navigation solution written entirely in JavaScript (so you can read and understand all of the source), on top of powerful native primitives.

react-native-gesture-handler

Gesture Handler aims to replace React Native's built in touch system called Gesture Responder System. Obs: Run react-native link react-native-gesture-handler

react-native-image-picker

Allows you to use native UI to select a photo/video from the device library or directly from the camera. Obs: Run react-native link react-native-image-picker. Then go to the installation documentation: https://github.com/react-native-community/react-native-image-picker/blob/master/docs/Install.md

socket.io-client

A standalone build of socket.io-client is exposed automatically by the socket.io server. Real-time changes.

Good habits

Semantic Commit Messages

  • feat: (new feature for the user, not a new feature for build script) ✨

  • fix: (bug fix for the user, not a fix to a build script) πŸ›

  • docs: (changes to the documentation) πŸ“

  • style: (formatting, missing semi colons, etc; no production code change) πŸ’„

  • refactor: (refactoring production code, eg. renaming a variable) ♻️

  • test: (adding missing tests, refactoring tests; no production code change) βœ…

  • chore: (updating grunt tasks etc; no production code change) πŸ”§

About

Study project in React Native.


Languages

Language:JavaScript 55.7%Language:Objective-C 23.4%Language:Python 11.7%Language:Java 9.1%