We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5954725 commit ab7b70eCopy full SHA for ab7b70e
src/App/index.js
@@ -49,7 +49,7 @@ const App = () => (
49
<Text style={styles.feature}>{'\u2705 Flow'}</Text>
50
<Text style={styles.feature}>{'\u2705 Custom Scripts'}</Text>
51
</View>
52
- <Text style={styles.instructions}>To get started, edit App.js</Text>
+ <Text style={styles.instructions}>To get started, edit src/App/index.js</Text>
53
<Text style={styles.instructions}>{instructions}</Text>
54
55
);
0 commit comments