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
I'm working on an app with Scandit, and am working on including the appropriate licenses in my app. It looks like the docs here are using a component from another file that lists a function call of DataCaptureContext.openSourceSoftwareLicenseInfo().
At the same time, based on the docs (and what works), it seems that the call in React Native is DataCaptureContext.getOpenSourceSoftwareLicenseInfo(). I'd submit a pull request, but that could create a variety of complications depending on how you structure the docs.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I'm working on an app with Scandit, and am working on including the appropriate licenses in my app. It looks like the docs here are using a component from another file that lists a function call of
DataCaptureContext.openSourceSoftwareLicenseInfo()
.At the same time, based on the docs (and what works), it seems that the call in React Native is
DataCaptureContext.getOpenSourceSoftwareLicenseInfo()
. I'd submit a pull request, but that could create a variety of complications depending on how you structure the docs.Thanks!
The text was updated successfully, but these errors were encountered: