GeekyAnts / NativeBase

Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
https://nativebase.io/
MIT License
20.19k stars 2.39k forks source link

Error using InputGroup example #15

Closed chromakey closed 8 years ago

chromakey commented 8 years ago

Hello, I receive the following error when using the InputGroup example from the documents:

undefined is not an object (evaluating 'icon.props')

getIconProps
InputGroup.js @ 97:0

I linked the react-native-vector-icons with both rnpm and set them up manually in XCode. I'm brand new to react-native so I apologize in advance if this was an error on my part. Running react-natve 0.25.1 and native-base 0.3.0.

himanshu-satija commented 8 years ago

Hi @chromakey, it was a bug in our code. We will be releasing a patch today v0.3.1 to fix this issue.

chromakey commented 8 years ago

Thanks! I appreciate the quick fix!