mirror of
https://github.com/status-im/status-components.git
synced 2025-02-18 12:26:39 +00:00
- Added eslint + prettier + husky + lint-staged - Added Typography story - Added Icons story - Added styleguide subfolder for theming components - Updated Button component to utilise theme
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
module.exports = ({ config }) => {
|
|
config.resolve.alias = {
|
|
'react-native': 'react-native-web'
|
|
};
|
|
return config;
|
|
};
|