diff --git a/App.js b/App.js index cac44c4..367f240 100644 --- a/App.js +++ b/App.js @@ -1,5 +1,5 @@ import React, { useEffect, useMemo, useRef, useState } from 'react'; -import { BackHandler, Platform, StatusBar, Modal, View, Image, StyleSheet } from 'react-native'; +import { BackHandler, Platform, StatusBar, Modal, View, Image, StyleSheet, Button } from 'react-native'; import * as ScreenOrientation from 'expo-screen-orientation'; import * as SplashScreen from 'expo-splash-screen'; import { Accelerometer } from 'expo-sensors'; @@ -275,6 +275,9 @@ export default function App() { style={{ flex: 1 }} resizeMode="contain" /> + +