We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1257b commit 1ca22b8Copy full SHA for 1ca22b8
react-native-scripts/template/App.js
@@ -7,6 +7,7 @@ export default class App extends React.Component {
7
<View style={styles.container}>
8
<Text>Open up App.js to start working on your app!</Text>
9
<Text>Changes you make will automatically reload.</Text>
10
+ <Text>Shake your phone to open the developer menu.</Text>
11
</View>
12
);
13
}
0 commit comments