Skip to content

Commit e9de193

Browse files
committed
Link to RN issue involving use_frameworks! with RN 0.60
1 parent ac28921 commit e9de193

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ protected List<ReactPackage> getPackages() {
118118
##### iOS
119119

120120
**iOS imports have changed**
121-
Note that `use_frameworks!` currently does not work with RN 0.60. Regardless of
121+
Note that `use_frameworks!` currently does not work with RN 0.60. See
122+
https://github.com/facebook/react-native/issues/25349. Regardless of
122123
that setting, in Objective-C, use:
123124

124125
```Obj-C
@@ -216,7 +217,8 @@ If you have `use_frameworks!` in your Podfile, you may simply use a Swift
216217
import.
217218

218219
Note that as of RN 0.60.3, it is not possible to `use_frameworks!` with
219-
native modules. A bridging header will be required for all RN dependencies.
220+
native modules. See https://github.com/facebook/react-native/issues/25349. A
221+
bridging header will be required for all RN dependencies.
220222
See [webview_example_native_ios] for an example of a Swift app that
221223
uses a bridging header for React Native as well as an external Swift pod.
222224

docs/version-4.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ If you are using Objective-C, you can use:
7171

7272
This form is independent of other build options. Clang will automatically
7373
convert it to `@import RNBranch;` whenever possible. As of version 0.60.3,
74-
react-native does not support `use_frameworks!` in a Podfile. Once that is
74+
react-native does not support `use_frameworks!` in a Podfile. See
75+
https://github.com/facebook/react-native/issues/25349. Once that is
7576
supported, the same `#import <RNBranch/RNBranch.h>` will still work. However,
7677
with `use_frameworks!` you will also have the option to explicitly use
7778
`@import RNBranch;`.

0 commit comments

Comments
 (0)