mukaschultze / nativescript-windowed-modal

Consistent modals for Android and iOS
https://www.npmjs.com/package/nativescript-windowed-modal
Apache License 2.0
47 stars 18 forks source link

Enable passing ios.presentationStyle options with Vue #9

Closed lochstar closed 5 years ago

lochstar commented 5 years ago

What is the current behavior?

Passing ios: { presentationStyle: 5 } has no effect with Nativescript-Vue.

What is the new behavior?

Option is now passed and the user can alter the iOS UIModalPresentationStyle property.