diff --git a/README.md b/README.md index 97fc4227d..61d1a4d41 100644 --- a/README.md +++ b/README.md @@ -252,4 +252,4 @@ Help drive this repo forward - be a sponsor. Add a comment [here](https://github --- ## Developer Group -Have a question or need some help? Join our [Gitter developer group](https://gitter.im/rnmapbox/Lobby)! +Have a question or need some help? Use [Github discussions](https://github.com/rnmapbox/maps/discussions) or the [react-native channel](https://discord.com/channels/1004826913229000704/1092426983696248893) in the mapbox discord. diff --git a/package.json b/package.json index 48630d860..3998036ec 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,9 @@ "@babel/core": "7.19.1", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-proposal-class-properties": "7.18.6", + "@babel/helper-split-export-declaration": "7.24.7", + "@babel/helper-hoist-variables": "7.24.7", + "@babel/helper-function-name":"7.24.7", "@babel/runtime": "7.19.0", "@react-native/eslint-config": "^0.72.2", "@sinonjs/fake-timers": "^8.0.1",