Releases: th3rdwave/react-native-safe-area-context
Releases · th3rdwave/react-native-safe-area-context
Release 4.3.4
Release 4.3.3
4.3.3 (2022-08-19)
v4.1.4
v4.1.3
v4.1.2
This is a summary of changes since v3
Breaking changes
- Require a minimum version of iOS 11
- Require a compile version of sdk 30 on Android
Improvements
- Support for new RN architecture
- Kotlin rewrite
- Use getInsets on Android R+
Bug fixes
- Fix SafeAreaView initial layout on Android
- Fix margin mode for absolutely positioned elements (#239)
v4.0.1-rc.0
Changes
This version doesn't contain any api changes, but might require a higher react native version to work.
- Support for react-native new architecture. This library now supports the new Fabric renderer, if the new architecture is enabled it should work without any changes to your code.
v3.4.1
- Revert "Drop support for ios < 11". This will be done in v4 instead.