Files
self/app/src/screens/dev/sections/index.ts
Justin Hernandez b3d40d791a SELF-1951: prep for sumsub release (#1680)
* enable sumsub in mobile sdk

* refactor dev settings screen

* combine sections

* agent feedback

* gate kyc button on troubel screens

* inline simple sections
2026-02-03 13:29:16 -08:00

9 lines
489 B
TypeScript

// SPDX-FileCopyrightText: 2025 Social Connect Labs, Inc.
// SPDX-License-Identifier: BUSL-1.1
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
export { DangerZoneSection } from '@/screens/dev/sections/DangerZoneSection';
export { DebugShortcutsSection } from '@/screens/dev/sections/DebugShortcutsSection';
export { DevTogglesSection } from '@/screens/dev/sections/DevTogglesSection';
export { PushNotificationsSection } from '@/screens/dev/sections/PushNotificationsSection';