React Native iOS Usage - Manual
Objective
Implement the iOS Bubbl Plugin manually into a React Native app that does not use Cocoapods.
Audience
React Native App Developer
To begin using the Bubbl API the Bubbl.xcframework file needs to be added to the project. Currently this must be done by dragging the framework file into XCode.
This will show the following prompt:
Ensure the Copy items if needed checkbox is checked.
After the framework has been added to the project, ensure it is also added to the list of Frameworks, Libraries and Embedded Content and choose Embed without Signing.
The Bubbl framework is a universal framework, designed to run on simulators and devices.
Updated over 1 year ago