mirror of
https://github.com/arkorty/Expensso.git
synced 2026-03-17 16:41:43 +00:00
fix: input fields don't open keyboard if cursor is already present
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "expensso",
|
||||
"version": "0.1.1-alpha",
|
||||
"version": "0.1.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"android": "react-native run-android",
|
||||
@@ -8,6 +8,9 @@
|
||||
"lint": "eslint .",
|
||||
"start": "react-native start",
|
||||
"test": "jest",
|
||||
"version:sync": "node scripts/version.js sync",
|
||||
"version:set": "node scripts/version.js set",
|
||||
"version:bump": "node scripts/version.js bump",
|
||||
"build:release": "cd android && ./gradlew assembleRelease --no-daemon",
|
||||
"build:release:aab": "cd android && ./gradlew bundleRelease --no-daemon"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user