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.
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 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.
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
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.