Skip to content

Commit 300def8

Browse files
authored
Merge pull request #43 from suark/master
Update podspec to allow auto-linking for RN 60 and up
2 parents 90342fe + 8b6ab1b commit 300def8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RNSha256.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,swift}"
1818
s.preserve_paths = "**/*.js"
1919

20-
s.dependency 'React'
21-
end
20+
s.dependency 'React-Core'
21+
end

0 commit comments

Comments
 (0)