From 94071d7ce16c56641d67d488e2bac6be84ffe731 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:17:06 +0800 Subject: chore: delete useless files --- examples/with-react-native-web/apps/native/App.tsx | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 examples/with-react-native-web/apps/native/App.tsx (limited to 'examples/with-react-native-web/apps/native/App.tsx') diff --git a/examples/with-react-native-web/apps/native/App.tsx b/examples/with-react-native-web/apps/native/App.tsx deleted file mode 100644 index e6fbd5b..0000000 --- a/examples/with-react-native-web/apps/native/App.tsx +++ /dev/null @@ -1,33 +0,0 @@ -import { StyleSheet, Text, View } from "react-native"; -import { StatusBar } from "expo-status-bar"; -import { Button } from "ui"; - -export default function Native() { - return ( - - Native -