-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Inconsistency of versions in example app and on the npm repository #14
Comments
Hi @krzysztofzaluski When integrating the Telematics SDK into React Native, you’re using a wrapper that connects the native SDKs to the native parts of React Native apps. To utilize the Once you’ve installed the SDK in your app, you’ll need to create a bridge between the native SDK and React Native. You can refer to the existing methods as examples for building this connection. We’re currently working on releasing a new version of the SDK for both iOS and Android. The React Native wrapper, along with a demo app, is expected to be updated by February. |
@telematicsgig thank you for your reply. I have additional question: when I try to
|
@krzysztofzaluski Request: Expected response:
|
Hi,
In the example application I see the use of a method such as:
TelematicsSdk.startPersistentTracking()
but in the latest version from npm repository:
https://www.npmjs.com/package/react-native-telematics
which is1.0.10
there is no such method.Will you update the npm repo version?
Best regards
The text was updated successfully, but these errors were encountered: