Skip to content

Commit f916e05

Browse files
committed
Merge pull request wix-incubator#6 from marcosinigaglia/patch-2
Fix PropTypes warning
2 parents addc2f9 + 8406a7b commit f916e05

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)