File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if [ ! -d $ios_dir ]
9
9
fi
10
10
11
11
podfile=" $ios_dir /Podfile"
12
- template=` pwd` /node_modules/react-native-oauth/ios/Podfile.template
12
+ template=` pwd` /node_modules/@gsandf/ react-native-oauth/ios/Podfile.template
13
13
14
14
echo " Checking Podfile in iOS project ($podfile )"
15
15
@@ -21,7 +21,7 @@ if [ -f $podfile ]
21
21
22
22
if [ " $generate_env_file " != " y" ]
23
23
then
24
-
24
+
25
25
echo " Add the following pods" :
26
26
echo " "
27
27
echo " "
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " react-native-oauth" ,
3
- "version" : " 2.1.15 " ,
2
+ "name" : " @gsandf/ react-native-oauth" ,
3
+ "version" : " 2.1.18 " ,
4
4
"author" :
" Ari Lerner <[email protected] > (https://fullstackreact.com)" ,
5
5
"description" : " An oauth manager for dealing with the complexities of oauth" ,
6
6
"main" : " ./react-native-oauth.js" ,
32
32
},
33
33
"rnpm" : {
34
34
"commands" : {
35
- "prelink" : " node_modules/react-native-oauth/bin/prepare.sh" ,
36
- "postlink" : " node_modules/react-native-oauth/bin/cocoapods.sh"
35
+ "prelink" : " node_modules/@gsandf/ react-native-oauth/bin/prepare.sh" ,
36
+ "postlink" : " node_modules/@gsandf/ react-native-oauth/bin/cocoapods.sh"
37
37
},
38
38
"ios" : {
39
39
"project" : " ios/OAuthManager.xcodeproj"
You can’t perform that action at this time.
0 commit comments