Browse Source

old fixes ?

master
DemiSel 2 years ago
parent
commit
4191a5f4aa
3 changed files with 6 additions and 6 deletions
  1. 1
    2
      components/add_depense.js
  2. 3
    3
      components/depense_edit/depense_form.js
  3. 2
    1
      package.json

+ 1
- 2
components/add_depense.js View File

32
         height: "100%",
32
         height: "100%",
33
         width: "100%",
33
         width: "100%",
34
         position: 'absolute',
34
         position: 'absolute',
35
-        // display:"flex",
36
-        // justifyContent: "center",
35
+        justifyContent: "center",
37
         // elevation:10,
36
         // elevation:10,
38
     },
37
     },
39
     
38
     

+ 3
- 3
components/depense_edit/depense_form.js View File

144
         flexDirection: 'column',
144
         flexDirection: 'column',
145
         justifyContent: "space-between",
145
         justifyContent: "space-between",
146
         // borderWidth: 5,
146
         // borderWidth: 5,
147
-        // borderRadius: 5,
147
+        borderRadius: 10,
148
     },
148
     },
149
     form_entry :{
149
     form_entry :{
150
         display: 'flex',
150
         display: 'flex',
153
     input :{
153
     input :{
154
         width: "50%",
154
         width: "50%",
155
         borderWidth: 1,
155
         borderWidth: 1,
156
-        // borderRadius: 5,
156
+        borderRadius: 10,
157
 
157
 
158
         textAlign: 'center',
158
         textAlign: 'center',
159
     },
159
     },
160
     button_add: {
160
     button_add: {
161
         borderWidth: 1,
161
         borderWidth: 1,
162
-        // borderRadius: 5,
162
+        borderRadius: 10,
163
         padding: 10,
163
         padding: 10,
164
         margin: 1,
164
         margin: 1,
165
     },
165
     },

+ 2
- 1
package.json View File

4
     "android": "expo run:android",
4
     "android": "expo run:android",
5
     "ios": "expo run:ios",
5
     "ios": "expo run:ios",
6
     "web": "expo start --web",
6
     "web": "expo start --web",
7
-    "start": "react-native start"
7
+    "start": "react-native start",
8
+    "bandroid": "expo build:android"
8
   },
9
   },
9
   "dependencies": {
10
   "dependencies": {
10
     "@databases/expo": "^5.0.0",
11
     "@databases/expo": "^5.0.0",

Loading…
Cancel
Save