mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-27 01:52:11 +00:00
Update remaining PropTypes references
Reviewed By: bvaughn Differential Revision: D5231309 fbshipit-source-id: d54ee4f73dae63124f4462c138383447829a2551
This commit is contained in:
parent
005842408f
commit
479bc6e5d8
@ -12,7 +12,8 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
const {PropTypes, checkPropTypes} = require('React');
|
||||
const PropTypes = require('prop-types');
|
||||
const {checkPropTypes} = PropTypes;
|
||||
const RCTCameraRollManager = require('NativeModules').CameraRollManager;
|
||||
|
||||
const createStrictShapeTypeChecker = require('createStrictShapeTypeChecker');
|
||||
|
Loading…
x
Reference in New Issue
Block a user