Skip to content

Commit

Permalink
Merge pull request #597 from ravikp/develop
Browse files Browse the repository at this point in the history
Android & IOS stability Release build
  • Loading branch information
ravikp authored Feb 28, 2023
2 parents ed13dc4 + 1223ff3 commit 7cdee82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-native-gesture-handler": "~2.1.0",
"react-native-keychain": "^8.0.0",
"react-native-location-enabler": "^4.1.0",
"react-native-openid4vp-ble": "github:mosip/tuvali#v0.3.5",
"react-native-openid4vp-ble": "github:mosip/tuvali#v0.3.6",
"react-native-permissions": "^3.6.0",
"react-native-popable": "^0.4.3",
"react-native-qrcode-svg": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion screens/Scan/SendVcScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const SendVcScreen: React.FC = () => {
if (service) {
controller.SELECT_VC_ITEM(0)(service);
}
}, [controller.vcKeys]);
}, []);

const reasonLabel = t('reasonForSharing');

Expand Down

0 comments on commit 7cdee82

Please sign in to comment.