-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3725 from wordpress-mobile/embed-block-preview
Embed block: Implement specific Embed preview
- Loading branch information
Showing
11 changed files
with
1,406 additions
and
1,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,7 @@ | |
"version": "0.1.11-wp", | ||
"summary": "React Native MaskedView component", | ||
"license": "MIT", | ||
"authors": { | ||
"name": "Mike Nedosekin", | ||
"email": "[email protected]" | ||
}, | ||
"authors": "Mike Nedosekin <[email protected]>", | ||
"homepage": "https://github.com/react-native-community/react-native-masked-view#readme", | ||
"platforms": { | ||
"ios": "9.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,7 @@ | |
"homepage": "https://github.com/APSL/react-native-keyboard-aware-scroll-view#readme", | ||
"summary": "A React Native ScrollView component that resizes when the keyboard appears.", | ||
"license": "MIT", | ||
"authors": { | ||
"name": "Alvaro Medina Ballester", | ||
"email": "[email protected]" | ||
}, | ||
"authors": "Alvaro Medina Ballester <[email protected]>", | ||
"platforms": { | ||
"ios": "8.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,7 @@ | |
"version": "3.2.0-wp", | ||
"summary": "A flexible way to handle safe area, also works on Android and web.", | ||
"license": "MIT", | ||
"authors": { | ||
"name": "Janic Duplessis", | ||
"email": "[email protected]" | ||
}, | ||
"authors": "Janic Duplessis <[email protected]>", | ||
"homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme", | ||
"platforms": { | ||
"ios": "9.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,7 @@ | |
"summary": "A <Video /> element for react-native", | ||
"description": "A <Video /> element for react-native", | ||
"license": "MIT", | ||
"authors": { | ||
"name": "Brent Vatne", | ||
"email": "[email protected]", | ||
"url": "https://github.com/brentvatne" | ||
}, | ||
"authors": "Brent Vatne <[email protected]> (https://github.com/brentvatne)", | ||
"homepage": "https://github.com/brentvatne/react-native-video", | ||
"source": { | ||
"git": "https://github.com/wordpress-mobile/react-native-video.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "react-native-webview", | ||
"version": "11.6.5-wp", | ||
"summary": "React Native WebView component for iOS, Android, macOS, and Windows", | ||
"license": "MIT", | ||
"authors": "Jamon Holmgren <[email protected]>", | ||
"homepage": "https://github.com/react-native-webview/react-native-webview#readme", | ||
"platforms": { | ||
"ios": "9.0", | ||
"osx": "10.13" | ||
}, | ||
"source": { | ||
"git": "https://github.com/wordpress-mobile/react-native-webview.git", | ||
"tag": "v11.6.5-wp" | ||
}, | ||
"source_files": "apple/**/*.{h,m}", | ||
"dependencies": { | ||
"React-Core": [] | ||
}, | ||
"__WARNING!__": "This file is autogenerated by generate-podspecs.sh script. Do not modify manually. Re-run the script if necessary." | ||
} |