Skip to content

Commit 9a132a0

Browse files
authored
Merge pull request #57 from kesha-antonov/fix_prop_types
fix prop_types
2 parents 7cc688d + 7bdbde2 commit 9a132a0

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)