diff --git a/template/App.js b/template/App.js index 7dd8e48217..4c97733b30 100644 --- a/template/App.js +++ b/template/App.js @@ -26,6 +26,8 @@ import { ReloadInstructions, } from 'react-native/Libraries/NewAppScreen'; +/* $FlowFixMe[missing-local-annot] The type annotation(s) required by Flow's + * LTI update could not be added via codemod */ const Section = ({children, title}): Node => { const isDarkMode = useColorScheme() === 'dark'; return (