@glideco/ows-react-native. Its demo backend returns fixed addresses, a placeholder public key and a fake signature. It does not generate hardware-backed keys or verify a payment on-chain.
Read the example
Start withexamples/embed-ows-react-native/App.tsx in the product repository. Follow that example’s dependency and platform setup instructions.
The example:
- Implements
OwsSignerBackendwithgetAddress,getPublicKeyandsign. - Calls
buildGlideOwsWalletwith that backend and selected chains. - Refreshes the wallet accounts.
- Registers the wallet with
registerGlideOwsWallet. - Displays a demo signing result when you choose Demo: sign a message.
Supply a real signer
For real signing, implement a backend appropriate to the selected chain and signing algorithm. The example’sios/setup.md and android/setup.md describe native integration patterns; they are not prebuilt Secure Enclave or StrongBox modules.
Verify device support, key storage, user confirmation, signature encoding and chain compatibility in your implementation. Do not treat the demo signature or a simulator run as proof of hardware protection.