You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/SWIFT.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
## Swift
2
2
3
-
React Native Brownfield provides first-class support for Swift. You just need to add `use_frameworks!` on top of your `Podfile`, however if you'd like to use Objective-C API via bridging header, you can omit that step.
3
+
React Native Brownfield provides first-class support for Swift.
4
+
5
+
### `use_frameworks!` support
6
+
7
+
It is possible to build `react-native-brownfield` with `use_frameworks!` directive in CocoaPods as long as `React` can be built this way.
8
+
9
+
| React Native version |`use_frameworks!` compatibility |
0 commit comments