diff --git a/template/App.tsx b/template/App.tsx index e2cc13b3..8cb81c65 100644 --- a/template/App.tsx +++ b/template/App.tsx @@ -28,6 +28,7 @@ import { } from 'react-native/Libraries/NewAppScreen'; const Section: React.FC<{ + children: React.ReactNode; title: string; }> = ({children, title}) => { const isDarkMode = useColorScheme() === 'dark';