We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b599b8 commit a4cf20eCopy full SHA for a4cf20e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.2.1
2
+
3
+- Updated UTM source in README.md file
4
5
## 0.2.0
6
7
- Added support for fetching **bottom safe area inset** using native modules.
package.json
@@ -1,6 +1,6 @@
{
"name": "@logicwind/react-native-status-bar-height",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "A React Native library for retrieving the status bar height on both Android and iOS.",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
0 commit comments