Skip to content

Commit

Permalink
Fixed "unrecognized selector sent to instance" issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor committed Feb 10, 2017
1 parent 6ffc79f commit 0fcdf14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["react", "es2015", "stage-2"],
"presets": ["react-native-stage-0"],
"plugins": ["transform-object-assign"]
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ xcuserdata
DerivedData
*.xcuserstate

*.hmap
*.ipa
project.xcworkspace

# Intellij
.idea
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"babel-jest": "18.0.0",
"babel-loader": "^6.2",
"babel-plugin-transform-object-assign": "^6.22",
"babel-preset-es2015": "^6.22",
"babel-preset-react": "^6.22",
"babel-preset-react-native": "1.9.1",
"babel-preset-stage-2": "^6.22",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "18.1.0",
"react-test-renderer": "15.4.2",
"del": "^2.2",
Expand Down

0 comments on commit 0fcdf14

Please sign in to comment.