Behemoth

Results 22 comments of Behemoth

Hi.@tsiva. can you share link for that? I also had issue with that right now

1. config transaction according to sample. 2. if that's just transaction, use let result = try? tx!.send() 3. that's just view method, use call.

any update for that?

it's very important part.

![image](https://user-images.githubusercontent.com/62229912/150895034-d362ef9f-a416-400d-b9c6-a9e25065e625.png)

solution is simple. collectionView.collectionViewLayout.invalidateLayout() collectionView.scrollToItem(at: index, at: .centeredHorizontally, animated: false) This is working well.

is there any progress on this problem?

Thank you. I've tried to implement closed solution but it is not working. I'm developing quiz app right now. Just replaced this role native module -> CupertinoActionSheetAction implementation code. disabled...

![image](https://user-images.githubusercontent.com/62229912/115923996-c950fb80-a487-11eb-8953-6eb764a4c6a7.png)

I've implemented Navigator.of(context).pop(). If I click one time, it does not closed and navigate parent widget. so screen move to previous screen. ![image](https://user-images.githubusercontent.com/62229912/115924313-3a90ae80-a488-11eb-89fd-fdeecbf1e54a.png)