cawfree
cawfree
Hey @todd-elvers, thanks for raising this. Honestly, you are absolutely _murdering_ this repo (in the best way possible)! I really like your solution, although I agree that it does overcomplicate...
Bumped into something similar. During `onPanResponderGrant`, a `PanResponder` makes a call to `createInteractionHandle` which effectively blocks all calls to `runAfterInteractions` until the handle has been cleared. The value of the...
Hey @RageBill, sorry for the delay in getting back to you. Hope this didn't cause you too much frustration. I'd be more than happy to incorporate TypeScript support, unfortunately I'm...
@RageBill That's wicked man, thank you for understanding! Sounds like a plan. 👍 Please don't feel obligated to do too much, I'm more than happy to build on your foundations...
Under `Deployment`, make sure that your project's `iOS Deployment Target` matches `EXBlur` (on my environment, `9.0.3` expected `iOS 11.0`).
Hmm, that's strange. Thanks very much for raising. It'll be stuck on `loading` because it's failing to interact with the deployed contract (does it get deployed? can you see the...
@blixit Thanks for suggesting the fix; can you submit a PR or show your changes so I can deploy a fix here? 🙏
When it refers to JSON RPC, it is failing to connect to a local hardhat node which is running a simulated local blockchain. It should get started by [this line](https://github.com/cawfree/create-react-native-dapp/blob/bf42dd1513875c52cb87890b46b6d84301d5a59d/src/buidler/index.ts#L306)...
Thanks for that! This looks okay (assuming that you opened and dismissed the QRCodeModal on launch), and appears to verify that the original issue was due to the hardhat node...