App building using Hype

Does anyone know if you can build apps in Hype?
And my other question - could I design the app in Hype and export it for a developer using Xamarin (.net language)?

It's possible. I created “Wrapping” an export script to turn a Hype project into an iOS and macOS app. (Xcode projects)

1 Like

For Xamarin, you would be using a regular ‘webview’ to display your Hype content: Xamarin.Forms WebView - Xamarin | Microsoft Docs

If you are loading your Hype document from a server, make sure you are loading it over https.