Skip to content

Conversation

@WoLewicki
Copy link
Contributor

@WoLewicki WoLewicki commented Nov 29, 2024

Summary

PR bumping example app to RN 0.76. I had to bump the java SDK since it is needed by RN now. Also, I changed the autolinking method since it made codegen not find iOS for some reason and the current way is pretty standard in other repos.

How did you test this change?

I run the app on both android and ios and verified it compiles. Change flags to enable new arch and see that it works there too.

Comment on lines 32 to 39
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: 'gradle'
- name: Checkout
uses: actions/checkout@v3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To fix the build issue on CI, checkout action needs to be triggered first

Suggested change
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: 'gradle'
- name: Checkout
uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: 'gradle'

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use the same as the parent one for consistency

@WoLewicki
Copy link
Contributor Author

@DavidBertet looks like everything works correctly now 🚀

@DavidBertet
Copy link
Contributor

@scarlac this one is looking good. It permits to test the new arch on the sample

@scarlac scarlac merged commit 1a7fa27 into teslamotors:master Feb 11, 2025
4 checks passed
@scarlac
Copy link
Collaborator

scarlac commented Feb 11, 2025

Thank you @WoLewicki and @DavidBertet !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants