-
- Expo + Next.js app routing 👋
+
+ Expo + Next.js app routing 🚀
Open HomeScreen.tsx in features/app-core/screens to start working on your app
-
+
Test navigation
-
+
+
+ Test images
+
)
}
diff --git a/features/app-core/screens/ImagesScreen.tsx b/features/app-core/screens/ImagesScreen.tsx
index 81bd68e..06a1e6e 100644
--- a/features/app-core/screens/ImagesScreen.tsx
+++ b/features/app-core/screens/ImagesScreen.tsx
@@ -1,67 +1,37 @@
import React from 'react'
-import { StyleSheet, Text, View } from 'react-native'
-import { Link } from '../navigation/Link'
-import { Image } from '../components/Image'
+import { View, Text, Image, Link } from '../components/styled'
/* ---