I have been working in react native for 1 month. I have developed the react native code with Carousel framework and it is working fine in Android and iOS too. But in iOS carousel is working in all other devices except iPhoneX(items in carousel not pointing).
I am not sure whether it is functionality issue or some permission issue. Can u guys help me?
I thought that maybe I have wrongly pointed carousel item index but it is working for other devices. I have updated carousel item index in "componentDidMount"
Thanks in advance.