Skip to content

Commit 26079b2

Browse files
authored
Add @config-plugins/react-native-blob-util, @config-plugins/react-native-pdf and crypto-js (#1562)
1 parent a982b2c commit 26079b2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

react-native-libraries.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14211,5 +14211,27 @@
1421114211
"githubUrl": "https://github.com/jeremybarbet/expo-testflight",
1421214212
"ios": true,
1421314213
"newArchitecture": true
14214+
},
14215+
{
14216+
"githubUrl": "https://github.com/expo/config-plugins/tree/main/packages/react-native-blob-util",
14217+
"npmPkg": "@config-plugins/react-native-blob-util",
14218+
"ios": true,
14219+
"android": true,
14220+
"newArchitecture": true
14221+
},
14222+
{
14223+
"githubUrl": "https://github.com/expo/config-plugins/tree/main/packages/react-native-pdf",
14224+
"npmPkg": "@config-plugins/react-native-pdf",
14225+
"ios": true,
14226+
"android": true,
14227+
"newArchitecture": true
14228+
},
14229+
{
14230+
"githubUrl": "https://github.com/brix/crypto-js",
14231+
"npmPkg": "crypto-js",
14232+
"ios": true,
14233+
"android": true,
14234+
"web": true,
14235+
"newArchitecture": true
1421414236
}
1421514237
]

0 commit comments

Comments
 (0)