Skip to content

Commit edaad72

Browse files
committed
Update Header
1 parent 9225f12 commit edaad72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

template/App.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

2121
import {
22-
Header,
2322
LearnMoreLinks,
2423
Colors,
2524
DebugInstructions,
2625
ReloadInstructions,
2726
} from 'react-native/Libraries/NewAppScreen';
2827
import LearnReduxLinks from './src/components/LearnReduxLinks';
28+
import Header from './src/components/Header';
2929
import {Counter} from './src/features/counter/Counter';
3030

3131
declare 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>

0 commit comments

Comments
 (0)