-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined is not an object ( evaluatin g'_react3.default.PropTypes.array') #10
Comments
I am having the same issue. |
same issue - these props types are so annoying |
Same issue, Unable to user it. |
React.PropTypes is no longer valid in react 16. The AutoComplete.js needs to be updated. AutoComplete.propTypes = { |
Same issue. Help me |
@blabz-rahulmandalkar Then scroll down in the file, find and replace the
|
Heres my package
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"expo": "^24.0.0",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz",
"react-native-autocomplete-select": "^1.0.0",
"react-navigation": "^1.0.0-beta.21"
},
"devDependencies": {
"jest-expo": "^24.0.0"
}
}
The text was updated successfully, but these errors were encountered: