Giovanni Di Grezia
Giovanni Di Grezia
unfortunatelly this plugins doesn't work with the latest versions
Is there any way to achieve this behaviour? var nested = speechOutput.phoneme('ipa', "ra.\"ga.tsi", 'ragazzi') speechOutput.emphasis('moderate',nested );
iresign doesn't sign internal app components and ios doesn't allow the installation. here my solution to the problem. http://www.xgiovio.com/blog-photos-videos-other/blog/resign-your-ios-ipa-frameworks-and-plugins-included/
Hello, In react native, for example using expo fs to write a file or sqllite to write to db, i receive this error `[Error: Exception in HostFunction: unordered_map::at: key not...
``` async function argon2(password){ try{ return await a2.hash(password.normalize("NFD"), { type: a2.argon2id, //hybrid memoryCost: 2 ** 16, //64MB per thread hashLength: 32, timeCost:10, parallelism:4, saltLength:32, raw: false }); }catch(err){ return null;...
### What's happening? On https://github.com/margelo/react-native-quick-crypto/blob/main/packages/react-native-quick-crypto/src/ed.ts Is return Promise missing on line 19? ### Reproducible Code ```tsx var ed1 = new Ed('ed25519', {}); var p = await ed1.generateKeyPair(); const priv =...