Git Product home page Git Product logo

instamobile's Introduction

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) ๐Ÿ”ง

instamobile's People

Contributors

jaimebs avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.