/ns-ui-listvue-ios-crash-example

Project that showcases RadListView crashing on iOS in a Vue project when orientation changes.

Primary LanguageJavaScript

NativeScript-Vue Application

A native application built with NativeScript-Vue

Usage

# Install dependencies
npm install

# Build for production
tns build <platform> --bundle

# Build, watch for changes and debug the application
tns debug <platform> --bundle

# Build, watch for changes and run the application
tns run <platform> --bundle