diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 10:11:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 10:11:30 -0600 |
commit | bf1092ad86ef8e5829db29a17f33380dabab8535 (patch) | |
tree | 5cf0d18a88d7162fcfe258aff89d3d868268d0d9 /src/view/lib/assets.native.ts | |
parent | 5abcc8e336b3af11a6c98d0d9e662415856478a0 (diff) | |
download | voidsky-bf1092ad86ef8e5829db29a17f33380dabab8535.tar.zst |
Remove scenes (#36)
* Remove scenes from the main menu * Remove scenes from the profile view * Remove 'scenes explainer' from onboarding flow * Remove scene-related modals * Remove member/membership code * Remove all scenes-related items from notifications * Remove scene-related code from posts feed * Remove scene-related API helpers * Update tests
Diffstat (limited to 'src/view/lib/assets.native.ts')
-rw-r--r-- | src/view/lib/assets.native.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/lib/assets.native.ts b/src/view/lib/assets.native.ts index 4b5c3efca..609f8e019 100644 --- a/src/view/lib/assets.native.ts +++ b/src/view/lib/assets.native.ts @@ -1,5 +1,4 @@ import {ImageSourcePropType} from 'react-native' export const DEF_AVATAR: ImageSourcePropType = require('../../../public/img/default-avatar.jpg') -export const SCENE_EXPLAINER: ImageSourcePropType = require('../../../public/img/scene-explainer.jpg') export const TABS_EXPLAINER: ImageSourcePropType = require('../../../public/img/tabs-explainer.jpg') |