slorber / gatsby-plugin-react-native-web

react-native-web plugin for Gatsby
https://sebastienlorber.com/using-expo-in-gatsby
MIT License
276 stars 30 forks source link

[gatsby v2] Change modifyBabelrc to onCreateBabelConfig #3

Closed mottox2 closed 5 years ago

mottox2 commented 6 years ago

With the release of Gatsby v2, we will have to change modifyBabelrc to onCreateBabelConfig.

https://github.com/gatsbyjs/gatsby/blob/v2-migration-guide/docs/docs/migrating-from-v1-to-v2.md

so I want to make pull request and publish alpha version for v2.

slorber commented 5 years ago

seems to be done by https://github.com/slorber/gatsby-plugin-react-native-web/pull/4

mottox2 commented 5 years ago

Thanks!