WeeCoopTech

Results 4 comments of WeeCoopTech

Any solutions ? Noone? I have the same problem.

I don't know if you have this at the end of your file : export default **withKeyboardAwareScrollView**(fileName); If you remove it, the bug disappear.

Hello, I managed to do it with this : Add this to your TimedSlideshow : ` renderCloseIcon= {() => {styles.closeImgWrapperSlideshow, styles.closeImgWrapperSlideshow, null}}` and in style : ``` closeImgWrapperSlideshow: { position:...

Maybe it will help someone else, I found a solution this way : ``` { styles.closeImgWrapperSlideshow, styles.closeImgWrapperSlideshow, null; }} /> {i18n.t("Actus.text")} ```