vbea 2 år sedan
förälder
incheckning
20b3c49bc6

+ 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';