Batuhan Saygılı

Results 12 comments of Batuhan Saygılı

Hello @av089 , Can u try inside "layoutSubviews" method?

I have same issue. did u fix it?

@BlackBlock88 can you install https://www.npmjs.com/package/react-native-crypto ? I guess, it'll fix it.

Did u do all stage on the description? @BlackBlock88

Yeap, I fixed. it's working now.

I just followed this steps. (https://www.npmjs.com/package/react-native-crypto). I don't use expo. but I don't think so, this issue not about expo. ``` npm i --save react-native-crypto # install peer deps npm...

did you solve problem ?

Actually, I asked a different question. I don't wanna use to drag cells between multiple table views. I use as a single each tableviews. Only I have two table views....

I added reorder delegate for both tableviews on the same view controller. I mean yes

Exactly, like this. If drag cells from row (1,2,3,...) to 0, this fuction doesnt work. but it work from row 0 to 1 or row 2 to 3 etc.