Skip to content

🐳 Alpine Node + Ruby container with support for fastlane

Notifications You must be signed in to change notification settings

thibmaek/expo-fastlane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

expo-fastlane

Lightweight Docker image for deploying Expo React Native apps through Fastlane


Quick setup

Integrate this in your local/CI/CD env by pulling the remote image from Docker Hub:

docker pull thibmaek/expo-fastlane
image: thibmaek/expo-fastlane:latest

Building locally

git clone https://github.com/thibmaek/expo-fastlane
docker build . -t expo-fastlane
docker run -d --name="expo-fastlane" expo-fastlane
docker exec -it expo-fastlane …

Why?

We needed a way to deploy our Expo RN app using Bitbucket Pipelines. Bitbucket pipelines has very limited support for RN projects, so i created this image to run a bash script in which publishes & builds the app through exp and then downloads the binary .ipa file to use the fastlane delivery api to send it to iTunes Connect.

Releases

No releases published

Packages

No packages published