vbea há 3 anos atrás
pai
commit
19e93bc18b

+ 2 - 2
Strides-APP/android/app/version.properties

@@ -1,2 +1,2 @@
-#Tue Feb 14 20:36:46 CST 2023
-VERSION_CODE=179
+#Tue Feb 14 20:45:35 CST 2023
+VERSION_CODE=181

+ 2 - 2
Strides-APP/app.json

@@ -3,6 +3,6 @@
   "displayName": "ChargEco",
   "versionCode": 120,
   "versionName": "V2.2.0",
-  "product": true,
-  "debug": false
+  "product": false,
+  "debug": true
 }

+ 8 - 0
Strides-APP/app/pages/my/Feedback.js

@@ -142,6 +142,7 @@ export default class Feedback extends React.Component {
           <Text style={styles.typeTitle}>Type of Feedback</Text>
           <View style={styles.pickerView}>
             <Dropdown
+              style={styles.pickerViewInfo}
               title='Type of Feedback'
               list={this.state.typeList}
               value={this.state.typeOfFeedback}
@@ -257,6 +258,13 @@ const styles = StyleSheet.create({
     justifyContent: 'center',
     backgroundColor: '#F5F5F5'
   },
+  pickerViewInfo: {
+    height: 44,
+    paddingLeft: 16,
+    paddingRight: 32,
+    alignItems: 'center',
+    flexDirection: 'row'
+  },
   feedbackInput: {
     color: textPrimary,
     minHeight: 100,