diff --git a/client/app/+html.tsx b/client/app/+html.tsx new file mode 100644 index 0000000..9b3580c --- /dev/null +++ b/client/app/+html.tsx @@ -0,0 +1,36 @@ +import Head from 'expo-router/head' +import { ScrollViewStyleReset } from 'expo-router/html' +import React from 'react' + +export default function Root({ children }: { children: React.ReactNode }) { + return ( + + + + Traintrape-moi + + + + Traintrape-moi + + + {/* Using raw CSS styles as an escape-hatch to ensure the background color never flickers in dark-mode. */} +