Skip to content

Commit 80d7d1a

Browse files
authored
fix react-native-google-signin ios error (#101)
1 parent 208d8c5 commit 80d7d1a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

libraries.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@
390390
"android": true,
391391
"ios": true,
392392
"maintainersUsernames": ["vonovak"],
393-
"notes": ""
393+
"notes": "",
394+
"patchFile": "patches/react-native-google-signin.patch"
394395
},
395396
"react-native-pdf": {
396397
"description": "A <Pdf /> component for react-native",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/ios/Podfile b/ios/Podfile
2+
index b4aa3be..e93f3bc 100644
3+
--- a/ios/Podfile
4+
+++ b/ios/Podfile
5+
@@ -17,6 +17,8 @@
6+
target 'RNApp' do
7+
config = use_native_modules!
8+
9+
+ pod 'AppCheckCore', '11.2.0'
10+
+
11+
use_react_native!(
12+
:path => config[:reactNativePath],
13+
# An absolute path to your application root.

0 commit comments

Comments
 (0)