Skip to content

Commit 0ba7726

Browse files
authored
fix: autolinking when using Xcode 12 (#442)
1 parent 9823e89 commit 0ba7726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNCAsyncStorage.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com./react-native-community/react-native-async-storage.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

18-
s.dependency 'React'
18+
s.dependency 'React-Core'
1919
end

0 commit comments

Comments
 (0)