Ivan Sarokin

Results 8 comments of Ivan Sarokin

I have checked the source code and see why it does not work The `api.finally` supports async callback ![image](https://user-images.githubusercontent.com/13423093/89311563-d53d2900-d67e-11ea-90db-993be2e10510.png) But the method `res.send` does not wait for the async method...

It works if we do the next changes: 1. ![image](https://user-images.githubusercontent.com/13423093/89313925-bb511580-d681-11ea-936a-f99df2022730.png) 2. ![image](https://user-images.githubusercontent.com/13423093/89313990-cd32b880-d681-11ea-8bd1-af66ebace5d0.png)

There is a way how to do some `async` operations in finally. 1. Use `callback` from lambda function ```javascript module.exports.handler = (event, context, callback) => { api.run(event, context, callback) }...

It is easier to use and update this library. https://github.com/ptomasroos/react-native-scrollable-tab-view

@Hugo-Meiring Probably you use modules that were removed from `react-native`. For example `ViewPagerAndroid `

@divyaswormakai Hey man, would be great if you share the results of your work, how did you solve your issue and maybe you have an implementation...

@bhaskarathma Hey hey, sorry, but I can not now support this project as too busy and I am not working with react-native projects already few years.... If you can implement...