Arda Senturk

Results 3 comments of Arda Senturk

in /services/http.service.js replace the password part password: credentials.password, with the following: enc_password: '#PWD_INSTAGRAM_BROWSER:0:{time}:'+credentials.password, Insta changed the login methods

Unfortunately I have the same problem. If I delete `removeClippedSubviews` or `stickyHeaderIndices` prop, the problem disappears. But if I don't add this prop, `SectionList` is constantly refreshing itself and the...

I was able to solve the problem by using FlashList instead of SectionList. Of course, I had to edit the data a bit to create sectionHeader in FlashList.