I followed these steps to integrate :-
and then in package.json ->
dependency {
"BlackBerry-Dynamics-for-React-Native-Base": "file:../../node_modules/BlackBerry-Dynamics-React-Native-SDK/modules/BlackBerry-Dynamics-for-React-Native-Base"
}
While building the react-native iOS app I am getting this issue :-
error Could not find the following native modules: BbdRNBase. Did you forget to run "pod install" ?
Once I moved to my iOS folder and run pod install I am facing issue like :-
[!] Unable to find a specification for `BlackBerryDynamics` depended upon by `BbdRNBase`
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
My react-version is 0.64 Xcode version is :- 12.1