FaridSafi / react-native-gifted-form

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

RN 26 import changes #59

Closed carlinisaacson closed 8 years ago

carlinisaacson commented 8 years ago

I am using gifted form in my project and we just updated our imports to match the new standard coming in RN 26. In doing so we found that this package has not been released with the new standard yet. I fixed this by pointing my package.json to the github repo.

I then found that one of this package's dependencies (react-native-google-places-autocomplete) has the same issue. To fix it I had to fork this repo and point the dependency to the react-native-google-places-autocomplete github repo.

Please push new releases of both this package and the react-native-google-places-autocomplete package that include the new import standards so gifted form can be pulled from npm and be up to date with RN 26 standards.

FaridSafi commented 8 years ago

Thank you @carlinisaacson. Sorry for late reply. Fixed in 0.0.8

derekgreenberg commented 8 years ago

@FaridSafi Thank you for your prompt merge of this PR!

carlinisaacson commented 8 years ago

@FaridSafi Thank you!