Skip to content

Commit

Permalink
[home] Refresh -> Reload Manifest and JS Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Mar 8, 2019
1 parent 9db6a5a commit f67bc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/menu/MenuView.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default class MenuView extends React.Component {
<View style={styles.buttonContainer}>
{this._renderButton({
key: 'refresh',
text: 'Refresh',
text: 'Reload Manifest and JS Bundle',
onPress: () => ExponentKernel.selectRefresh(),
iconSource: require('../assets/ios-menu-refresh.png'),
})}
Expand Down

0 comments on commit f67bc4d

Please sign in to comment.