Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: [WLEO-170] Update to RN073 #180

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

LazyAfternoons
Copy link
Contributor

@LazyAfternoons LazyAfternoons commented Jan 27, 2025

List of Changes

  • Update React Native to version 0.73 according to the upgrade helper;
  • Add react-native-vision-camera dependency in order to test the build with this dependency;

Motivation and Context

This PR updates the React Native version to keep it up to date.

How Has This Been Tested?

Test the example app after a full wipe following these instructions:

cd example
cd android && ./gradlew clean && cd .. 
rm -rf ios/DerivedData # Or use Xcode to clean the build if you are not storing them locally)
rm -rf ios/Pods
rm -rf node_modules
cd .. 
rm -rf node_modules
git checkout WLEO-170-update-react-native-075
yarn
cd example 
yarn 
cd ios && bundler exec pod install && cd .. 
yarn react-native run-ios 
yarn react-native run-android 

Test the example app.

Screenshots (if appropriate):

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@LazyAfternoons LazyAfternoons requested a review from a team as a code owner January 27, 2025 16:26
@LazyAfternoons LazyAfternoons added this pull request to the merge queue Jan 28, 2025
Merged via the queue into eudiw-master with commit 0774386 Jan 28, 2025
6 checks passed
@LazyAfternoons LazyAfternoons deleted the WLEO-170-update-react-native-073 branch January 28, 2025 08:49
LazyAfternoons added a commit that referenced this pull request Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants