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

feat(ios): adopt facebook-ios-sdk 17.1.0 #557

Merged
merged 15 commits into from
Sep 27, 2024
Merged

feat(ios): adopt facebook-ios-sdk 17.1.0 #557

merged 15 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    7dbcc85 View commit details
    Browse the repository at this point in the history
  2. docs(example): update example construction to current react-native

    - yarn2+ is now used
      - touch empty yarn.lock during construction to make example distinct
      - add react-native-fbsdk-next using new git dep syntax
    - git is initialized by default now, avoid that
    - npx now prompts unless you specify for it to go unattended mode
    - facebook ContentProvider on android is an instant crash now for some reason
    mikehardy committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    703b3ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7da2cee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    964bfe4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bed0d56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a7a54d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e758fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7dfec59 View commit details
    Browse the repository at this point in the history
  9. build(deps): update most javascript dependencies

    of note:
    - typescript updated, and that updated the plugin's built artifact
    - semantic release stuff all moved across majors, deserves a close watch during release
    mikehardy committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    24682a3 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump bob as well

    done separately in case it changed the built artifact in some way
    mikehardy committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3a35f69 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix(android): handle onCatalystInstanceDestroy deprecation from rn74

    - implement new invalidate method
    - keep previous onCatalystInstanceDestroy method since it called super
    mikehardy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2ee8f8f View commit details
    Browse the repository at this point in the history
  2. fix(android, profile): fix varargs call ambiguity

    - was calling varargs method with null which was ambiguous
    - call was annotated as argument optional, so remove null to resolve
    mikehardy committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    45c69a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c66502d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb85085 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27bb87a View commit details
    Browse the repository at this point in the history