From fcce95c543ddf1ddfe6ed004320f7027a7551276 Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Thu, 30 Jan 2025 09:19:57 +0100 Subject: [PATCH] chore: remove example --- expo-example/app/(tabs)/index.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/expo-example/app/(tabs)/index.tsx b/expo-example/app/(tabs)/index.tsx index b290c679..bd9f8e54 100644 --- a/expo-example/app/(tabs)/index.tsx +++ b/expo-example/app/(tabs)/index.tsx @@ -1,10 +1,6 @@ -import { Link } from 'expo-router' import React from 'react' -// @ts-ignore -import { NativeText } from 'react-native/Libraries/Text/TextNativeComponent' -// @ts-ignore -import View from 'react-native/Libraries/Components/View/ViewNativeComponent' -import { Pressable } from 'react-native' +import { Link } from 'expo-router' +import { Pressable, View, Text } from 'react-native' import { StyleSheet } from 'react-native-unistyles' export default function HomeScreen() { @@ -15,14 +11,14 @@ export default function HomeScreen() { return ( - + Hello world - + - + Explore - +