2.0.3 • Published 4 years ago

magic-script-components-react-native v2.0.3

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

codecov JSX_CI Android_CI iOS_CI npm version npm downloads License

MagicScript Components ReactNative

Prerequisites

Make sure you have:

npm install -g magic-script-cli

Create a react native project

To create a sample project, type the command below and follow instructions in the wizard.

magic-script init

Remember to select:

  • Components app,
  • Landscape app type,
  • iOS or Android platform.

Build and run the project

  1. Move to the root directory of the project
cd AwesomeProject
  1. To build and run the project, type:
magic-script build ios

or

magic-script build android

This will build the app for the specified platform and will try to run in on a local emulator.

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago