Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Modal Layout Picker] Disable Page Template picker if MLP is enabled #2494

Merged
merged 3 commits into from
Jul 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
883 changes: 441 additions & 442 deletions bundle/android/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/android/App.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,48 +1,35 @@
{
"_args": [
[
"[email protected]",
"/Users/chipsnyder/src/gutenberg-mobile/gutenberg"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-RPYwjW+4udnAf26xUCQP2dn4t2tnRFo3Ii4s/hy7Ivpe7xYtXp7CMVX505CR8X3p0f8NKmOJ4MQEFMMnbd/Y/Q==",
"_location": "/react-native-url-polyfill",
"_phantomChildren": {
"base64-js": "1.3.0",
"ieee754": "1.1.12"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-url-polyfill",
"escapedName": "react-native-url-polyfill",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/@wordpress/react-native-editor",
"/@wordpress/url"
"name": "react-native-url-polyfill",
"version": "1.1.2",
"description": "A lightweight and trustworthy URL polyfill for React Native",
"keywords": [
"URL",
"URLSearchParams",
"polyfill",
"react native",
"whatwg-url"
],
"_resolved": "https://registry.npmjs.org/react-native-url-polyfill/-/react-native-url-polyfill-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Users/chipsnyder/src/gutenberg-mobile/gutenberg",
"author": {
"name": "Nicolas Charpentier",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/charpeni/react-native-url-polyfill/issues"
},
"homepage": "https://github.com/charpeni/react-native-url-polyfill",
"readme": "https://github.com/charpeni/react-native-url-polyfill#readme",
"repository": {
"type": "git",
"url": "https://github.com/charpeni/react-native-url-polyfill.git"
},
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"bundle-size": "node scripts/bundle-size"
},
"author": "Nicolas Charpentier <[email protected]>",
"license": "MIT",
"dependencies": {
"buffer": "^5.4.3",
"whatwg-url-without-unicode": "8.0.0-1"
},
"description": "A lightweight and trustworthy URL polyfill for React Native",
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.7",
"chalk": "^3.0.0",
Expand All @@ -64,11 +51,8 @@
"tmp": "^0.1.0",
"uuid": "^7.0.2"
},
"homepage": "https://github.com/charpeni/react-native-url-polyfill",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"peerDependencies": {
"react-native": "*"
},
"jest": {
"preset": "react-native",
Expand All @@ -77,33 +61,19 @@
"./detox/"
]
},
"keywords": [
"URL",
"URLSearchParams",
"polyfill",
"react native",
"whatwg-url"
],
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"main": "index.js",
"name": "react-native-url-polyfill",
"peerDependencies": {
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charpeni/react-native-url-polyfill.git"
},
"scripts": {
"bundle-size": "node scripts/bundle-size",
"lint": "eslint .",
"test": "jest"
},
"version": "1.1.2"
}
}

,"_resolved": "https://registry.npmjs.org/react-native-url-polyfill/-/react-native-url-polyfill-1.1.2.tgz"
,"_integrity": "sha512-RPYwjW+4udnAf26xUCQP2dn4t2tnRFo3Ii4s/hy7Ivpe7xYtXp7CMVX505CR8X3p0f8NKmOJ4MQEFMMnbd/Y/Q=="
,"_from": "[email protected]"
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.