Browse Source

unfucked babel

Daniel Zlotin 8 years ago
parent
commit
ae51981951
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      example-redux/package.json

+ 2
- 1
example-redux/package.json View File

15
     "redux": "^3.0.5",
15
     "redux": "^3.0.5",
16
     "redux-thunk": "^1.0.3",
16
     "redux-thunk": "^1.0.3",
17
     "seamless-immutable": "^5.0.1",
17
     "seamless-immutable": "^5.0.1",
18
-    "react-native-navigation": "file:../"
18
+    "react-native-navigation": "file:../",
19
+    "babel-preset-react-native-stage-0": "*"
19
   }
20
   }
20
 }
21
 }