Skip to content

Commit ab7b70e

Browse files
committed
Update App component
1 parent 5954725 commit ab7b70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const App = () => (
4949
<Text style={styles.feature}>{'\u2705 Flow'}</Text>
5050
<Text style={styles.feature}>{'\u2705 Custom Scripts'}</Text>
5151
</View>
52-
<Text style={styles.instructions}>To get started, edit App.js</Text>
52+
<Text style={styles.instructions}>To get started, edit src/App/index.js</Text>
5353
<Text style={styles.instructions}>{instructions}</Text>
5454
</View>
5555
);

0 commit comments

Comments
 (0)