1.0.0 • Published 5 years ago
gep-ignition v1.0.0
Ignition Design System
Installation
Install
peerDependenciesspecified inpackage.jsonInstall Gep-Ignition
yarn add gep-ignition yarn react-native link gep-ignitionCompile 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
1.0.0
5 years ago