Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 541 Bytes

File metadata and controls

19 lines (12 loc) · 541 Bytes

0.2.2

  • Replace currentActivity reference with getCurrentActivity()

0.2.1

  • Updated UTM source in README.md file

0.2.0

  • Added support for fetching bottom safe area inset using native modules.
  • Improved example layout for better visual clarity and margin usage.

0.1.0

  • Fetch status bar height on iOS using native modules.
  • Fetch status bar height on Android using StatusBar.currentHeight.
  • Fallback mechanism for iOS devices based on screen dimensions.
  • Handles errors when native module linking fails.