Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-native-netinfo/react-native-netinfo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.3.2
Choose a base ref
...
head repository: react-native-netinfo/react-native-netinfo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.3.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 12, 2024

  1. fix(android): add invalidate method for rn74+, onCatalystInstanceDest…

    …roy delegates (#737)
    
    leaving the old method here so that old react-native versions will still work correctly,
    but it just delegates to the new method, which has the old implementation
    
    should have no effect on anyone except for fixing compile issues
    mikehardy authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    538623e View commit details
    Browse the repository at this point in the history
  2. chore(release): 11.3.3 [skip ci]

    ## [11.3.3](v11.3.2...v11.3.3) (2024-09-12)
    
    ### Bug Fixes
    
    * **android:** add invalidate method for rn74+, onCatalystInstanceDestroy delegates ([#737](#737)) ([538623e](538623e))
    semantic-release-bot committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    394a3b2 View commit details
    Browse the repository at this point in the history
Loading