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

fix(iOS,Fabric): fix MUTATION_PARENT_TAG definition when using dynamic frameworks #2737

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

kkafar
Copy link
Member

@kkafar kkafar commented Feb 24, 2025

Description

It seems that '-' characters in import names are swapped for '_' when using dynamic frameworks,
therefore we need to check not only for React-RCTAppDelegate but also for React_RCTAppDelegate.

Test code and steps to reproduce

Build with USE_FRAMEWORKS=dynamic now passes.

Checklist

  • Ensured that CI passes

Sorry, something went wrong.

@kkafar kkafar merged commit e3eca55 into main Feb 24, 2025
4 of 5 checks passed
@kkafar kkafar deleted the @kkafar/fix-header-detection branch February 24, 2025 16:59
kligarski pushed a commit that referenced this pull request Mar 6, 2025
…c frameworks (#2737)

## Description

It seems that '-' characters in import names are swapped for '_' when
using dynamic frameworks,
therefore we need to check not only for `React-RCTAppDelegate` but also
for `React_RCTAppDelegate`.

## Test code and steps to reproduce

Build with `USE_FRAMEWORKS=dynamic` now passes.

## Checklist

- [ ] Ensured that CI passes

(cherry picked from commit e3eca55)
kligarski added a commit that referenced this pull request Mar 7, 2025
## Description

Adding support for `react-native@0.78.0`.

## Changes

- adjusted example apps (Android, iOS) on both architectures (Paper,
Fabric) with changes from upgrade helper,
- added additional fixes (android, ios, cpp) from 4.x
(#2626),
- updated dependencies, gradle of the library:
- uncommented `syncArchs` task, because updating `react-native` version
of the library fixed the problem with codegen,
- fixed issue connected with Gesture Handler:
  - #2618,
- updated TVOS example app (from 0.74.1) to match example app from 4.x
and Android, iOS apps,
- fixed a bug with `replaceNavigationBarViewsWithSnapshotOfSubview`
method by adding a nil check:
- adapted from
#2485,
- restoring backward compatibility:
  - #2730,
  - #2737.

## Test code and steps to reproduce

CI

## Checklist

- [ ] Ensured that CI passes

---------

Co-authored-by: Kacper Kafara <kacper.kafara@swmansion.com>
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.

None yet

1 participant