ColinEberhardt / ReactNative-PropertyFinder

A property finder application written using React Native
274 stars 63 forks source link

Updated PropertyFinder to ReactNative 0.20.0 #8

Closed AlexanderGrant1 closed 8 years ago

AlexanderGrant1 commented 8 years ago

Updated the project to use ReactNative 0.20.0 and to be compatible with iOS 9.

ColinEberhardt commented 8 years ago

Awesome - thanks for this @AlexanderGrant1

It does look like this change requires quite a bit of tidyup, the android folder isn't needed. Also the iOS project structure is now duplicated, i.e. most of the files that this commit adds already exist.

It looks like you've used a seed project of some sort, would it be easier to modify the existing project files instead?