From c36c33c613d91c6cdfb7fb24164de0723145a980 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Fri, 18 Nov 2022 15:56:58 -0800 Subject: [PATCH] fix(template): reference App.tsx vs App.js in template text (#35377) Summary: The template has moved to typescript now, the self-reference needed an update ## Changelog [GENERAL] [FIXED] - reference App.tsx vs App.js in text of new typescript template Pull Request resolved: https://github.com/facebook/react-native/pull/35377 Test Plan: It is just a text change - it either makes sense or it doesn't. I think it makes sense? Reviewed By: cipolleschi Differential Revision: D41386912 Pulled By: NickGerleman fbshipit-source-id: 6e62c11567e8fbff70b123446a827b18af43e864 --- template/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/App.tsx b/template/App.tsx index 71991406fe1..bf24c33164b 100644 --- a/template/App.tsx +++ b/template/App.tsx @@ -77,7 +77,7 @@ function App(): JSX.Element { backgroundColor: isDarkMode ? Colors.black : Colors.white, }}>
- Edit App.js to change this + Edit App.tsx to change this screen and then come back to see your edits.