Skip to content

Commit 161bd5d

Browse files
committed
Update One Core bindings to v1.84437.0
1 parent ffeb248 commit 161bd5d

File tree

5 files changed

+19
-25
lines changed

5 files changed

+19
-25
lines changed

app/screens/nerd-mode/credential-nerd-screen.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
} from '@procivis/one-react-native-components';
1616
import {
1717
CredentialDetailBindingDto,
18-
CredentialSchemaDetailBindingDto,
1918
CredentialStateBindingEnum,
2019
TrustEntityRoleBindingEnum,
2120
} from '@procivis/react-native-one-core';
@@ -91,7 +90,7 @@ const CredentialDetailNerdScreen: FunctionComponent = () => {
9190
);
9291

9392
const credentialSchemaWithoutImages = getCredentialSchemaWithoutImages(
94-
credentialDetail.schema as CredentialSchemaDetailBindingDto,
93+
credentialDetail.schema,
9594
);
9695

9796
const nerdModeFields: Array<

app/screens/nerd-mode/proof-nerd-screen.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ import {
66
NerdModeScreen,
77
useProofDetail,
88
} from '@procivis/one-react-native-components';
9-
import {
10-
CredentialSchemaDetailBindingDto,
11-
TrustEntityRoleBindingEnum,
12-
} from '@procivis/react-native-one-core';
9+
import { TrustEntityRoleBindingEnum } from '@procivis/react-native-one-core';
1310
import {
1411
useIsFocused,
1512
useNavigation,
@@ -108,9 +105,7 @@ const ProofDetailNerdView: FunctionComponent = () => {
108105
{
109106
attributeKey: translate('common.credentialSchema'),
110107
attributeText: JSON.stringify(
111-
getCredentialSchemaWithoutImages(
112-
proofInput.credentialSchema as CredentialSchemaDetailBindingDto,
113-
),
108+
getCredentialSchemaWithoutImages(proofInput.credentialSchema),
114109
null,
115110
1,
116111
),

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ PODS:
20202020
- React-Core
20212021
- react-native-nfc-manager (3.17.2):
20222022
- React-Core
2023-
- react-native-one-core (1.83278.0):
2023+
- react-native-one-core (1.84437.0):
20242024
- React-Core
20252025
- react-native-picker (5.0.3):
20262026
- React-Core

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"dependencies": {
3838
"@expo/react-native-action-sheet": "^4.1.1",
39-
"@procivis/one-react-native-components": "0.3.101",
40-
"@procivis/react-native-one-core": "1.83869.0",
39+
"@procivis/one-react-native-components": "0.3.102",
40+
"@procivis/react-native-one-core": "1.84437.0",
4141
"@procivis/react-native-picker": "5.0.3",
4242
"@react-native-async-storage/async-storage": "^1.14.1",
4343
"@react-native-clipboard/clipboard": "^1.16.0",

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)