-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into @tomekzaw/worklets
- Loading branch information
Showing
29 changed files
with
1,210 additions
and
761 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,3 +76,6 @@ android/keystores/debug.keystore | |
|
||
# generated by bob | ||
lib/ | ||
|
||
# react-native-live-markdown | ||
.build_complete |
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@expensify/react-native-live-markdown", | ||
"version": "0.1.112", | ||
"version": "0.1.120", | ||
"description": "Drop-in replacement for React Native's TextInput component with Markdown formatting.", | ||
"main": "lib/commonjs/index", | ||
"module": "lib/module/index", | ||
|
@@ -36,6 +36,7 @@ | |
"lint:WebExample": "eslint WebExample --ext .js,.ts,.tsx", | ||
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", | ||
"prepare": "bob build", | ||
"build:watch": "nodemon --watch src --ext .ts,.tsx,.css --exec \"rm -f .build_complete && yarn prepare && yarn pack && touch .build_complete\"", | ||
"release": "release-it" | ||
}, | ||
"keywords": [ | ||
|
@@ -83,14 +84,15 @@ | |
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-tsdoc": "^0.2.17", | ||
"expensify-common": "2.0.72", | ||
"expensify-common": "2.0.76", | ||
"jest": "^29.6.3", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"nodemon": "^3.1.3", | ||
"prettier": "2.8.8", | ||
"react": "18.2.0", | ||
"react-native": "0.73.4", | ||
"react-native-builder-bob": "^0.20.0", | ||
"react-native-reanimated": "3.15.0-nightly-20240804-7df5fd57d", | ||
"react-native-reanimated": "3.15.0", | ||
"react-native-web": "^0.19.10", | ||
"release-it": "^15.0.0", | ||
"turbo": "^1.10.7", | ||
|
@@ -99,10 +101,11 @@ | |
"resolutions": { | ||
"@types/react": "17.0.21", | ||
"[email protected]": "patch:react-native@npm%3A0.73.4#./.yarn/patches/react-native-npm-0.73.4-297ae78b8f.patch", | ||
"@react-native/[email protected]": "patch:@react-native/gradle-plugin@npm%3A0.73.4#./.yarn/patches/@react-native-gradle-plugin-npm-0.73.4-6535082666.patch" | ||
"@react-native/[email protected]": "patch:@react-native/gradle-plugin@npm%3A0.73.4#./.yarn/patches/@react-native-gradle-plugin-npm-0.73.4-6535082666.patch", | ||
"link@^2.1.1": "patch:link@npm%3A2.1.1#./.yarn/patches/link-npm-2.1.1-1c9fea076e.patch" | ||
}, | ||
"peerDependencies": { | ||
"expensify-common": ">=2.0.72", | ||
"expensify-common": ">=2.0.76", | ||
"react": "*", | ||
"react-native": "*", | ||
"react-native-reanimated": ">=3.11.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
Oops, something went wrong.