Skip to content

Commit

Permalink
chore: 🚧 Remove unused app config option
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenvanMeijeren committed Dec 6, 2023
1 parent 8450b4d commit c3b20b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ import { ExpoConfig } from '@expo/config';

export type AppConfigOptions = {
splashScreenTime: number;
localStoragePrefixes: {
translations: string;
};
};

export const appConfig: AppConfigOptions = {
splashScreenTime: 500,
localStoragePrefixes: {
translations: 'translations',
},
};

export default ({ config }: { config: ExpoConfig }) => {
Expand Down

0 comments on commit c3b20b6

Please sign in to comment.