vbea 2 年之前
父节点
当前提交
20b3c49bc6
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      Strides-APP/android/app/version.properties
  2. 1 1
      Strides-APP/app/components/Toolbar.js
  3. 1 1
      Strides-APP/index.js

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

@@ -1,2 +1,2 @@
-#Tue Sep 05 09:54:13 CST 2023
-VERSION_CODE=306
+#Wed Sep 06 17:33:14 CST 2023
+VERSION_CODE=308

+ 1 - 1
Strides-APP/app/components/Toolbar.js

@@ -7,7 +7,7 @@ export const BackButton = ({color=pageTitleTint}) => {
     <Pressable
       style={({pressed }) => [
         (pressed && isIOS) && {
-          opacity: 0.7
+          opacity: 0.5
         },
         Styles.backIcon
       ]}

+ 1 - 1
Strides-APP/index.js

@@ -4,7 +4,7 @@
  */
 import React, { Component } from 'react';
 import './app/i18n'
-import {AppRegistry, KeyboardAvoidingView, StyleSheet} from 'react-native';
+import {AppRegistry, KeyboardAvoidingView} from 'react-native';
 import 'react-native-gesture-handler';
 import './app/utils/themes'
 import './app/utils/constant';