leiteszeke / base-rn-multiplatform-app

A React / React Native App Multiplatform using ReactXP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RXPHelloWorld

This app works on React Native (iOS, Android) and web. The commands in the instructions below assume you are in the root of this repo.

Building

  • From the hello-world directory, run yarn install. This fetches the dependencies.

To run your app on Web

yarn start:web

To build Web production version of your app

yarn build:web

To run your app on iOS

yarn start:ios

- or -

open `ios/RXPHelloWorld.xcodeproj` project in Xcode
press the Run button

To run your app on Android

Have an Android emulator running (quickest way to get started), or a device connected

yarn start:android

- or -

open `android/` project in Android Studio
press the Run button

About

A React / React Native App Multiplatform using ReactXP


Languages

Language:TypeScript 33.9%Language:Ruby 16.2%Language:JavaScript 14.6%Language:Objective-C 12.5%Language:Python 11.0%Language:Java 9.0%Language:HTML 2.9%