Skip to content

Commit c649553

Browse files
alantrrsfacebook-github-bot-7
authored andcommitted
Fix typo on example code
Summary: Closes facebook/react-native#2828 Reviewed By: @​svcscm Differential Revision: D2457233 Pulled By: @foghina
1 parent b6cb0e1 commit c649553

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ var DRAWER_STATES = [
5757
* drawerWidth={300}
5858
* drawerPosition={DrawerLayoutAndroid.positions.Left}
5959
* renderNavigationView={() => navigationView}>
60-
* <Text style={{10, fontSize: 15, textAlign: 'right'}}>Hello</Text>
61-
* <Text style={{10, fontSize: 15, textAlign: 'right'}}>World!</Text>
60+
* <Text style={{margin: 10, fontSize: 15, textAlign: 'right'}}>Hello</Text>
61+
* <Text style={{margin: 10, fontSize: 15, textAlign: 'right'}}>World!</Text>
6262
* </DrawerLayoutAndroid>
6363
* );
6464
* },

0 commit comments

Comments
 (0)