Skip to content

lbphone/lb-phone-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LB Phone - App Templates

This repository contains templates for LB Phone apps, showcasing most functions provided by LB Phone.

Templates

Documentation

Custom apps in LB Phone automatically include access to a few functions and variables. Please note that when you use react, you need to use the window. prefix for these functions and variables.

The variables are:

  • resourceName - The name of the custom app resource, use this when fetching data.
  • appName - The app identifier, useful for notifications.

For a full list, see LB Phone documentation.