Skip to content

bigshans/rn-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Docker image for building and running React Native Applications

This document implement of theanam/react-native-docker.

Is there anything special

You can mount to the volume without changing the directory permissions.

How to use

An example:

docker run --rm -it -v `pwd`:/app -e LOCAL_USER_ID=`id -u` --network host rn-android bash -c "cd android && ./gradlew assembleRelease -x lintVitalRelease"

`rn-android` is image name.

About

Docker image for building and running React Native Applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published