Skip to content

Commit 70d5883

Browse files
Polish permission demos
Co-authored-by: digitalnomad91 <2067771+digitalnomad91@users.noreply.github.com>
1 parent 6f4302d commit 70d5883

14 files changed

Lines changed: 2 additions & 15 deletions

app/(tabs)/permissions/camera-mic.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export default function CameraMicScreen() {
1515
const styles = StyleSheet.create({
1616
container: { flex: 1, backgroundColor: '#000' },
1717
});
18-

app/(tabs)/permissions/connectivity.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export default function ConnectivityScreen() {
1515
const styles = StyleSheet.create({
1616
container: { flex: 1, backgroundColor: '#000' },
1717
});
18-

app/(tabs)/permissions/location.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export default function LocationScreen() {
1515
const styles = StyleSheet.create({
1616
container: { flex: 1, backgroundColor: '#000' },
1717
});
18-

app/(tabs)/permissions/media-storage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export default function MediaStorageScreen() {
1515
const styles = StyleSheet.create({
1616
container: { flex: 1, backgroundColor: '#000' },
1717
});
18-

app/(tabs)/permissions/notifications.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export default function NotificationsScreen() {
1515
const styles = StyleSheet.create({
1616
container: { flex: 1, backgroundColor: '#000' },
1717
});
18-

app/(tabs)/permissions/storage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export default function StorageScreen() {
1515
const styles = StyleSheet.create({
1616
container: { flex: 1, backgroundColor: '#000' },
1717
});
18-

app/(tabs)/permissions/telephony-sms.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export default function TelephonySmsScreen() {
1515
const styles = StyleSheet.create({
1616
container: { flex: 1, backgroundColor: '#000' },
1717
});
18-

components/permissions/BluetoothNearbyPermissionDemo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ const styles = StyleSheet.create({
5252
statusBox: { backgroundColor: '#111', padding: 12, borderRadius: 8, marginTop: 12 },
5353
statusText: { color: '#fff', marginBottom: 4 },
5454
});
55-

components/permissions/CameraMicrophonePermissionDemo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ const styles = StyleSheet.create({
4343
statusBox: { backgroundColor: '#111', padding: 12, borderRadius: 8, marginTop: 12 },
4444
statusText: { color: '#fff', marginBottom: 4 },
4545
});
46-

components/permissions/LocationPermissionDemo.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ const styles = StyleSheet.create({
6060
error: { color: '#ff6b6b' },
6161
gap: { height: 10 },
6262
});
63-

0 commit comments

Comments
 (0)