Skip to content

Commit 274d9a1

Browse files
committed
ONE-8889: update react-native-one-core, to include backport
1 parent 92b6aab commit 274d9a1

File tree

5 files changed

+23
-20
lines changed

5 files changed

+23
-20
lines changed

app/navigators/issue-credential/issue-credential-routes.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ import { HandleInvitationResponseBindingEnum } from '@procivis/react-native-one-
22
import { RouteProp } from '@react-navigation/native';
33
import { NativeStackNavigationProp } from '@react-navigation/native-stack';
44

5-
type InvitationResultCredentialIssuance = Extract<
6-
HandleInvitationResponseBindingEnum,
7-
{ type_: 'CREDENTIAL_ISSUANCE' }
5+
type InvitationResultCredentialIssuance = Omit<
6+
Extract<
7+
HandleInvitationResponseBindingEnum,
8+
{ type_: 'CREDENTIAL_ISSUANCE' }
9+
>,
10+
'protocol' | 'requiresWalletInstanceAttestation'
811
>;
912

1013
export type IssueCredentialNavigatorParamList = {

app/navigators/share-credential/share-credential-routes.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import {
88
import { RouteProp } from '@react-navigation/native';
99
import { NativeStackNavigationProp } from '@react-navigation/native-stack';
1010

11-
type InvitationResultProofRequest = Extract<
12-
HandleInvitationResponseBindingEnum,
13-
{ type_: 'PROOF_REQUEST' }
11+
type InvitationResultProofRequest = Omit<
12+
Extract<HandleInvitationResponseBindingEnum, { type_: 'PROOF_REQUEST' }>,
13+
'protocol'
1414
>;
1515

1616
export type ShareCredentialNavigatorParamList = {

ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
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.86468.0):
2023+
- react-native-one-core (1.88624.1):
20242024
- React-Core
20252025
- react-native-picker (5.0.3):
20262026
- React-Core
@@ -3654,7 +3654,7 @@ SPEC CHECKSUMS:
36543654
FBLazyVector: a293a88992c4c33f0aee184acab0b64a08ff9458
36553655
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
36563656
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
3657-
hermes-engine: fd4a2f16acd5a3443cafe4801ad2f6fd809be03c
3657+
hermes-engine: be7bbcce1986cf00b65bf64fd45f043e1e1595ab
36583658
lottie-ios: a881093fab623c467d3bce374367755c272bdd59
36593659
lottie-react-native: d849be4292d467c0e13fd4ca5042bb352b7d1a61
36603660
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f
@@ -3701,7 +3701,7 @@ SPEC CHECKSUMS:
37013701
react-native-keep-awake: f1e9b76f4cf5665bf5547dcd86e8ee69823856cd
37023702
react-native-netinfo: f0a9899081c185db1de5bb2fdc1c88c202a059ac
37033703
react-native-nfc-manager: ef3b44c4f1975ab16d6109bb1671ab68068aba58
3704-
react-native-one-core: 2677cecb25e8740f78d6a569df7e7159f2018395
3704+
react-native-one-core: d8df010222f83ec98dc40c6bd05ec1394e91bdeb
37053705
react-native-picker: 208cd4d747bb5088aac73c7412b07f8a1fc45902
37063706
react-native-safe-area-context: 54d812805f3c4e08a4580ad086cbde1d8780c2e4
37073707
react-native-ultimate-config: bc816775e31bb2056ccfe18b49e76a5ba2d39b6c

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"@expo/react-native-action-sheet": "^4.1.1",
3939
"@procivis/one-react-native-components": "0.3.102",
40-
"@procivis/react-native-one-core": "1.87444.0",
40+
"@procivis/react-native-one-core": "1.88624.1",
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: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)