Releases: th3rdwave/react-native-safe-area-context
Releases · th3rdwave/react-native-safe-area-context
v3.2.0
Minor bugfixes and improvements
- set displayName in contexts (#166)
- Update Android Tools gradle version (#173)
- Fix for when not using autolinking (#169)
- Fix crash on ios10 (#180)
- If view extends beyond window boundaries, do not add that difference to the insets (#177)
- Fix crash if content view is null on Android (81d40a8)
v3.1.9
- [Infrastructure] Reduce npm package size (#157)
v3.1.8
- fix: autolinking when using Xcode 12 (#147)
v3.1.7
- Fix compatibility with RN < 0.61 (#139)
v3.1.6
- Fix bottom safe area with hideable navbar on android (8d28da5)
v3.1.5
- Fix ANR issues with SafeAreaView on Android (9520d8f)
v3.1.4
- Fix typescript syntax error in old babel versions (ee9c8f0)
v3.1.3
- Fix SafeAreaView on windows and macos (aca0b49)
v3.1.2
- Fix pointerEvents props on Android (#130)