Results 14 comments of Onur Var

Probably abondoned library, (has some conflicts to be resolved)

a bit too late but did you enable parallax efects ? that maybe causing it

@pmadruga, I believe this is a concurrency problem. It seems like ```executeTask``` is returning a promise, but on ```index.js``` we're not waiting promise to resolve/reject. ```javascript if (options.getWipeiOSBuild()) { executeTask(tasks.wipeiOSBuildFolder);...

Hi @pmadruga for the alpha version. I was able to test the alpha2 version and I think we're on right direction. I tested alpha version by applying some extra console...

I've tested alpha4 and it seems like there is a problem in the order of autoTasks list: ``` const autoTasks = [ tasks.wipeiOSBuildFolder, tasks.wipeiOSPodsFolder, tasks.wipeSystemiOSPodsCache, tasks.wipeUseriOSPodsCache, tasks.wipeAndroidBuildFolder, tasks.watchmanCacheClear, tasks.wipeTempCaches, tasks.wipeNodeModules,...

> > I've tested alpha4 and it seems like there is a problem in the order of autoTasks list: > > ``` > > const autoTasks = [ > >...

Hi @eugenehp , Thanks for this awesome library. Any updates with the draft version ? Best regards

Hi, I faced the same issue and these are the things I found so far. `onOpenUrl` works fine if the app is already installed. But if the app is not...

It's already mentioned in Gemfile but please make sure you're using `cocoapods` version is lower `1.15`