Skip to content

Commit

Permalink
moving some files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrdad Ghannad committed Apr 26, 2023
1 parent 97dcdd6 commit 41dec74
Show file tree
Hide file tree
Showing 8 changed files with 401 additions and 51 deletions.
12 changes: 12 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Page Not Found</title>
</head>
<body>
<script>
window.location.replace("/");
</script>
</body>
</html>
File renamed without changes
2 changes: 1 addition & 1 deletion components/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const AppHeader = () => {
leftComponent={
<View >
<Image
source={require('../logo_name.png')}
source={require('../assets/logo_name.png')}
style={styles.image}
/>
</View>
Expand Down
8 changes: 4 additions & 4 deletions components/HomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ const HomeScreen = ({ navigation }: Props) => {
Animated.delay(1),
Animated.timing(animation, {
toValue: 1,
duration: 500,
duration: 1000,
useNativeDriver: true,
}),
Animated.delay(2),
Animated.timing(animation, {
toValue: 2,
duration: 500,
duration: 1000,
useNativeDriver: true,
}),
Animated.delay(2),
Animated.timing(animation, {
toValue: 3,
duration: 500,
duration: 1000,
useNativeDriver: true,
}),
Animated.delay(2),
Animated.timing(animation, {
toValue: 4,
duration: 500,
duration: 1000,
useNativeDriver: true,
}),
]).start();
Expand Down
42 changes: 0 additions & 42 deletions logo_name.svg

This file was deleted.

Loading

0 comments on commit 41dec74

Please sign in to comment.