@proximus/react-native-common-ui

$ npm install @proximus/react-native-common-ui --save

Usage no npm install needed!

<script type="module">
  import proximusReactNativeCommonUi from 'https://cdn.skypack.dev/@proximus/react-native-common-ui';
</script>

README

@proximus/react-native-common-ui

Getting started

$ npm install @proximus/react-native-common-ui --save

  • For React Native < 0.60
    • Use last version of v4 of @proximus/react-native-common-ui
  • For React Native >= 0.60
    • Use last of version v5 of @proximus/react-native-common-ui

This package has dependencies on other react native libraries that should be linked in your project:

Components included:

See the docs here, or start the example app See the docs here for the new design components.

HOCs included:

See the docs here

ChangeLog

See the changeLog here

Contributing

See guidelines here

Development

Example app

To run the app see instructions here

Running tests

npm run test

in watch mode

npm run testw

Make sure the code coverage is 90+% before committing the code!

Running code quality check

npm run tsc
npm run lint

Make sure there are no flow errors before committing!

Running the build

npm run build

Publishing

npm publish

Make sure to run the build before publishing (the published code is in the lib folder)!