Change main script to index.ios.js

New packager in react-native 0.7 doesn't seem to like
main scripts other than index.js
This commit is contained in:
Mikko Nylén
2015-07-04 23:24:43 +03:00
parent a1203dbb8a
commit b0c4a963d4
3 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"name": "react-native-safari-view",
"version": "0.1.0",
"description": "A React Native wrapper for Safari View Controller",
"main": "SafariViewMananger.ios.js",
"main": "index.ios.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},