about summary refs log tree commit diff
path: root/src/screens/Settings/AppIconSettings.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Settings/AppIconSettings.web.tsx')
-rw-r--r--src/screens/Settings/AppIconSettings.web.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screens/Settings/AppIconSettings.web.tsx b/src/screens/Settings/AppIconSettings.web.tsx
new file mode 100644
index 000000000..d8c4d9bea
--- /dev/null
+++ b/src/screens/Settings/AppIconSettings.web.tsx
@@ -0,0 +1,3 @@
+export function AppIconSettingsScreen() {
+  throw new Error('Not supported on web')
+}