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 React Native 075 #179

Closed
wants to merge 40 commits into from

Conversation

LazyAfternoons
Copy link
Contributor

List of Changes

  • Update React Native to version 0.75 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 24, 2025 22:10
@LazyAfternoons LazyAfternoons changed the base branch from master to eudiw-master January 24, 2025 22:10
@github-actions github-actions bot added the ci label Jan 27, 2025
@LazyAfternoons LazyAfternoons marked this pull request as draft January 27, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant