All Projects â†’ NativeScript â†’ Nativescript App Templates

NativeScript / Nativescript App Templates

Licence: apache-2.0
Monorepo for NativeScript app templates

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Nativescript App Templates

Expo Native Firebase
🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
Stars: ✭ 197 (+82.41%)
Mutual labels:  quickstart, app, template
Navigationtabbar
Navigation tab bar with colorful interactions.
Stars: ✭ 4,907 (+4443.52%)
Mutual labels:  navigation, tab
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (+283.33%)
Mutual labels:  app, template
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+428.7%)
Mutual labels:  cloud, quickstart
Stts
A simple macOS app for monitoring the status of cloud services
Stars: ✭ 340 (+214.81%)
Mutual labels:  cloud, app
Medusa
Android fragment stack controller
Stars: ✭ 395 (+265.74%)
Mutual labels:  navigation, tab
Material Bottom Nav
A bottom navigation bar adhering to the Material Design specification.
Stars: ✭ 41 (-62.04%)
Mutual labels:  navigation, tab
nativescript-vue-multi-drawer
A NativeScript-Vue component for creating multiple side drawers (4 sides supported)
Stars: ✭ 45 (-58.33%)
Mutual labels:  drawer, nativescript
Chromeliketabswitcher
Provides a tab switcher similar to the one, which is used in Google Chrome on Android
Stars: ✭ 1,177 (+989.81%)
Mutual labels:  navigation, tab
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (-25%)
Mutual labels:  app, template
Gomplate
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
Stars: ✭ 1,270 (+1075.93%)
Mutual labels:  cloud, template
Hotels
酒店预订App
Stars: ✭ 323 (+199.07%)
Mutual labels:  app, navigation
Swiggyui
A Swiggy UI Clone Flutter App.
Stars: ✭ 258 (+138.89%)
Mutual labels:  app, template
Framework7 Template Vue Webpack
Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
Stars: ✭ 399 (+269.44%)
Mutual labels:  app, template
react-native-navigation-drawer-extension
Drawer API built on top of wix react-native-navigation for iOS and Android (with TypeScript!)
Stars: ✭ 151 (+39.81%)
Mutual labels:  navigation, drawer
Openlauncher
Customizable and Open Source Launcher for Android
Stars: ✭ 945 (+775%)
Mutual labels:  app, drawer
React Native Navigation Drawer Extension
Drawer API built on top of wix react-native-navigation for iOS and Android (with TypeScript!)
Stars: ✭ 98 (-9.26%)
Mutual labels:  navigation, drawer
react-native-navigation-drawer-layout
React Native library to generate navigation drawer layout.
Stars: ✭ 26 (-75.93%)
Mutual labels:  navigation, drawer
drawer-with-bottom-navigation-architecture
Sample android kotlin project with both drawer and bottom navigation together
Stars: ✭ 42 (-61.11%)
Mutual labels:  navigation, drawer
Compass
A Minimal Compass iOS App 🧭
Stars: ✭ 67 (-37.96%)
Mutual labels:  app, navigation

NativeScript App Templates

App templates help you jump start your native cross-platform apps with built-in UI elements and best practices. Save time writing boilerplate code over and over again when you create new apps.

This monorepo contains the following NativeScript app templates:

Get Help

The NativeScript framework has a vibrant community that can help when you run into problems.

Try joining the NativeScript community Slack. The Slack channel is a great place to get help troubleshooting problems, as well as connect with other NativeScript developers.

If you have found an issue with this template, please report the problem in the NativeScript repository.

Contributing

We love PRs, and accept them gladly. Feel free to propose changes and new ideas. We will review and discuss, so that they can be accepted and better integrated.

Releasing

This monorepo uses Lerna to manage packages and their releases.

Install the dependencies in the root of the repo with

$ npm i # or yarn

To list which packages have been changed since the last release

$ npx lerna changed

This will print something like this

lerna notice cli v3.14.2
lerna info versioning independent
lerna info Looking for changed packages since [email protected]
lerna info ignoring diff in paths matching [ 'ignored-file', '*.md' ]
tns-template-hello-world-ng
lerna success found 1 package ready to publish

To manually specify version for each package interactively run

$ npx lerna version

This should prompt the new version number for every changed package.

To release the packages, run

$ npx lerna publish

If you want to bump and publish at the same time,

$ npx lerna publish

will also prompt the new version interactively and then publish the package to npm.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].