Home

Awesome

expo-release-please-example

Setting up release-please with basic Expo app.

Example of Expo app setup with please-release

yarn dlx create-expo-app expo-release-please-example

and

yarn dlx expo install react-native-web@~0.18.9 react-dom@18.1.0 @expo/webpack-config@^0.17.2

Note on existing repo versioning

This example assumes release-please being used from the initial app bootstrap. If you already have an app running and want to start with some existing version consider using bootstrapping release-please with .release-please-manifest.json file. For this example repo the context of .release-please-manifest.json file might look something like.

{
  "packages": {
    ".": "3.4.5"
  }
}