Releases: th3rdwave/react-native-safe-area-context
Releases · th3rdwave/react-native-safe-area-context
v3.1.1
v3.1.0
- Basic support for macOS and Windows (a10b7ea). Note that it requires a recent commit in the react-native CLI to work properly that is not included in the last rn-macos release. Patching the autolinking script with https://github.com/react-native-community/cli/blob/0a93be1a42ed1fb05bb0ebf3b82d58b2dd920614/packages/platform-ios/native_modules.rb will work.
v3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.0
Breaking changes
- SafeAreaView insets are now relative to the nearest SafeAreaProvider. This brings the behaviour back to what it was in v1.0
- SafeAreaView prop
emulateUnlessSupported
has been removed.
Improvements
- SafeAreaView has a new
mode
prop to control if insets should be applied as padding or margin. (#85)