Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3350 from sjchmiela/@sjchmiela/add_babelrc_to_mobile
Browse files Browse the repository at this point in the history
Make mobile app build on Android
  • Loading branch information
mxstbr committed Jun 19, 2018
2 parents a59780d + dd85cfe commit 7b87431
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mobile/.babelrc
@@ -0,0 +1,8 @@
{
"presets": ["babel-preset-expo"],
"plugins": [
"styled-components",
"transform-flow-strip-types",
"babel-plugin-inline-import-graphql-ast"
]
}

0 comments on commit 7b87431

Please sign in to comment.