expo-build-properties
doesn't set up Gradle properties and iOS doesn't build the app
#26572
Open
1 of 4 tasks
Labels
Current Behavior
I create a blank Expo project with Nx create with this package https://github.com/guillempuche/test-nx-expo/blob/main/apps/expo/package.json (Emily already fixed a problem #26285 (comment)).
When
@nx/expo
installsexpo-build-properties
and then runs the Expo app with Expo properties configured https://docs.expo.dev/versions/latest/sdk/build-properties/, Gradle doesn't apply the configuration.iOS Pod file has the property in
ios/Podfile.properties.json
, but there's an error building the app on iOS simulator.Expo build properties are found at
apps/expo/app.json
https://github.com/guillempuche/test-nx-expo/blob/main/apps/expo/app.json#L46:Expected Behavior
expo-build-properties
is added to package.jsonandroid/gradle.properties
compileSdkVersion
andminSdkVersion
GitHub Repo
https://github.com/guillempuche/test-nx-expo/
Steps to Reproduce
npm i
npm exec nx run expo:install expo-build-properties
npm exec nx run expo:run-android
and iOS `npm exec nx run expo:run-iosexpo-build-properties
to app's package.json neither build the app successfully.Nx Report
Failure Logs
No response
Package Manager Version
npm 10.7.0
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: