FaridSafi / react-native-gifted-form

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

Remove mixins? #118

Open Jonovono opened 6 years ago

Jonovono commented 6 years ago

Is there a way to move away from mixins? They don't seem to be allowed anymore.

Does anyone know if there is still a way I can create custom widgets within my project still?

:)

aarondancer commented 6 years ago

Mixins are still allowed using create-react-class. But I do agree that this project should be migrated away from mixins.