• This repository has been archived on 10/Nov/2020
  • Stars
    star
    577
  • Rank 74,634 (Top 2 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

More Repositories

1

gsap-tools

A simple tool to debug GSAP animations
JavaScript
299
star
2

starter-kit-universally

Ueno.'s react starter kit
JavaScript
185
star
3

create-ueno-app

The easiest and fastest way to create new web projects with next, gatsby, create-react-app and mobile projects with react-native.
JavaScript
111
star
4

newsletter

Newsletter email templates
HTML
43
star
5

styleguide

Ueno's code style guide and linter configs
JavaScript
30
star
6

mobx-server-wait

Render universally with server wait mobx actions
JavaScript
27
star
7

starter-kit-historical

ueno. Starter kit
JavaScript
24
star
8

ueno-next-starter

Opinionated Next starter template by Ueno.
TypeScript
22
star
9

ueno-ui

Ueno. UI Components
JavaScript
17
star
10

ueno-gatsby-prismic

Ueno gatsby demo with prismic connection
TypeScript
11
star
11

next-prismic-demo

Prismic with create-ueno-app NextJS setup
TypeScript
9
star
12

ueno-code-menu

Ueno's menu in VSCode
TypeScript
8
star
13

async-dom

Asynchronously call a method after the DOM has changed
JavaScript
8
star
14

demo-prismic

JavaScript
7
star
15

ueno-3d-starter

3D Starter with react-three-fiber and suspense
TypeScript
6
star
16

react-waypoint-decorator

Decorator to apply waypoints to React components
JavaScript
6
star
17

vue-starterkit

JavaScript
5
star
18

template-www

./src folder in all the different starters
TypeScript
5
star
19

prismic-kit

Helpful tools for building Prismic apps in React
JavaScript
5
star
20

ueno-app

Pet project and a public sample of ueno's react native setup
Objective-C
5
star
21

ueno-five-www

Source for the five year's anniversary website
TypeScript
3
star
22

react-native-ueno-css-modules

React Native CSS Modules with variables and theme support
JavaScript
3
star
23

ueno-design-osx-screensaver

Objective-C
2
star
24

markdown-to-prismic-richtext

Converts markdown to prismic richtext objects.
TypeScript
2
star
25

gatsby-plugin-ueno

Plugin void for all ueno things in gatsby
JavaScript
2
star
26

contentful-extension-link-field

Link Field extension for Contentful
HTML
2
star
27

ueno-atom-menu

JavaScript
1
star
28

code-react-native-styles

Visual Studio Code plugin to convert CSS to React Native compatible styles
TypeScript
1
star
29

ueno-cli

Ueno Command-Line Utility
TypeScript
1
star
30

demo-contentful

Demo based on starter kit and contentful
JavaScript
1
star
31

demo-app-django-nginx

Quick demo of a possible scenario where a django setup is running on the same domain as a React frontend based on create-ueno-app with an nginx proxy inside docker.
TypeScript
1
star
32

demo-next-prime

Next.JS demo with Prime
CSS
1
star
33

react-native-tv-starter

React Native App and TV starter kit. tvOS and Android TV
Objective-C
1
star