We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd0d9a commit 37cd1a1Copy full SHA for 37cd1a1
webDemo/webpack.config.js
@@ -22,7 +22,8 @@ const baseProjectSource = [
22
path.resolve(appDirectory, 'node_modules/react-native-color'),
23
path.resolve(appDirectory, 'node_modules/react-native-ui-lib'),
24
path.resolve(appDirectory, 'node_modules/postcss'),
25
- path.resolve(appDirectory, 'node_modules/postcss-js')
+ path.resolve(appDirectory, 'node_modules/postcss-js'),
26
+ path.resolve(appDirectory, 'node_modules/uilib-native')
27
];
28
29
const useBabelForRN = {
0 commit comments