You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,11 @@
35
35
-**Alert component:** Renamed `alertType` prop to `type` for consistency with other components. The `alertType` prop remains available but will be deprecated, so please migrate to `type`.
36
36
-**Notification component:** Changed default `borderRadius` from `5` to `8` and "description" `fontSize` from `14` to `15`.
37
37
-**Notification component:** Introduced a `type` prop. When set to anything other than `'classic'`, an icon and left border will be displayed.
38
+
-`useRNScreensOverlay` and `rnScreensOverlayViewStyle` accepted not only as props, but also as parameters of the `showNotification` method.
38
39
39
40
### Bug Fixes
40
41
- When you mount `NotifierWrapper`/`NotifierRoot` with `omitGlobalMethodsHookup={true}` and then switch it to `false`, global methods now hook up correctly.
41
42
- Fixed a jump in the appearing animation when very large notifications appear.
42
43
43
44
### Known Issues
44
-
- When `useRNScreensOverlay` is `true`, the bottom `position` will not work. If you need a bottom position with `useRNScreensOverlay`, you can adjust the container style using the `rnScreensOverlayViewStyle` parameter, for example:
45
-
46
-
```typescript
47
-
rnScreensOverlayViewStyle={{
48
-
width: '100%',
49
-
position: 'absolute',
50
-
bottom: 0,
51
-
}}
52
-
```
53
45
- When `useRNScreensOverlay` is `true`, `SafeAreaView` might not work correctly. Use `ViewWithOffsets` component that is coming though props into all **Custom Components**.
0 commit comments