Nabs
Nabs
Got this on Android only after upgrading from RN 0.61 to RN 0.63. I guess this came from an update in Metro Bundler. https://github.com/ptomasroos/react-native-scrollable-tab-view/blob/master/index.js#L3 This seems totally unnecessary and kind...
Hi everyone, the above patch did work perfectly for us for more than a year on an app with 30k + users. The problem is here: https://github.com/ptomasroos/react-native-scrollable-tab-view/blob/master/index.js#L3 The weird destructuring...
I also had this problem but could only solve it by removing `react-native-community/viewpager` as a top-level dependency. Not even setting the same version `2.0.2` worked. I was using it for...
@zmnv the only thing that worked for me was removing one of the conflicting deps. Try open the `node_modules` folder in Sublime or other text editor and search the entire...
Yeah it's painfully close, but not usable in production. At my company we are implementing a click to move up / down mode as a semi-graceful fallback on RN web
Hi there, a bugfix has been pushed to `master` for this, but the owner @gitim did not publish a new version on npm yet. https://github.com/gitim/react-native-sortable-list/commit/78c8ec0e66ba792784131065fbeab3f365deb0dc Point your package.json to the...
Thanks @TQCasey ! We also ran into this problem. Just wondering, why is this happening to some people? Our versions: - React Native Web 0.13.16 - React Native 0.63.3
Oh yeah, because I'm using `react-native-fast-image`. Will dig more and write up here if it's more of an issue there or here.
Hi all, please check back in a couple of days when v0.8 is released and let me know if the problem persists.