Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions icons/expo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/expo_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3467,5 +3467,10 @@ export const fileIcons: FileIcons = {
name: 'appwrite',
fileNames: ['appwrite.json', 'appwrite.js', 'appwrite.ts'],
},
{
name: 'expo',
fileNames: ['eas.json', '.easignore'],
light: true,
},
Comment thread
ViniDevBR marked this conversation as resolved.
]),
};
8 changes: 8 additions & 0 deletions src/core/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,14 @@ export const folderIcons: FolderTheme[] = [
},
},
{ name: 'folder-appwrite', folderNames: ['appwrite'] },
{
name: 'folder-eas',
folderNames: ['eas', '.eas'],
Comment thread
ViniDevBR marked this conversation as resolved.
Outdated
clone: {
base: 'folder-expo',
color: 'gray-800',
},
},
],
},
{
Expand Down
Loading