mirror of
https://github.com/tappollo/react-native-safari-view.git
synced 2026-04-29 12:25:05 +08:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user