From 2d5677cd0f4f47f711dfde6d683dcea23c63c7d7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Mar 2026 22:01:00 +0100 Subject: [PATCH] add dismiss button to minion feature --- App.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" /> + +