mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Bugfix - Typos
Summary: Fixed few typos in `./Examples` and `./Libraries` folders. Closes https://github.com/facebook/react-native/pull/4788 Reviewed By: svcscm Differential Revision: D2759918 Pulled By: androidtrunkagent fb-gh-sync-id: d692b5c7f561822353e522f9d4dfde7e60b491cf
This commit is contained in:
committed by
facebook-github-bot-4
parent
7871abf907
commit
0e8b207cc3
@@ -50,7 +50,7 @@ var rebound = require('rebound');
|
||||
var PropTypes = React.PropTypes;
|
||||
|
||||
// TODO: this is not ideal because there is no guarantee that the navigator
|
||||
// is full screen, hwoever we don't have a good way to measure the actual
|
||||
// is full screen, however we don't have a good way to measure the actual
|
||||
// size of the navigator right now, so this is the next best thing.
|
||||
var SCREEN_WIDTH = Dimensions.get('window').width;
|
||||
var SCREEN_HEIGHT = Dimensions.get('window').height;
|
||||
|
||||
Reference in New Issue
Block a user