We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c68dc2 commit 07ee46cCopy full SHA for 07ee46c
template/App.tsx
@@ -28,6 +28,7 @@ import {
28
} from 'react-native/Libraries/NewAppScreen';
29
30
const Section: React.FC<{
31
+ children: React.ReactNode;
32
title: string;
33
}> = ({children, title}) => {
34
const isDarkMode = useColorScheme() === 'dark';
0 commit comments