GithubHelp home page GithubHelp logo

kierandesmond / kieran-esther-wedding-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lxchiati/react-native-firebase-boilerplate

0.0 0.0 0.0 1.64 MB

Boilerplate for React Native Firebase app

License: MIT License

JavaScript 6.50% Java 4.87% Objective-C 5.55% Ruby 2.95% TypeScript 77.61% Starlark 2.51%

kieran-esther-wedding-app's Introduction

Summary

Based on a past wedding app I reacted for my Sister In-Laws wedding. This is a react-native app powered by firebase. Using a boilerplate template, its a custom app where people upload photos to your wedding app and they are all then in 1 place. It's about 2-3 days of work and could be updated in pinch to use. This is a very quick example, as much of my work has been for companies and cannot be shared publically.

Boilerplate Features:

React Native Firebase Configurations

  • remote config
  • auth
  • realtime database
  • firestore
  • storage
  • adMob
  • crashlytics
  • performance monitor
  • analytics
  • invites (TODO)
  • notifications (TODO)

Makes asynchronous operations easy to manage and test.

Allows you to save your Redux state locally on your device.

Utilizes Redux Persist to save sensitive information on the user's device, using the keychain service for iOS, and shared preferences for Android.

By default, Redux Persist uses asyncstorage to save data, but there is a file size cap. Redux Persist Sensitive Storage uses the device's filesystem to persist data, instead of asyncstorage which gets around the file size limitation of asyncstorage.

Makes displaying images very fast, utilizing the Glide library on Android devices, under the hood. And using SDWebImage for iOS.

Handles all user permissions on the device

A functional approach to styling. Makes styling apps extremely fast and efficient.

Time formatting and manipulation library.

Enforce type safety

kieran-esther-wedding-app's People

Contributors

embpdaniel avatar kierandesmond 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.