- Replace currentActivity reference with getCurrentActivity()
- Updated UTM source in README.md file
- Added support for fetching bottom safe area inset using native modules.
- Improved example layout for better visual clarity and margin usage.
- 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.