You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But there is few phone where the image not shown. I tested on Sony Xperia XZ, OnPlus 3G and it was there, but on OnePlus 2 it isn't. The other images which is loaded on the same way to the application (like const logo = require('../media/logo.png');) working properly only the renderTitle have this error.
Do you have any idea why is it happening?
The text was updated successfully, but these errors were encountered:
I didn't found any stable version under v4. I got the BackHandler error like the #1894 and I think it is using newer React Native which is breaking some other dependency.
Thank you, but I think currently my application not supporting the v4.
"react-native-router-flux": "3.38.0"
I rendered the title as an image:
But there is few phone where the image not shown. I tested on Sony Xperia XZ, OnPlus 3G and it was there, but on OnePlus 2 it isn't. The other images which is loaded on the same way to the application (like
const logo = require('../media/logo.png');
) working properly only the renderTitle have this error.Do you have any idea why is it happening?
The text was updated successfully, but these errors were encountered: