mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Converting Libraries/Components to not use var
Reviewed By: sahrens Differential Revision: D7117137 fbshipit-source-id: a55a04928a0073a17e0709e851aa8b11678042ba
This commit is contained in:
committed by
Facebook Github Bot
parent
f7343576fc
commit
3152e93095
@@ -8,12 +8,12 @@
|
||||
* @flow
|
||||
*/
|
||||
'use strict';
|
||||
var PropTypes = require('prop-types');
|
||||
const PropTypes = require('prop-types');
|
||||
|
||||
/**
|
||||
* Additional View properties for Apple TV
|
||||
*/
|
||||
var TVViewPropTypes = {
|
||||
const TVViewPropTypes = {
|
||||
/**
|
||||
* *(Apple TV only)* When set to true, this view will be focusable
|
||||
* and navigable using the Apple TV remote.
|
||||
|
||||
Reference in New Issue
Block a user