Skip to content

Commit 8406a7b

Browse files
Fix PropTypes warning
1 parent addc2f9 commit 8406a7b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/KeyboardAwareScrollView.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import React from 'react';
1+
import React, { PropTypes } from 'react';
22

33
import {
4-
ScrollView,
5-
PropTypes
4+
ScrollView
65
} from 'react-native';
76

87
import KeyboardAwareBase from './KeyboardAwareBase'

0 commit comments

Comments
 (0)