feat(mobile): PinInput component — 6-digit numeric pad

This commit is contained in:
byGalax
2026-05-16 17:04:25 +02:00
parent 898b7469bb
commit 18a6365586
7 changed files with 688 additions and 4 deletions
+4 -1
View File
@@ -49,6 +49,9 @@
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/react": "~18.3.12"
"@testing-library/react-native": "^12.9.0",
"@types/react": "~18.3.12",
"jsdom": "^29.1.1",
"react-test-renderer": "18.3.1"
}
}