diff --git a/app.json b/app.json index 3f8f979..3368261 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "name": "EasyControlApp", "slug": "easy-control", "platforms": ["ios", "android", "web"], - "version": "0.1.2", + "version": "0.2.0", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { @@ -16,13 +16,13 @@ }, "assetBundlePatterns": ["**/*"], "ios": { - "buildNumber": "3", + "buildNumber": "4", "bundleIdentifier": "com.spm.EasyControl", "supportsTablet": false }, "android": { "package": "com.spm.EasyControl", - "versionCode": 3 + "versionCode": 4 }, "packagerOpts": { "config": "metro.config.js", diff --git a/src/screens/Transactions/Create/index.js b/src/screens/Transactions/Create/index.js index 708358b..f119ac5 100644 --- a/src/screens/Transactions/Create/index.js +++ b/src/screens/Transactions/Create/index.js @@ -67,13 +67,6 @@ const TransactionsCreate = () => { value={values.transactionTypeId} onValueChange={handleChange('transactionTypeId')} /> - {/* */}