Updated sliding animation for ScannedDatabox on all 3 screens

This commit is contained in:
2024-08-15 16:04:13 +08:00
parent ecf174e1d6
commit 36be49a740
5 changed files with 17156 additions and 60 deletions

View File

@@ -212,7 +212,7 @@ const SettingsScreen: React.FC = () => {
</TouchableOpacity>
</View>
<Text style={styles.versionText}>Version 1.2</Text>
<Text style={styles.versionText}>Version 1.0</Text>
</View>
);
};
@@ -292,7 +292,7 @@ const styles = StyleSheet.create({
},
deleteAllButton: {
flexDirection: 'row',
backgroundColor: '#ff5941',
backgroundColor: '#f41c87',
borderRadius: 25,
paddingVertical: 10,
paddingHorizontal: 20,