Skip to content

Commit 7bdbde2

Browse files
committed
fix prop_types
1 parent 7cc688d commit 7bdbde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ CameraRollPicker.propTypes = {
291291
backgroundColor: PropTypes.string,
292292
emptyText: PropTypes.string,
293293
emptyTextStyle: Text.propTypes.style,
294-
loader: React.PropTypes.node,
294+
loader: PropTypes.node,
295295
}
296296

297297
CameraRollPicker.defaultProps = {

0 commit comments

Comments
 (0)