Janez Čadež
Janez Čadež
Happened to me too, I think it has to do something with a version of Electron. If I used version 3.0.3 it would crash on Linux Mint (Debian based). If...
Hey @aggarwalankush , I have some spare time and can help you with development of some of these features. I think that Ionic 3 has support for lazy loading now,...
@aggarwalankush Great work on improving the lazy loading, man!. I would like to try with i18n implementation. I once contributed to ionic-super-starter template pack and they used ng-translate (https://github.com/driftyco/ionic-starter-super).
I'm on Linux Mint and cannot see the icon. I think Linux icon is generated from icns for Mac and it is corrupted or wrong size.
I also noticed there is the same issue with opening the app in development when I try to use dynamic variable in iOS => Info.plist for CFBundleUrlSchemes key. ` CFBundleURLSchemes...
Added a reproducible example repo: https://github.com/jamzi/expo-variables-scheme-repro @brentvatne
@charliecruzan-stripe Hey Charlie, we are using Setup Intent ([future payment](https://stripe.com/docs/payments/setup-intents) instead of immediate payment intent on the server. The NodeJS call for stripe.setupIntents.create does not include currency or amount. Currently...