Skip to content

Commit

Permalink
Fixed decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalderaio committed Jun 8, 2017
1 parent 058c8d8 commit c6ba06a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"presets": [
"babel-preset-expo",
"react-native"
"react-native",
"react-native-stage-0/decorator-support"
],
"env": {
"development": {
Expand Down
6 changes: 3 additions & 3 deletions .expo/packager-info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expoServerPort": 19000,
"packagerPort": 19001,
"packagerPid": 66141,
"expoServerPort": null,
"packagerPort": null,
"packagerPid": null,
"expoServerNgrokUrl": null,
"packagerNgrokUrl": null,
"ngrokPid": null
Expand Down
2 changes: 2 additions & 0 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/dtrace-provider/build/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/dtrace-provider/build/Release/.deps/..d

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified node_modules/dtrace-provider/libusdt/libusdt.a
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"dependencies": {
"@expo/vector-icons": "^4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"base-64": "^0.1.0",
"color": "^1.0.3",
"expo": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ babel-preset-jest@^19.0.0:
dependencies:
babel-plugin-jest-hoist "^19.0.0"

babel-preset-react-native-stage-0@1.0.1:
babel-preset-react-native-stage-0@1.0.1, babel-preset-react-native-stage-0@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/babel-preset-react-native-stage-0/-/babel-preset-react-native-stage-0-1.0.1.tgz#d5f5f685575471ef756a49f191b193269f74306e"
dependencies:
Expand Down

0 comments on commit c6ba06a

Please sign in to comment.