diff --git a/ios/eSteem.xcodeproj/project.pbxproj b/ios/eSteem.xcodeproj/project.pbxproj index 7b30ea82a..9b9a49f09 100644 --- a/ios/eSteem.xcodeproj/project.pbxproj +++ b/ios/eSteem.xcodeproj/project.pbxproj @@ -5,7 +5,6 @@ }; objectVersion = 46; objects = { - /* Begin PBXBuildFile section */ 003440E6511D4B618B83C16D /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6CC37929F8C54DEFB4495E7A /* Zocial.ttf */; }; 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; diff --git a/package-lock.json b/package-lock.json index 11edff030..d74c6bc4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7026,11 +7026,6 @@ "array-includes": "^3.0.3" } }, - "keymirror": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/keymirror/-/keymirror-0.1.1.tgz", - "integrity": "sha1-kYiJ6hP40KQufFVyUO7nE63JXDU=" - }, "kind-of": { "version": "1.1.0", "resolved": "http://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz", @@ -9980,44 +9975,6 @@ "yargs": "^8.0.2" } }, - "react-native-webview-bridge": { - "version": "0.40.1", - "resolved": "https://registry.npmjs.org/react-native-webview-bridge/-/react-native-webview-bridge-0.40.1.tgz", - "integrity": "sha512-JJmgt3P64KXganhRWivvzITCN5VUC2HdIDZkASUtY8PfsgJP61SAykYnIliUYl1qNq0Pkda4c6Gf1qF8RgfvVg==", - "requires": { - "create-react-class": "^15.6.0", - "invariant": "^2.2.2", - "keymirror": "0.1.1", - "prop-types": "^15.5.10" - } - }, - "react-native-webview-bridge-updated": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/react-native-webview-bridge-updated/-/react-native-webview-bridge-updated-1.0.9.tgz", - "integrity": "sha512-5xSeuQ3IGEDUGNF0dcSTdcSu2E24hbiy20pt6416K/eGdVHqPt1NIpKCsJK/zWqTEsm+Qc0AP858BvHJciyAzw==", - "requires": { - "invariant": "2.2.0", - "keymirror": "0.1.1" - }, - "dependencies": { - "invariant": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.0.tgz", - "integrity": "sha1-yNfoRzZqScwYtiLwWKaJ1IHolfI=", - "requires": { - "loose-envify": "^1.0.0" - } - } - } - }, - "react-native-zss-rich-text-editor": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/react-native-zss-rich-text-editor/-/react-native-zss-rich-text-editor-1.1.0.tgz", - "integrity": "sha512-YiUD9RpIMTdR0fbjhxIyy1104m6Qyf1cIyhqPqDj/wI+wnOV76ge6NC+mLeThlL4wSs9G37Elbwl/KQWtFsQ2w==", - "requires": { - "react-native-webview-bridge-updated": "^1.0.0" - } - }, "react-navigation": { "version": "2.17.0", "resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-2.17.0.tgz", diff --git a/package.json b/package.json index 113269cb1..9524c6b2d 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,6 @@ "react-native-restart": "0.0.6", "react-native-slider": "^0.11.0", "react-native-vector-icons": "^4.6.0", - "react-native-webview-bridge": "^0.40.1", - "react-native-zss-rich-text-editor": "^1.1.0", "react-navigation": "^2.17.0", "react-navigation-redux-helpers": "^2.0.6", "react-redux": "^5.0.7",