Skip to content

Commit

Permalink
Build 4 - v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sperezm97 committed May 17, 2020
1 parent 0a9dd8f commit 2d168f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
7 changes: 0 additions & 7 deletions src/screens/Transactions/Create/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ const TransactionsCreate = () => {
value={values.transactionTypeId}
onValueChange={handleChange('transactionTypeId')}
/>
{/* <Picker
label="Transaction Type"
placeholder="Select a transaction type"
value={values.transactionTypeId}
onValueChange={handleChange('transactionTypeId')}
items={transactionType}
/> */}
<Input
label="Price"
placeholder="e.g. $5,000.00"
Expand Down

0 comments on commit 2d168f2

Please sign in to comment.