Momen Zalabany

Results 14 comments of Momen Zalabany

This issue also happen with react-navigation, I guess disable link before pushing is answer. Yet a quick hotfix can be monkey patching history.push & pop and denounce them for 100ms...

+1 still not working on .49

workaround is to wrap modal content with Touchable component // The component's content goes here this.onSwipe(direction, state)} onSwipeUp={(state) => this.onSwipeUp(state)} onSwipeDown={(state) => this.onSwipeDown(state)} onSwipeLeft={(state) => this.onSwipeLeft(state)} onSwipeRight={(state) => this.onSwipeRight(state)} config={config}...

a simple 2 edits are enought to do. public/manifest.json ``` { "short_name": "Wakatime", "name": "Waka Time Dashboard", "icons": [ { "src": "favicon.ico", "sizes": "192x192", "type": "image/png" } ], "start_url": "./index.html",...

i got same results on IOS, is it possible to introduce a something like "release memory" function example in FastImage we use `FastImage.clearMemoryCache()` after the component unmount to clear the...

it work out of the box just use ``` npm i -g @storybook/cli nwb new react-component nameOflib cd nameOflib getstorybook ```` this will install and start storybook @ 6006 port...

@kylemh should that be a problem ? given storybook is a dev dependency anyway

i agree, i can help with this if its accepted

this is so important to me too. since i'm using yarn workspace and split every part of my app into libraries, most of the time i'm working in 2+ library...