1.0.1 • Published 9 months ago

wp-expo-components v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

expo-components

A repository for all our expo components

Usage

This package requires quite a lot of custom code to run correctly as it is deeply linked with our app framework.

import { ...Components } from 'wp-expo-components';

Available Components are:

  • Output Components WpText WpAccordionItem * WpProgress
  • Input Components WpInputButton WpNavButton WpDeleteIcon WpInputText WpInputDate WpInputSwitch * WpInputSelect
  • Helpers Objects * DeviceInfo

Requirements

global.styles = {} must be defined but will be filled in in the future. Also some components do use global.app functions. Be aware of that as well.

At the moment this npm packge is used by the brandleaders and allcampus app. When Updating any of them make sure to keep the version numbers in sync with each other and test both apps before rolling out the update to npm.

The modules in this package are designed to work with our app boilerplate code and require several global variables to be defined. This should be reduced in the future by providing default values if the globals are not defined.

We will work on removing dependencies in the future.

.npmrc

this Repo requires a fontawesome pro licence

Make sure to add this in your .npmrc file

//registry.npmjs.org/:_authToken=npm_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=00000000-0000-0000-0000-000000000000

Updating

When publishing to npm make sure you are logged in as user webprojaggt Use npm login then run npm publish

Patch

npm install
yarn standard-version --release-as patch
npm publish

Minor

npm install
yarn standard-version --release-as minor
npm publish

Major

npm install
yarn standard-version --release-as major
npm publish
1.0.1

9 months ago

1.0.0

12 months ago

0.10.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.8.2

2 years ago

0.6.7

2 years ago

0.6.9

2 years ago

0.6.8

2 years ago

0.6.10

2 years ago

0.7.0

2 years ago

0.6.6

2 years ago

0.6.3

2 years ago

0.4.5

2 years ago

0.3.6

2 years ago

0.6.2

2 years ago

0.4.4

2 years ago

0.3.5

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.4.6

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.6.1

2 years ago

0.4.3

2 years ago

0.3.4

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.4.2

2 years ago

0.3.3

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago