Peter Chibunna
Peter Chibunna
This json is not flat.
I guess chrome blocks the script from being loaded. Could you add the ability to re-init when the page or container resizes, and also I think it'll be better not...
https://github.com/jaz303/boxy/pull/10 should take care of that.
Did you rebuild your application? Maybe the Native dependencies have not been linked or you've not installed the dependencies like react-native-art.
I hope you didn't forget to install `@react-native-community/art` ?
I can replicate this. I thought that if you don't have a `centerElement` on the `Toolbar` was causing this but it happens regardless.
It's been implemented but I don't think the patch is released yet. https://github.com/xotahal/react-native-material-ui/blob/master/src/BottomNavigation/BottomNavigationAction.react.js#L120
The speed and performance has become highly terrible. There used be the swiping effect when `swiper.swipeRight()` is called programmatically. Now it's no more. Tried the example and there is this...
`source: require('yourApp/image.png'), dimensions: { width: 150, height: 150 }`. You don't have that image. Remove it from the array of images. It was simply a reference to how to use...
I was able to resolve this by installing pypeg2 not by pip but using `apt` `sudo apt install python3-pypeg2` Then restart odoo service (maybe not necessary though)