Skip to content

Commit b45d3b8

Browse files
mjmasnfacebook-github-bot
authored andcommitted
- Fix missing whitespace in debug instructions (#25122)
Summary: Fixes minor whitespace issue with the new new-app template. ## Changelog [Android] [Fixed] - Fix missing whitespace in debug instructions Pull Request resolved: #25122 Differential Revision: D15602100 Pulled By: cpojer fbshipit-source-id: 07c51c6359e37826941de659bcedea692ff3315a
1 parent 1148c03 commit b45d3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/NewAppScreen/components/DebugInstructions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const DebugInstructions = Platform.select({
2727
),
2828
default: () => (
2929
<Text>
30-
Press <Text style={styles.highlight}>menu button</Text> or
30+
Press <Text style={styles.highlight}>menu button</Text> or{' '}
3131
<Text style={styles.highlight}>Shake</Text> your device to open the React
3232
Native debug menu.
3333
</Text>

0 commit comments

Comments
 (0)