Git Product home page Git Product logo

youtube's Introduction

Install

asdf install
yarn
bundle install
cd ios && bundle exec pod install

Duplicate .env.example and save it as .env.alpha and fill values there.

Create release.keystore for android and put in in android/app folder

keytool -genkey -v -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000

Key features

Key dependencies

  • React Native
  • Mobx to help manage state
  • React Navigation to handle routing and navigation in the app
  • Apisauce to make API calls (Axios + standardized errors + request/response transforms)
  • Emotion - a flexible CSS-in-JS library
  • react-i18next which can help you localize your apps with ease
  • prettier and eslint preconfigured for React Native
  • Bugsnag - an error-monitoring tool that allows your developers to identify, prioritize and replicate bugs in a time-efficient and enjoyable manner
  • React-native-bootsplash for adding splash screen to an app
  • Jest for testing
  • Husky allows us to easily wrangle Git hooks and run the scripts we want at those stages. You can use it to lint your commit messages, run tests, lint code, etc when you commit or push

Directory layout

  • src/assets: assets (image, audio files, ...) used by the application
  • src/i18n: localization strings and utils, you can add languages files and be able to translate your app strings
  • src/modules: components folder
  • src/services: application services, e.g. API clients
  • src/theme: base styles for the application
  • src/types: contains types for Typescript support

youtube's People

Contributors

foobarsik avatar

Watchers

 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.