37

In iOS, React Native support CocoaPods for Objective-C and Swift code.

Is there any way to bring 3rd party libraries via Swift Package Manager?

gran33
  • 12,421
  • 9
  • 48
  • 76

1 Answers1

2

You can perfectly add SPM to iOS project inside your React Native solution. Treat it as a common iOS dependency. You can present any viewControllers from rootViewController

Vladimir
  • 345
  • 1
  • 13