FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

Doesn't work with React 16 #112

Open altwohill opened 7 years ago

altwohill commented 7 years ago

When adding import { GiftedForm } from 'react-native-gifted-form'; to a React 16 app you get an error

undefined is not an object (evaluating 'React.PropTypes.string')

One would assume that this library needs to be updated to use the prop-types module instead https://www.npmjs.com/package/prop-types

aarondancer commented 7 years ago

See #115 for PR fixing this