Skip to content

Commit

Permalink
Fix naming in the Text
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshpetit committed Dec 11, 2023
1 parent 6b95dc5 commit 93ccb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/reactNavigation/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Stack = createNativeStackNavigator();
export function Home() {
return (
<View style={styles.container}>
<Text>Open up App.js to start working on your app!</Text>
<Text>Open up App.tsx to start working on your app!</Text>
<StatusBar style="auto" />
</View>
);
Expand Down

0 comments on commit 93ccb2a

Please sign in to comment.