Releases: AppAndFlow/react-native-safe-area-context
Releases · AppAndFlow/react-native-safe-area-context
v3.4.0
- Fix app extension build (d5fab0b)
- Drop support for ios < 11
v3.3.2
- Fix ReferenceError: React is not defined (#212) in jest mock
v3.3.1
- Use mavenCentral() since jcenter is shutting down (#211)
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)