React Native Navigation titleImage - react-native

I am using react native navigation and I have titleImage set.That image scales correctly on my iOS 6Plus but I have a friend who has the same phone but does not scale correctly. The image tries to come below the line of the title and cover up some of the components below.Does anyone have the same issue?
Thanks

Related

How to display loading icon in IOS app as Google analytics using React Native?

In google analystics, when we scroll down screen, we will see loading icon as below.
1.
I want to display it in my ios app using react native. in android, it is default icon but i dont know how to display it in ios. pls help me.

How to test react native screen UI on different screen from one mobile

I am new to react native. my question is. what is smart way to test your react native screen UI on different mobile size screen with only one mobile. please help thanks

Native Base components are showing blank page in react native android

Native base components showing blank page in react native android but when i am using react native components like View or Text then its work. Please help me. I think there are versioning issue.

How to make marquee in react native?

I am new in react native , I want to scroll the image continuously top to bottom and vice-versa in react native.
We can scroll image in html using marquee tag.
E.g.,
<marquee behavior="scroll" direction="up">
<img src="../t1.png"/>
</marquee>
Similar thing I want to achieve in react native.
Is it possible in react native or not ? I don't know how.
Can any one guide me?
Thanks.
use react native animated api. it is possible with it.
try this --- https://medium.com/react-native-training/react-native-animations-using-the-animated-api-ebe8e0669fae

Dots Progress Bar in react native

developers.
I was trying to implement 4 dots progress bar in my react native apps.
I have found native android source about it, but never see it in react native.
Is anyone know how to do it?
Please let me know.
Regards.