Skip to content
 
 

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Docker React Native Fastlane

Image for build React native android apps using Fastlane inside the docker container with no efforts

https://hub.docker.com/r/piotrovskyi/react-native-fastlane

Status

Build Status

Components

Built on openjdk version 8
Component Name Version
gradle 3.3
android-sdk 24.3.3
build-tools 27.0.3
nodejs 10.x
ruby 2.7.1
fastlane 2.146.1

Usage

Release Build

docker run -it -v /path/to/your/react-native/project/:/build -w /build android-fastlane-docker:latest /bin/sh -c "cd android && ./gradlew assembleRelease"

Fastlane Alpha

docker run -it -v /path/to/your/react-native/project/:/build -w /build android-fastlane-docker:latest /bin/sh -c "fastlane android alpha"

About

Image for build React native android apps using Fastlane inside the docker container with no efforts

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages