Skip to content

Commit 2c29269

Browse files
committed
upate
1 parent 87c1033 commit 2c29269

File tree

9 files changed

+2
-10
lines changed

9 files changed

+2
-10
lines changed

hackathon/spacecraft/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
22
import Constants from "expo-constants";
3-
43
import { Provider as PaperProvider } from "react-native-paper";
54

65
import { AuthenticationProvider } from "~/context/Authentication";

hackathon/spacecraft/src/components/ButtonSupport.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as WebBrowser from "expo-web-browser";
2-
32
import { Button } from "react-native-paper";
43

54
interface Props {

hackathon/spacecraft/src/components/Header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import Constants from "expo-constants";
2-
32
import { StyleSheet, View } from "react-native";
43
import { Text, useTheme } from "react-native-paper";
54

hackathon/spacecraft/src/components/Image.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import type { ImageProps } from "react-native";
33
import type { AnimatedProps } from "react-native-reanimated";
44

5-
import { Image as ExpoImage } from "expo-image";
6-
5+
// for some reason, the expo-image is not working
6+
// import { Image as ExpoImage } from "expo-image";
77
import { Image as RNImage } from "react-native";
88
import Animated from "react-native-reanimated";
99

hackathon/spacecraft/src/components/PeopleItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { PeopleProps } from "api/types";
22

33
import { useNavigation } from "@react-navigation/native";
4-
54
import { List } from "react-native-paper";
65

76
import { Routes } from "~/navigation/Routes";

hackathon/spacecraft/src/components/ScreenContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { ReactNode } from "react";
22

33
import { useNavigation } from "@react-navigation/native";
4-
54
import { ScrollView, StyleSheet, View } from "react-native";
65
import { IconButton, Text, useTheme } from "react-native-paper";
76

hackathon/spacecraft/src/navigation/BottomTabNavigator.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { FontAwesome5, Ionicons } from "@expo/vector-icons";
33
import { createBottomTabNavigator } from "@react-navigation/bottom-tabs";
44
import { getFocusedRouteNameFromRoute } from "@react-navigation/native";
5-
65
import { useTheme } from "react-native-paper";
76

87
import { PilotNavigator } from "~/navigation/PilotNavigator";

hackathon/spacecraft/src/screens/LoveScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as StoreReview from "expo-store-review";
2-
32
import { Alert, Image, Platform, ScrollView, View } from "react-native";
43
import { Button, Text } from "react-native-paper";
54

hackathon/spacecraft/src/screens/exercice/LoginScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { StatusBar } from "expo-status-bar";
2-
32
import { StyleSheet, Text, View } from "react-native";
43

54
export const LoginScreen = () => {

0 commit comments

Comments
 (0)