diff --git a/mobile/.babelrc b/mobile/.babelrc new file mode 100644 index 0000000000..fe9cf8b908 --- /dev/null +++ b/mobile/.babelrc @@ -0,0 +1,8 @@ +{ + "presets": ["babel-preset-expo"], + "plugins": [ + "styled-components", + "transform-flow-strip-types", + "babel-plugin-inline-import-graphql-ast" + ] +}