All Projects → ueno-llc → React Native Starter

ueno-llc / React Native Starter

Licence: mit
Professional react-native starter kit with everything you'll ever need to deploy rock solid apps

Programming Languages

ruby
36898 projects - #4 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to React Native Starter

Firebasepushnotificationplugin
Firebase Push Notification Plugin for Xamarin iOS and Android
Stars: ✭ 307 (-46.98%)
Mutual labels:  firebase, push-notifications
Date
A dating app that creates meaningful connections through food (Push notifications, Firebase, Chat, Schedule Calendar, Onboarding, Social media Login)
Stars: ✭ 29 (-94.99%)
Mutual labels:  firebase, push-notifications
Thenetwork Open
TheNetwork is a blog cum chat app. It's completely built using firebase. Users can post, comment, like and bookmark the blogs, also users can send follow requests to connect with people. Users can create events and also prepare an event roadmap. Pagination for realtime data is also included in chats, blogs and events.
Stars: ✭ 17 (-97.06%)
Mutual labels:  firebase, push-notifications
Push Notification Demo
Demonstrate how to receive notifications using Firebase
Stars: ✭ 82 (-85.84%)
Mutual labels:  firebase, push-notifications
Vue Push Notification Example
An example repo for using browser push notifications with Vue.js and Firebase
Stars: ✭ 120 (-79.27%)
Mutual labels:  firebase, push-notifications
React Native Firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 9,674 (+1570.81%)
Mutual labels:  firebase, push-notifications
Social Note
Social Note - Note-taking, sharing, time & location reminder
Stars: ✭ 38 (-93.44%)
Mutual labels:  firebase, push-notifications
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+471.5%)
Mutual labels:  firebase, push-notifications
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+652.33%)
Mutual labels:  firebase, push-notifications
Sdwebimage
Asynchronous image downloader with cache support as a UIImageView category
Stars: ✭ 23,928 (+4032.64%)
Mutual labels:  cocoapods
Bonfire Firebase Sample
An app to discuss your favourite emojis. This is a sample app built with Firebase.
Stars: ✭ 564 (-2.59%)
Mutual labels:  firebase
Sablurimageview
You can use blur effect and it's animation easily to call only two methods.
Stars: ✭ 538 (-7.08%)
Mutual labels:  cocoapods
Xcake
🍰 Describe Xcode projects in a human readable format and (re)generate one on demand.
Stars: ✭ 549 (-5.18%)
Mutual labels:  cocoapods
Hysteriaplayer
Objective-C audio player, sitting on top of AVPlayer
Stars: ✭ 568 (-1.9%)
Mutual labels:  cocoapods
Koloda
KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS.
Stars: ✭ 4,998 (+763.21%)
Mutual labels:  cocoapods
Monkeydev
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
Stars: ✭ 5,492 (+848.53%)
Mutual labels:  cocoapods
Bow
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
Stars: ✭ 538 (-7.08%)
Mutual labels:  cocoapods
Redux Firestore
Redux bindings for Firestore
Stars: ✭ 530 (-8.46%)
Mutual labels:  firebase
Vuexfire
Check
Stars: ✭ 574 (-0.86%)
Mutual labels:  firebase
Sidemenu
Simple side/slide menu control for iOS, no code necessary! Lots of customization. Add it to your project in 5 minutes or less.
Stars: ✭ 5,267 (+809.67%)
Mutual labels:  cocoapods

WARNING

This starter kit has been deprecated and is no longer being actively maintained by Ueno.

logo

banner

about

React Native Starter

Dependencies devDependencies

The Professional React Native Starter with everything you'll ever need to deploy rock solid apps.

  • Opinionated dependencies
  • React Native Navigation 4
  • TypeScript 3.7
  • Auto Linking
  • Gradle 5
  • Unit and integration tests
  • Continuous delivery support for Microsoft App Center

Getting Started

Super-Quick Start

git clone [email protected]:ueno-llc/react-native-starter.git my-new-app
cd my-new-app
yarn
yarn rename "MyNewApp" com.ueno.mynewapp
yarn start
yarn ios # or yarn android

Alternatively you can use create-ueno-app:

yarn create ueno-app native my-new-app co.ueno.mynewapp

Running automated tests

iOS

yarn build:e2e:ios
yarn test:e2e:ios

Note: To see the testing in-action, open the iPhone X Simulator manually before running the tests.

Android

yarn build:e2e:android
yarn test:e2e:android

Note: You will need to create Emulator with the name Pixel_2_API_28 in Android Studio.

Documentation

The documentation is available here on GitHub Pages.

We also recommend the following reading material:

Upgrading

No plans have been made so far to upgrade. We only support merging from upstream for now.

Contributing

If you are interested in helping out, feel free to submit issues, pull-requests or even contact us. We are open to all kind of contributions.

License

This project is MIT licensed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].