1.0.7 • Published 4 years ago

react-native-build v1.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

react-native-build

react-native-build (android only)

build *.apk file on linux.

This is a generator module for Doemit(doemit.com)

#Get started At first,you need do some work for build..

1.Makesure your can runnig the grogram on your device or emulator

2.cd app root path

running

react-native start

Install:

npm install react-native-build

or use command line

npm install react-native-build -g

Usage:

var builder = require('react-native-build');
builder('react-native android path',function(result){
    console.log(result);//output path
});

or

./bin/react-native-build -e react entryfile.js -a react android path

#Example:

var builder = require('react-native-build');
builder('/Users/name/generatorapp/android',function(result){
    console.log(result);//output path
});

or on command line

react-native-build -e /Users/name/generatorapp/main.js -a /Users/name/generatorapp/android
1.0.7

4 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago