silent -> background

This commit is contained in:
Richard Hua
2016-09-29 17:18:57 -07:00
parent c6f7cd34ce
commit 3090ef079e

View File

@@ -106,7 +106,7 @@ class CodePushDemoApp extends Component {
Welcome to CodePush!
</Text>
<TouchableOpacity onPress={this.sync.bind(this)}>
<Text style={styles.syncButton}>Press for silent sync</Text>
<Text style={styles.syncButton}>Press for background sync</Text>
</TouchableOpacity>
<TouchableOpacity onPress={this.syncImmediate.bind(this)}>
<Text style={styles.syncButton}>Press for dialog-driven sync</Text>