Aiden Rourke

Results 3 comments of Aiden Rourke

Hey all, the error I get when trying to use `window.lockdown()` with react is ``` index.js:1 failed to delete intrinsics.Array.@wry/context:Slot of type function: (TypeError#1) ```

@kumavis btw I think what you're doing with lavamoat is super cool. To answer your question, I experienced the error even with a stock create react app. Last time I...

I was able to get this thing working in React Native. This is what I did: 1. Forked https://github.com/elsehow/signal-protocol/ 2. Changed `node_pollyfills.js` to use ``` var crypto = require('isomorphic-webcrypto'); module.exports...