Commit 8b6ab1b
authored
Update podspec to allow auto-linking for RN
facebook/react-native#25553 (comment)
Referencing from this comment, the fix is to update the:
`s.dependency 'React'` to `s.dependency 'React-Core` to make everything auto-link properly in iOS.
All react-native libraries with native iOS code should be doing this to keep up to date with the requirements in react-native 60 and up.1 parent 90342fe commit 8b6ab1b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
0 commit comments