Skip to content

Commit

Permalink
Docs: Upgrade examples/react-native to Babel 7 (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
eragon512 authored and sapegin committed Oct 16, 2018
1 parent 9f71986 commit d13381d
Show file tree
Hide file tree
Showing 3 changed files with 7,231 additions and 7,005 deletions.
9 changes: 7 additions & 2 deletions examples/react-native/.babelrc
@@ -1,8 +1,13 @@
{
"presets": ["babel-preset-expo"],
"presets": [
"babel-preset-expo",
"@babel/preset-flow"
],
"env": {
"development": {
"plugins": ["transform-react-jsx-source"]
"plugins": [
"@babel/plugin-transform-react-jsx-source"
]
}
}
}

0 comments on commit d13381d

Please sign in to comment.