1.0.0 • Published 3 years ago

gep-ignition v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Ignition Design System

Installation

  1. Install peerDependencies specified in package.json

  2. Install Gep-Ignition

    yarn add gep-ignition
    yarn react-native link gep-ignition
  3. Compile and run the app

    yarn ios
    yarn android

Unit testing

We provide a mock implementation for test runners so you can easily test your components without worrying of mocking all the internal libraries Ignition uses.

  "jest": {
    ...
    "setupFiles": [
      ...
      "./node_modules/gep-ignition/jestSetup.js"
    ]
  },

BTW if you instead want to mock the stuff by your own you will find the jestSetup.js file useful