-
Notifications
You must be signed in to change notification settings - Fork 19
[MOO-1762]: dependency update for new rn architecture #236
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
Merged
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
825f5f7
expanding bottom sheet widget was rewrited with another third party
a299ddf
wrapped with bottomsheetview
0ba8435
new implementation with @gorhom/bottom-sheet
0c776c5
chore: improved bottomsheet widgets
fcc53e2
chore: styling
21de98a
fix: close functionality, animation, onclose for backdrop and etc
e57b535
fix: improvement for dark mode and active press
f2de186
removed old dependencies
5c6c67c
migrated from react-native-file-viewer into react-native-file-viewer-…
cdba559
react-native-inappbrowser-reborn was replaced with @swan-io/react-nat…
5fa48c6
removed old dependency
e552bd6
@react-native-community/geolocation
84ce290
react-native-webview
f878350
react-native-view-shot version update
36938ca
updated version of @react-native-community/netinfo
c92f8db
version update react-native-blob-util
a19f20d
@react-native-camera-roll/camera-roll version update
48345d2
lock update
f0dab2f
changelog update
b093322
lock update and refactor
56029ca
fixing type issues
fe4ade1
Merge branch 'MOO-1800-pluginSupportedNativeDependencies' into MOO-17…
fd9bf7d
lock update
0cadae4
type updates
f77bfc8
bug fixes ( backdrop click, handle component, positioning, start posi…
e8e1a67
removed backdrop, made outside of bottom-sheet accesible
0ac0d47
reverted react-native-file-viewer-turbo since ios needs a patch
bf2b854
the bug during camera-roll migration was fixed
71b124b
fixed: type issue
4d55581
Merge branch 'main' into MOO-1762-reanimatetAndBottomSheetUpdate
3df0491
lock update
515abc5
Merge branch 'main' into MOO-1762-reanimatetAndBottomSheetUpdate
a49346d
update url adress
3b125a6
log and version update for signature widget
115a160
Merge branch 'main' into MOO-1762-reanimatetAndBottomSheetUpdate
a4f200d
Merge branch 'main' into MOO-1762-reanimatetAndBottomSheetUpdate
f2f9019
chore: update gesture handler
UrazAkgultan 4d984d0
chore: update yarn.lock
UrazAkgultan cb0a9d1
reapplied a patch with newer version ( partial, gesture button is not…
3b178fd
linting issue
77f2d64
unit tests
78b5ca1
fixed unit tests
0fb5e21
temporarily disabled unit tests for signature widget
a815748
Revert "temporarily disabled unit tests for signature widget"
14d33fa
mendix version update
f56dbe9
Merge branch 'main' into MOO-1762-reanimatetAndBottomSheetUpdate
karahanharunn 4b73b98
changelog and version bump
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,21 +1,21 @@ | ||
| { | ||
| "react-native-maps": "0.31.1", | ||
| "react-native-maps": "1.14.0", | ||
| "react-native-geocoder": "0.5.0", | ||
| "react-native-device-info": "13.0.0", | ||
| "react-native-action-button": "2.8.5", | ||
| "react-native-material-menu": "1.2.0", | ||
| "react-native-linear-gradient": "2.5.6", | ||
| "@react-native-community/netinfo": "5.9.7", | ||
| "@react-native-community/netinfo": "11.4.1", | ||
| "react-native-svg": "15.7.1", | ||
| "react-native-system-navigation-bar": "2.6.3", | ||
| "react-native-video": "5.2.1", | ||
| "@react-native-async-storage/async-storage": "2.0.0", | ||
| "react-native-camera": "3.40.0", | ||
| "react-native-view-shot": "3.1.2", | ||
| "react-native-blob-util": "0.16.2", | ||
| "react-native-view-shot": "4.0.3", | ||
| "react-native-blob-util": "0.21.2", | ||
| "react-native-file-viewer": "2.1.5", | ||
| "react-native-localize": "3.2.1", | ||
| "react-native-image-picker": "5.0.1", | ||
| "react-native-image-picker": "7.2.3", | ||
| "react-native-permissions": "4.1.5", | ||
| "react-native-webview": "11.26.1" | ||
| "react-native-webview": "13.13.2" | ||
| } |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -100,7 +100,8 @@ | |
| "react-dom": "18.2.0", | ||
| "react-native": "0.75.4", | ||
| "@prettier/plugin-xml": "2.2.0", | ||
| "@types/react-native": "0.73.0" | ||
| "@types/react-native": "0.73.0", | ||
| "cheerio": "1.0.0-rc.12" | ||
| }, | ||
| "packageManager": "[email protected]" | ||
| } | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -36,4 +36,4 @@ | |
| "mendix": "~10.0.9976", | ||
| "rollup": "^2.79.2" | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.