diff --git a/android/src/main/res/layout/fingerprint_dialog.xml b/android/src/main/res/layout/fingerprint_dialog.xml index fe631909..b50b5b2a 100644 --- a/android/src/main/res/layout/fingerprint_dialog.xml +++ b/android/src/main/res/layout/fingerprint_dialog.xml @@ -4,6 +4,7 @@ android:id="@+id/fingerprint_container" android:layout_width="match_parent" android:layout_height="match_parent" + android:gravity="bottom" android:orientation="vertical" android:weightSum="1"> @@ -27,9 +28,9 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center" - android:orientation="horizontal" + android:orientation="vertical" android:paddingBottom="25dp" - android:paddingRight="20dp" + android:paddingRight="0dp" android:paddingTop="25dp"> + android:textColor="#00D770" /> diff --git a/package.json b/package.json index bde10d77..7be666fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "react-native-touch-id", - "version": "4.4.1", + "name": "react-native-touch-id-update-popup", + "version": "4.4.2", "description": "React Native authentication with the native Touch ID popup.", "scripts": { "lint": "node_modules/.bin/eslint .", @@ -11,7 +11,7 @@ "types": "index.d.ts", "repository": { "type": "git", - "url": "https://github.com/naoufal/react-native-touch-id.git" + "url": "https://github.com/Liminfee2022/react-native-touch-id-update-popup.git" }, "keywords": [ "react-native", @@ -25,12 +25,12 @@ "authenticate", "mobile" ], - "author": "Naoufal Kadhom (https://github.com/naoufal)", + "author": "Liminfee2022 (https://github.com/Liminfee2022)", "license": "ISC", "bugs": { - "url": "https://github.com/naoufal/react-native-touch-id/issues" + "url": "https://github.com/Liminfee2022/react-native-touch-id-update-popup/issues" }, - "homepage": "https://github.com/naoufal/react-native-touch-id", + "homepage": "https://github.com/Liminfee2022/react-native-touch-id-update-popup", "devDependencies": { "eslint": "2.0.0", "eslint-plugin-react": "2.7.1"