Skip to content

Commit

Permalink
Re-added .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
balog-b committed Feb 12, 2024
1 parent 4c2897f commit 9244e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import i18n from '../services/i18-next';
export default function App() {
useEffect(() => {
i18n.changeLanguage('en');
});
}, []);

return <Redirect href='/(tabs)/home' />;
}

0 comments on commit 9244e9b

Please sign in to comment.