Nathan Charles

Results 5 comments of Nathan Charles

I had this issue once and almost pulled my hair out and i deleted the metamask app and re-installed then worked fine. Metamask mobile app is garbage just read the...

I had to set my IDB binary location to -> /Library/Frameworks/Python.framework/Versions/3.7/bin/idb

I got this same error with expo 51 using `@gluestack-ui/themed` when I tried to use `@gluestack-style/babel-plugin-styled-resolver` plugin. I noticed using certain tags caused the app to crash for example using...

I run into this same issue I had to update path like below and seem to fix issue on eas build ``` "cache": { "key": "turbo", "paths": [ "../../.turbo/cache" ]...

I had to add this line in package.json in native app to use nativewind but only issue i had was when building on eas and this seem to work `"postinstall":...