nulrich / RCTAutoComplete

React Native Component for MLPAutoCompleteTextField
MIT License
171 stars 26 forks source link

Component RCTAutoComplete declared `PropTypes` instead of `propTypes` #68

Open mikeyamato opened 5 years ago

mikeyamato commented 5 years ago

Received this warning after installing the package onto Xcode and running it. Since it's just a warning and not a red screen I'm hoping it's a non-issue.

My setup...

"react": "16.6.3",
"react-native": "0.57.8",    
"react-native-autocomplete": "^0.4.0",

and Xcode version 10.1 (10B61).

screen shot 2019-01-02 at 11 09 25 pm