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

chore(deps): bump fast-xml-parser from 4.2.7 to 4.4.1 #2266

Commits on Jul 29, 2024

  1. fix(iOS): update HeaderConfig view controller after unmounting subvie…

    …ws (#2230)
    
    ## Description
    
    When using a header left view and then removing it the default back
    button doesn't reappear on new arch. This is because we do not call
    `updateViewControllerIfNeeded` when removing views.
    
    ## Changes
    
    Call `updateViewControllerIfNeeded` in `unmountChildComponentView`.
    
    ## Test code and steps to reproduce
    
    In the FabricExample HeaderOptions example:
    
    - Open Header item setting
    - Choose left
    - Choose right
    - See the back button is gone.
    
    <img width="368" alt="image"
    src="https://github.com/software-mansion/react-native-screens/assets/2677334/d5bfea6e-d0f4-4527-9f90-99f19c6045e5">
    
    <img width="381" alt="image"
    src="https://github.com/software-mansion/react-native-screens/assets/2677334/3338435c-c48f-4858-bd8a-97103a396fcd">
    
    <img width="368" alt="image"
    src="https://github.com/software-mansion/react-native-screens/assets/2677334/143349b0-6f66-460b-9920-14e4a50f16bc">
    
    When toggling state the default back button doesn't reappear.
    
    ## Checklist
    
    - [x] Included code example that can be used to test this change
    - [x] Ensured that CI passes
    janicduplessis authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5f9f061 View commit details
    Browse the repository at this point in the history
  2. fix: removed duplicated modules from metro config (#2264)

    ## Description
    
    This PR removes duplicated `react-native-reanimated` modules from metro
    config files.
    
    ## Checklist
    
    - [x] Ensured that CI passes
    alduzy authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    559ad4f View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump fast-xml-parser from 4.2.7 to 4.4.1

    Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.7 to 4.4.1.
    - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
    - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
    - [Commits](NaturalIntelligence/fast-xml-parser@v4.2.7...v4.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: fast-xml-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    adeb07b View commit details
    Browse the repository at this point in the history