Alireza Sharghi
Alireza Sharghi
> Bug still present. We have tried adding duration="0" (bound and unbound) to the transition elements (plus the class that gets stuff done), adding fake classes to the or the...
After many hours of wrestling with my code I found out that the issue was the way components was passed to the navigation method. From the Vue Drawer template we...
You can try using `UILaunchScreen` instead of `UILaunchStoryboardName` In my Info.plist I now have: ``` UILaunchScreen UIImageName LaunchScreen.Center UIImageRespectsSafeAreaInsets ``` The image does not keep aspect ratio, so I'm still...
Hi @rigor789 and @NathanWalker This is really affecting the feel and impression of NS apps. Is there anything I can do to help with fixing this? I have an iPhone...
For me it worked with creating the apk with: `ns build android --compileSdk 30` In case someone comes over this error and does not need to compile with 31 yet
@EddyVerbruggen help?
Maybe @NathanWalker or @rigor789 have some tips?
I used this source to patch the file in node_modules https://opensource.christmas/2019/4 with @lucasumberto code
I'm currently using this one for Stripe: https://github.com/triniwiz/nativescript-plugins/tree/master/packages/nativescript-stripe But would be nice to have one single plugin for payment
Bumping this @manijak