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
Hi there—I'm working on a mobile app in React Native (using the Expo platform) that connects via Bluetooth to a radio module called an XBee. The XBee uses SRP to authenticate, but I'm unsure yet how exactly to use this library in this case.
I'm trying to import the library in ES6 (again, this is a React Native project): import { srpClientFactory } from 'thinbus-srp';
Do you have any tips on how to use this library in Expo/React Native? I see there's a fork called react-native-thinbus-srp where they appear to have fixed this, but I'm not sure how to use that fork since it's not on npm.
The text was updated successfully, but these errors were encountered:
Hi there—I'm working on a mobile app in React Native (using the Expo platform) that connects via Bluetooth to a radio module called an XBee. The XBee uses SRP to authenticate, but I'm unsure yet how exactly to use this library in this case.
I'm trying to import the library in ES6 (again, this is a React Native project):
import { srpClientFactory } from 'thinbus-srp';
But I'm getting bogged down with some dependency issues (see here: https://stackoverflow.com/questions/68959162/using-the-crypto-node-lib-in-a-react-native-project).
Do you have any tips on how to use this library in Expo/React Native? I see there's a fork called
react-native-thinbus-srp
where they appear to have fixed this, but I'm not sure how to use that fork since it's not on npm.The text was updated successfully, but these errors were encountered: