0.0.2 • Published 6 months ago

com.brixip.iasys.util.library v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Brix Utils Helper Package

  • To install the package npm install com.brixip.iasys.util.library

Using Constants

import { Constants } from "com.brixip.iasys.util.library";
const BASE_URL = Constants.ADMIN_BASE_URL; // Base url for the admin app

Using Toast

import { showSuccessToast } from "com.brixip.iasys.util.library";
showSuccessToast('Toast Title', 'Toast Content');