Technologies | How To Use | License
- React Native — A framework for building native apps using React.
- React Navigation - Routing and navigation for your React Native apps.
- Styled Components - A JavaScript library that allows you to write CSS code within JavaScript.
- Axios - Promise based HTTP client for the browser and node.js.
- React Native Gesture Handler - Declarative API exposing platform native touch and gesture system to React Native.
- React Native Vector Icons - Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.
- React Native Camera - A Camera component for React Native.
- Date Fns - Modern JavaScript date utility library.
- Eslint - Pluggable JavaScript linter.
- Prettier - An opinionated code formatter.
- VS Code - Code Editing.
- EditorConfig - Helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.
To clone and run this application, you'll need Git, [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer and the Ligeirinho API. From your command line:
# Clone this repository
$ git clone https://github.com/greysonmrx/ligeirinho-mobile
# Go into the repository
$ cd ligeirinho-mobile
# Install dependencies
$ yarn install
# Run the app (iOS)
$ react-native run-ios --simulator="iPhone XS Max"
# Run the app (Android)
$ react-native run-android
This project is licensed under the MIT License - see the LICENSE.md file for details.
Made with