-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[native] Replace hyperlink with custom markdown (#104)
* Add markdown components [native] Add custom markdown with simple rules [native] Refactor markdown [web] Remove unused react-markdown [native] Import types from simple-markdown [native] Requested changes [native] Add emojiOnly rule and comments for rules Update markdown-styles.js [native] Some refactoring after review [native] Small fix Ashoat's revisions [native] Replace hyperlink with markdown with splitted rules * [native] Small changes after rebase * [native] Sync Entry text style with TextHeightMeasurer style * Some cleanup and updates from upstream branch * [native] Fix robotext markdown style * [native] Remove react-native-hyperlink * [native] Small fix after removing hyperlink Co-authored-by: Ashoat Tevosyan <[email protected]>
- Loading branch information
Showing
6 changed files
with
52 additions
and
106 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
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 |
---|---|---|
|
@@ -61,7 +61,6 @@ | |
"react-native-floating-action": "^1.19.1", | ||
"react-native-fs": "2.15.2", | ||
"react-native-gesture-handler": "^1.6.1", | ||
"react-native-hyperlink": "git+https://[email protected]/ashoat/react-native-hyperlink.git#both", | ||
"react-native-in-app-message": "^1.0.2", | ||
"react-native-keyboard-input": "^6.0.0", | ||
"react-native-keychain": "^4.0.0", | ||
|
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9112,13 +9112,6 @@ lines-and-columns@^1.1.6: | |
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" | ||
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= | ||
|
||
linkify-it@^1.2.0: | ||
version "1.2.4" | ||
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-1.2.4.tgz#0773526c317c8fd13bd534ee1d180ff88abf881a" | ||
integrity sha1-B3NSbDF8j9E71TTuHRgP+Iq/iBo= | ||
dependencies: | ||
uc.micro "^1.0.1" | ||
|
||
lint-staged@^10.0.8: | ||
version "10.0.8" | ||
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.0.8.tgz#0f7849cdc336061f25f5d4fcbcfa385701ff4739" | ||
|
@@ -9549,11 +9542,6 @@ mdn-data@~1.1.0: | |
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-1.1.4.tgz#50b5d4ffc4575276573c4eedb8780812a8419f01" | ||
integrity sha512-FSYbp3lyKjyj3E7fMl6rYvUdX0FBXaluGqlFoYESWQlyUTq8R+wp0rkFxoYFqZlHCvsUXGjyJmLQSnXToYhOSA== | ||
|
||
mdurl@^1.0.0: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e" | ||
integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4= | ||
|
||
[email protected]: | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" | ||
|
@@ -12130,13 +12118,6 @@ react-native-gesture-handler@^1.6.1: | |
invariant "^2.2.4" | ||
prop-types "^15.7.2" | ||
|
||
"react-native-hyperlink@git+https://[email protected]/ashoat/react-native-hyperlink.git#both": | ||
version "0.0.12" | ||
resolved "git+https://[email protected]/ashoat/react-native-hyperlink.git#0c872d5be30ba6382c926e78ad1545a97f586f85" | ||
dependencies: | ||
linkify-it "^1.2.0" | ||
mdurl "^1.0.0" | ||
|
||
react-native-in-app-message@^1.0.2: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/react-native-in-app-message/-/react-native-in-app-message-1.0.2.tgz#e971c039bcd0e238306f73fbea43fc866aa94a69" | ||
|
@@ -14444,11 +14425,6 @@ ua-parser-js@^0.7.18: | |
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.20.tgz#7527178b82f6a62a0f243d1f94fd30e3e3c21098" | ||
integrity sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw== | ||
|
||
uc.micro@^1.0.1: | ||
version "1.0.6" | ||
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" | ||
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== | ||
|
||
uglify-es@^3.1.9: | ||
version "3.3.9" | ||
resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677" | ||
|