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

Upgrade to RN 0.73.10 #1253

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Upgrade to RN 0.73.10 #1253

wants to merge 9 commits into from

Commits on Oct 23, 2024

  1. feat(RN0.73): Update packages

    Gemfile, Podfile and package.json updates come from React Native Upgrade Helper.
    
    Package updated to support RN0.73 :
    - @react-native-community/datetimepicker
    - react-native-svg-transformer
    - react-native-flipper
    
    react-native-flipper could be updated more but it is not working anyway for the moment so I just updated it to make it compile.
    
    `react-native run-android --variant=devDebug` CLI command has been changed to `react-native run-android --mode=devDebug`
    zatteo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3f5b458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7d112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d6c910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7c7c06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    652c25b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d7aeea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c822b06 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff649da View commit details
    Browse the repository at this point in the history
  9. feat: Update ShareViewController to support iOS 18

    Not linked to RN0.73 but to iOS 18. Solution inspired from
    ajith-ab/react-native-receive-sharing-intent#185 (comment)
    zatteo committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e2cede8 View commit details
    Browse the repository at this point in the history