Skip to content

Commit

Permalink
rename main entry file to index
Browse files Browse the repository at this point in the history
this solves the issue where android can not build signed apk and crashes on startup
  • Loading branch information
Adel Grimm committed Jul 26, 2016
1 parent 16bf19a commit 019ac0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-accordion",
"version": "1.0.0",
"description": "An Accordion Component for React Native",
"main": "index.ios.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 019ac0c

Please sign in to comment.