diff --git a/example/src/Screens/NativeStack.expo.tsx b/example/src/Screens/NativeStack.expo.tsx deleted file mode 100644 index 62881019..00000000 --- a/example/src/Screens/NativeStack.expo.tsx +++ /dev/null @@ -1,23 +0,0 @@ -import * as React from 'react'; -import { View, Text, StyleSheet } from 'react-native'; - -export default function NativeStack() { - return ( - - Currently not supported on Expo :( - - ); -} - -const styles = StyleSheet.create({ - container: { - flex: 1, - alignItems: 'center', - justifyContent: 'center', - backgroundColor: '#eceff1', - }, - text: { - fontSize: 16, - color: '#999', - }, -});