File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Install [@baronha/react-native-multiple-image-picker](https://www.npmjs.com/pack
50
50
51
51
``` bash
52
52
yarn add @baronha/react-native-multiple-image-picker
53
- yarn add -D react-native-nitro-modules
53
+ yarn add -D react-native-nitro-modules@0.20.1
54
54
cd ios && pod install
55
55
```
56
56
@@ -60,7 +60,7 @@ cd ios && pod install
60
60
61
61
``` bash
62
62
npx expo install @baronha/react-native-multiple-image-picker
63
- npx expo install react-native-nitro-modules -- --dev
63
+ npx expo install react-native-nitro-modules@0.20.1 -- --dev
64
64
npx expo prebuild
65
65
```
66
66
Original file line number Diff line number Diff line change 64
64
"eslint" : " ^8.57.0" ,
65
65
"eslint-config-prettier" : " ^9.1.0" ,
66
66
"eslint-plugin-prettier" : " ^5.2.1" ,
67
- "nitro-codegen" : " 0.20.0 " ,
67
+ "nitro-codegen" : " 0.20.1 " ,
68
68
"prettier" : " ^3.3.3" ,
69
69
"react" : " ^18.3.1" ,
70
70
"react-native" : " ^0.75.2" ,
71
71
"react-native-builder-bob" : " ^0.30.0" ,
72
- "react-native-nitro-modules" : " 0.20.0 " ,
72
+ "react-native-nitro-modules" : " 0.20.1 " ,
73
73
"typescript" : " ^5.5.4"
74
74
},
75
75
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -4590,13 +4590,13 @@ neo-async@^2.5.0:
4590
4590
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
4591
4591
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
4592
4592
4593
-
4594
- version "0.20.0 "
4595
- resolved "https://registry.yarnpkg.com/nitro-codegen/-/nitro-codegen-0.20.0 .tgz#7fdc978ab4148c0899ddf134091f4151c601795b "
4596
- integrity sha512-MFPDb4AsY6r/PR6eTAONCoSmi2a9KivOHg3JfQiPa6jtY/mGNujAmYo0LK6UvaPSxkrP69J9tZMJ3ERWaeoCDg ==
4593
+
4594
+ version "0.20.1 "
4595
+ resolved "https://registry.yarnpkg.com/nitro-codegen/-/nitro-codegen-0.20.1 .tgz#dd1ff1a0e7a16d06a0263a8eb851a1571b9aa846 "
4596
+ integrity sha512-gFABTk5bl03C1oGzK+Up8m3169eUTCwNheLIvYU38pyGaNdJPJJMo0pK5aRhQ1CUP0Rc9kcKI2W6mNKN5tjgsw ==
4597
4597
dependencies :
4598
4598
chalk "^5.3.0"
4599
- react-native-nitro-modules "^0.20.0 "
4599
+ react-native-nitro-modules "^0.20.1 "
4600
4600
ts-morph "^24.0.0"
4601
4601
yargs "^17.7.2"
4602
4602
zod "^3.23.8"
@@ -5110,10 +5110,10 @@ react-native-builder-bob@^0.30.0:
5110
5110
which "^2.0.2"
5111
5111
yargs "^17.5.1"
5112
5112
5113
- [email protected] .0 , react-native-nitro-modules@^0.20.0 :
5114
- version "0.20.0 "
5115
- resolved "https://registry.yarnpkg.com/react-native-nitro-modules/-/react-native-nitro-modules-0.20.0 .tgz#3c659d4c8cbc8038b1bf35af6475e77023e70ffa "
5116
- integrity sha512-u41SaGdQ/EQFuRLFPRQ+cbEemzsARmkElXErwZlXJhr2KYmVwQMrIYGe69NuMSyvHlw3JTl09SNugt3PXa2vEQ ==
5113
+ [email protected] .1 , react-native-nitro-modules@^0.20.1 :
5114
+ version "0.20.1 "
5115
+ resolved "https://registry.yarnpkg.com/react-native-nitro-modules/-/react-native-nitro-modules-0.20.1 .tgz#99568818b90e364f1e08b5341a7868eca3762333 "
5116
+ integrity sha512-ffa8GbnLBs7irEx1ZCl7WdHzzA5uj4ngh7hIWbeUfBs8m2iAn+byowOJWHKmO+RA2hp9dVwTxHYSBOqIvTVvHA ==
5117
5117
5118
5118
react-native@^0.75.2 :
5119
5119
version "0.75.4"
You can’t perform that action at this time.
0 commit comments