FaridSafi / react-native-gifted-form

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

Fix old and broken example app #84

Closed cooperka closed 7 years ago

cooperka commented 7 years ago

The main thing was to react-native init from scratch, in order to re-generate a lot of the boilerplate that's needed. There were also some outdated dependencies and old syntax to fix up (namely React Native 0.18 => 0.35).

Most of the changes in this PR were auto-generated during this step, so you may have more luck reading one commit at a time to understand the changes.

Let me know if you'd like any other cleanup and/or lints :beers:

cooperka commented 7 years ago

Hi @FaridSafi, would you mind taking a look at this please? It would be great if the example app worked again, and this should do the trick.