Skip to content

Commit

Permalink
Merge pull request #9 from CodingItWrong/react-native-0.56
Browse files Browse the repository at this point in the history
Update to React Native 0.56
  • Loading branch information
Josh Justice authored Sep 28, 2018
2 parents 43f69b2 + 5db511d commit c57b55b
Show file tree
Hide file tree
Showing 5 changed files with 1,058 additions and 1,026 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

6 changes: 6 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
"presets": ["react-native"],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
],
};
Loading

0 comments on commit c57b55b

Please sign in to comment.