All Projects → blankapp → react-native-template-ui-based

blankapp / react-native-template-ui-based

Licence: MIT license
A React Native cross-platform app template for use with @blankapp/ui

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-native-template-ui-based

Times Components
A collection of reusable components used by The Times
Stars: ✭ 232 (+1684.62%)
Mutual labels:  react-native-web
apple-notes
A clone of the Apple Notes app but made universally with Expo
Stars: ✭ 53 (+307.69%)
Mutual labels:  react-native-web
paramount
React Component Library for React Native and React Web
Stars: ✭ 23 (+76.92%)
Mutual labels:  react-native-web
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (+223.08%)
Mutual labels:  react-native-web
create-react-native-dapp
Your next Ethereum application starts here. ⚛️ 💪 🦄
Stars: ✭ 410 (+3053.85%)
Mutual labels:  react-native-web
react-native-expo-web
All-in-one React Native project (Expo + react-native-web)
Stars: ✭ 16 (+23.08%)
Mutual labels:  react-native-web
Margarita
[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
Stars: ✭ 213 (+1538.46%)
Mutual labels:  react-native-web
cosmic
🌱🌌 Seed for a universal (native iOS, native Android, web, desktop) app based on react native web, redux and Typescript
Stars: ✭ 32 (+146.15%)
Mutual labels:  react-native-web
expo-next-monorepo-example
Create a universal React app using Expo and Next.js in a monorepo
Stars: ✭ 268 (+1961.54%)
Mutual labels:  react-native-web
react-native-hybrid-storybook
Showcase your react native components in the browser
Stars: ✭ 18 (+38.46%)
Mutual labels:  react-native-web
react-native-web-playground
A React Native Web app with bunch of other stuffs and challenging UI's
Stars: ✭ 19 (+46.15%)
Mutual labels:  react-native-web
pulsar-core
🚀 Handy dynamic styles utilities for React Native and React Native Web.
Stars: ✭ 27 (+107.69%)
Mutual labels:  react-native-web
react-native-swag-toggle
A Swag Toggle for React Native and Expo Web
Stars: ✭ 14 (+7.69%)
Mutual labels:  react-native-web
Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+1761.54%)
Mutual labels:  react-native-web
React-Native-Local-Resource
Easily load string files in React-Native
Stars: ✭ 30 (+130.77%)
Mutual labels:  react-native-web
Awesome React Native Web
💙 React Native Web patterns, techniques, tips, and tricks ✨
Stars: ✭ 215 (+1553.85%)
Mutual labels:  react-native-web
moox
MoOx personal website
Stars: ✭ 33 (+153.85%)
Mutual labels:  react-native-web
pro-chat
Full featured chat app built with 💙 Expo & Firebase 🔥
Stars: ✭ 24 (+84.62%)
Mutual labels:  react-native-web
react-ssr-advanced-seed
🔮 React SSR Advanced Seed (Typescript + nestJS + React SSR + React Native + Docker)
Stars: ✭ 76 (+484.62%)
Mutual labels:  react-native-web
razzle-afterjs-redux-rnw-example
Razzle + After.js + Redux + React Native Web (RNW) Example
Stars: ✭ 21 (+61.54%)
Mutual labels:  react-native-web

react-native-template-ui-based

npm version npm Join the chat at https://t.me/reactnativesz

Table of Contents

Created by gh-md-toc

Introduction

A React Native cross-platform app template for use with @blankapp/ui.

Features

  • Multi-language support.
  • ...

Quick Start

Prerequisites

Before starting make sure you have:

Usage

Create a new React Native App:

$ react-native init MyApp --template ui-based
$ cd MyApp && ./scripts/init

Run the new app

  • Running on Android
$ react-native run-android
$ adb reverse tcp:8081 tcp:8081   # required to ensure the Android app can
  • Running on iOS
$ react-native run-ios
  • Running on Web
$ yarn run-web

Or

$ node web/scripts/start.js

Discussion

If you have any suggestions or questions about this project, you can discuss it by Telegram or my private wechat.

License

MIT License

Copyright (c) 2017 JianyingLi <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].