diff --git a/example/src/App.tsx b/example/src/App.tsx index 1d16fa0..f242d86 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -110,6 +110,11 @@ export default function App() { }); }; + const signWithCose = async () => { + const mockedMessage = 'A plain text to be signed'; + await ProximityManager.signMessage(mockedMessage); + }; + const handleAndroidPermissions = () => { if ( Platform.OS === 'android' && @@ -169,6 +174,7 @@ export default function App() { {(isStarted && ( <>