Skip to content

Commit 8d21a1d

Browse files
author
hakonk
committed
fix: set path for react native lib in podfile
1 parent 8bf6662 commit 8d21a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
platform :ios, '11.0'
33

44
target 'AppAuthExample' do
5-
pod 'AppAuth', '>= 0.91'
5+
pod 'RNAppAuth', :path => '../../ios/'
66
end

0 commit comments

Comments
 (0)