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

Mobile: Fixes #7918: Use react-native-drawer-layout instead of react-native-side-menu-updated #7953

Merged
merged 16 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/dev' into feature/drawer-layou…
…t-android
  • Loading branch information
jcgurango committed May 16, 2023
commit c349dd3c755bd7c65788485e2c10dfb439c5a5f6
4 changes: 2 additions & 2 deletions packages/app-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-native-action-button": "2.8.5",
"react-native-camera": "4.2.1",
"react-native-dialogbox": "0.6.10",
"react-native-document-picker": "8.1.4",
"react-native-document-picker": "8.2.0",
"react-native-drawer-layout": "3.2.0",
"react-native-dropdownalert": "4.5.1",
"react-native-exit-app": "1.1.0",
Expand All @@ -63,7 +63,7 @@
"react-native-rsa-native": "2.0.5",
"react-native-safe-area-context": "4.5.1",
"react-native-securerandom": "1.0.1",
"react-native-share": "8.2.1",
"react-native-share": "8.2.2",
"react-native-sqlite-storage": "6.0.1",
"react-native-url-polyfill": "1.3.0",
"react-native-vector-icons": "9.2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5061,7 +5061,7 @@ __metadata:
react-native-action-button: 2.8.5
react-native-camera: 4.2.1
react-native-dialogbox: 0.6.10
react-native-document-picker: 8.1.4
react-native-document-picker: 8.2.0
react-native-drawer-layout: 3.2.0
react-native-dropdownalert: 4.5.1
react-native-exit-app: 1.1.0
Expand All @@ -5080,7 +5080,7 @@ __metadata:
react-native-rsa-native: 2.0.5
react-native-safe-area-context: 4.5.1
react-native-securerandom: 1.0.1
react-native-share: 8.2.1
react-native-share: 8.2.2
react-native-sqlite-storage: 6.0.1
react-native-url-polyfill: 1.3.0
react-native-vector-icons: 9.2.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.