detrohutt / babel-plugin-import-graphql

Enables import syntax for .graphql and .gql files
https://www.npmjs.com/package/babel-plugin-import-graphql
MIT License
314 stars 22 forks source link

Update the README to explain resetting cache with React Native. #74

Closed josephmbeveridge closed 4 years ago

josephmbeveridge commented 4 years ago

Updates the README to explain how to reset the cache when using React Native.

This solution was posted in https://github.com/detrohutt/babel-plugin-import-graphql/issues/52 and is the correct way to reset caches in RN, so adding it to the README to make things easier for future users.

josephmbeveridge commented 4 years ago

@detrohutt Are you ok merging this?

detrohutt commented 4 years ago

Yes, absolutely. Sorry for missing this. Thanks!