File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33 * https://github.com/facebook/react-native
44 *
55 * Generated with the TypeScript template
6- * https://github.com/rahsheen /react-native-template-redux -typescript
6+ * https://github.com/react-native-community /react-native-template-typescript
77 *
88 * @format
99 */
@@ -19,13 +19,13 @@ import {
1919} from 'react-native' ;
2020
2121import {
22- Header ,
2322 LearnMoreLinks ,
2423 Colors ,
2524 DebugInstructions ,
2625 ReloadInstructions ,
2726} from 'react-native/Libraries/NewAppScreen' ;
2827import LearnReduxLinks from './src/components/LearnReduxLinks' ;
28+ import Header from './src/components/Header' ;
2929import { Counter } from './src/features/counter/Counter' ;
3030
3131declare const global : { HermesInternal : null | { } } ;
@@ -38,6 +38,7 @@ const App = () => {
3838 < ScrollView
3939 contentInsetAdjustmentBehavior = "automatic"
4040 style = { styles . scrollView } >
41+ < Header />
4142 { global . HermesInternal == null ? null : (
4243 < View style = { styles . engine } >
4344 < Text style = { styles . footer } > Engine: Hermes</ Text >
You can’t perform that action at this time.
0 commit comments