rtman
rtman
@cryptod00c can you share your implementation you mentioned earlier? > Awesome library and fantastic examples - thanks for open sourcing this. I have a pretty straightforward multi chain wallet connection...
also seeing this, @marcellodesales @NoahZinsmeister any more thoughts on this one?
that works thanks!
I believe its a version issue, try this in your dependencies. `package.json` ``` "dependencies": { "@exponent/ex-navigation": "^1.5.29", "babel-preset-react-native-stage-0": "^1.0.1", "firebase": "^3.4.0", "react": "15.3.2", "react-native": "0.40.0", "react-native-gifted-chat": "0.0.10", "react-native-loading-spinner-overlay": "^0.3.0" }...
@jgeary Ok, I can live with just packaging up the abis and then generating types from there. Not ideal imo, but its better than copy pasting abi updates then generating...
I am also experiencing choppy and glitchy animation.
@huozhi Ive just tried this and am not seeing any diff or component stack. Is this only for app router (we are using pages). Is there something that I need...
any progress on this issue? Having this problem with yarn workspaces.
@Haroenv @mthuret Is there any update to this? I'm encountering what looks like an infinite loop issue when wrapping a set of `refinementList` widgets with `connectStateResults`. The intent is to...