Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default class ExampleApp extends Component {
Welcome to React Native! ({platformText[Platform.OS]})
</Text>
<Text style={styles.instructions}>
To get started, edit index.android.js
To get started, edit index.{Platform.OS}.js
</Text>
<Text style={styles.instructions}>
Double tap R on your keyboard to reload,{'\n'}
Expand Down