diff --git a/nr-app/app/(tabs)/settings.tsx b/nr-app/app/(tabs)/settings.tsx index 7f291fa..290705e 100644 --- a/nr-app/app/(tabs)/settings.tsx +++ b/nr-app/app/(tabs)/settings.tsx @@ -14,8 +14,10 @@ import { SafeAreaView, ScrollView, StyleSheet, + Switch, Text, TextInput, + View, } from "react-native"; import Toast from "react-native-root-toast"; @@ -151,6 +153,10 @@ export default function TabThreeScreen() { }} /> + + + dev mode + ); }