Jakob Öhman
Jakob Öhman
I wonder if you could release the latest changes to npm. It is stuck on 1.2.0 which is over 5 months old. Thank you!
# Changes in this release - [x] #5339 # Before build - [x] Bump Android `versionName` and iOS `MARKETING_VERSION` - [x] Merge main into this branch - [x] Update `Podfile.lock`...
# Changes in this release - [x] #4953 # Before build - [ ] Bump Android `versionName` and iOS `MARKETING_VERSION` - [ ] Merge main into this branch - [...
- [x] `getAggregatedState` util - [x] State tests - [ ] Maybe split states int individual components
# Changes in this release - [x] #5386 - [x] #5385 - [x] #5382 - [x] #5381 # Before build - [x] Bump Android `versionName` and iOS `MARKETING_VERSION` - [...
# Changes in this release - [x] #5751 - [x] #5749 - [x] #5748 - [x] #5747 - [x] #5741 - [x] #5760 - [x] #5782 - [x] #5871 -...
# Todos - [x] Implement Airbridge in app - [x] Setup development build - [x] Setup staging build - [x] Setup production build - [x] Add `AIRBRIDGE_APP_NAME`, `AIRBRIDGE_SDK_TOKEN` and `AIRBRIDGE_API_TOKEN`...
Adds possibility to override the default `Overlay` container component by making use of `containerComponent` in `BottomSheetModalView` as described in #31. `containerComponent` has been supported since `[email protected]` https://github.com/gorhom/react-native-bottom-sheet/releases/tag/v4.4.8
I'm having issues with native sheets/modals opened from a bottom sheet being rendered behind the sheet on iOS. Reason is of course that the modals are in a `FullWindowOverlay` https://github.com/th3rdwave/react-navigation-bottom-sheet/blob/ef8c616559a3fdbb67149d6e1ebc9bb662d71255/src/BottomSheetView.tsx#L24-L36...