Skip to content

0.9.3

Compare
Choose a tag to compare
@bitrise-devs-bot bitrise-devs-bot released this 31 Oct 15:25
daaa787

New features:

Run expo publish after eject?

Should the step run expo publish after eject?

In case of React Native project using Expo Kit library (any .js file imports expo),
expo publis command generates the:

  • ./android/app/src/main/assets/shell-app-manifest.json
  • ./android/app/src/main/assets/shell-app.bundle
  • ./ios/bitriseexpokit/Supporting/shell-app-manifest.json
  • ./ios/bitriseexpokit/Supporting/shell-app.bundle

files, which are required for the native builds.

React Native version to set in package.json

React Native version to set in package.json after the eject process.

Commits: