iOS | diff --git a/docz/docs/03-demos/05-mobile/02-nativescript.md b/docz/docs/03-demos/05-mobile/02-nativescript.md index b45f2be..9e027f2 100644 --- a/docz/docs/03-demos/05-mobile/02-nativescript.md +++ b/docz/docs/03-demos/05-mobile/02-nativescript.md @@ -1,5 +1,6 @@ --- -title: NativeScript +title: Native Sheets in NativeScript +sidebar_label: NativeScript pagination_prev: demos/static/index pagination_next: demos/desktop/index sidebar_position: 2 @@ -10,14 +11,25 @@ sidebar_custom_props: import current from '/version.js'; import CodeBlock from '@theme/CodeBlock'; -The [SheetJS NodeJS Module](/docs/getting-started/installation/nodejs) can be -imported from any component or script in the app. +export const g = {style: {color:"green"}}; +export const r = {style: {color:"red"}}; +export const y = {style: {color:"yellow"}}; + +[NativeScript](https://nativescript.org/) is a mobile app framework. It builds +iOS and Android apps that use JavaScript for describing layouts and events. + +[SheetJS](https://sheetjs.com) is a JavaScript library for reading and writing +data from spreadsheets. + +This demo uses NativeScript and SheetJS to process and generate spreadsheets. +We'll explore how to load SheetJS in a NativeScript app; parse and generate +spreadsheets stored on the device; and fetch and parse remote files. The "Complete Example" creates an app that looks like the screenshots below:
---|
iOS | -Android | +iOS | +Android |
---|---|---|---|
![iOS screenshot](pathname:///nativescript/ios.png) @@ -28,11 +40,39 @@ The "Complete Example" creates an app that looks like the screenshots below: |
+✔ Getting environment information{'\n'} +{'\n'} +No issues were detected.{'\n'} +✔ Your ANDROID_HOME environment variable is set and points to correct directory.{'\n'} +✔ Your adb from the Android SDK is correctly installed.{'\n'} +✔ The Android SDK is installed.{'\n'} +✔ A compatible Android SDK for compilation is found.{'\n'} +✔ Javac is installed and is configured properly.{'\n'} +✔ The Java Development Kit (JDK) is installed and is configured properly.{'\n'} +✔ Getting NativeScript components versions information...{'\n'} +✔ Component nativescript has 8.6.0 version and is up to date. ++ +
+✔ Getting environment information{'\n'} +{'\n'} +No issues were detected.{'\n'} +✔ Xcode is installed and is configured properly.{'\n'} +✔ xcodeproj is installed and is configured properly.{'\n'} +✔ CocoaPods are installed.{'\n'} +✔ CocoaPods update is not required.{'\n'} +✔ CocoaPods are configured properly.{'\n'} +✔ Your current CocoaPods version is newer than 1.0.0.{'\n'} +✔ Python installed and configured correctly.{'\n'} +✔ The Python 'six' package is found.{'\n'} +✔ Xcode version 15.0.0 satisfies minimum required version 10.{'\n'} +✔ Getting NativeScript components versions information...{'\n'} +✔ Component nativescript has 8.6.0 version and is up to date. ++ +