mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-14 02:14:52 +08:00
Fixed create-app.js script (#1386)
This commit is contained in:
committed by
Nickolay Toropov
parent
1f862960a0
commit
da7b1faa21
@@ -106,7 +106,7 @@ class App extends Component<{}> {
|
||||
<Text style={styles.syncButton}>Press for dialog-driven sync</Text>
|
||||
</TouchableOpacity>
|
||||
{progressView}
|
||||
<Image style={styles.image} resizeMode={Image.resizeMode.contain} source={require("./images/laptop_phone_howitworks.png")}/>
|
||||
<Image style={styles.image} resizeMode={"contain"} source={require("./images/laptop_phone_howitworks.png")}/>
|
||||
<TouchableOpacity onPress={this.toggleAllowRestart.bind(this)}>
|
||||
<Text style={styles.restartToggleButton}>Restart { this.state.restartAllowed ? "allowed" : "forbidden"}</Text>
|
||||
</TouchableOpacity>
|
||||
|
||||
Reference in New Issue
Block a user