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: gorhom/react-native-bottom-sheet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mokotus/react-native-bottom-sheet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 13 files changed
  • 4 contributors

Commits on Apr 30, 2023

  1. chore: fixed types (#1123)(by @stropho)

    * fix: react 18 types
    
    * fix: allow providing whatever version of react types the library consumer needs as optional peer dependecies
    stropho committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    d41eda2 View commit details
    Browse the repository at this point in the history
  2. fix(BottomSheetScrollView): updated scroll responders props type (#1335

    …)(by @eps1lon)
    
    * fix(BottomSheetScrollView): Scroll responder types use mixin
    
    * chore: removed unused import
    
    ---------
    
    Co-authored-by: gorhom <[email protected]>
    eps1lon and gorhom committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    9c5af58 View commit details
    Browse the repository at this point in the history
  3. fix: fixed keyboard dismissing issue with Reanimated v3 (#1346)(by @j…

    …anicduplessis)
    
    * Fix reanimated freezing Keyboard module
    gorhom committed Apr 30, 2023
    4 Configuration menu
    Copy the full SHA
    94cf11e View commit details
    Browse the repository at this point in the history
  4. chore: release v4.4.6

    gorhom committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    2e558d1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Update types.d.ts

    mokotus committed May 3, 2023
    Configuration menu
    Copy the full SHA
    80f5706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8381d8 View commit details
    Browse the repository at this point in the history
  3. Update useScrollHandler.ts

    mokotus committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f2a89ed View commit details
    Browse the repository at this point in the history
Loading