Skip to content

Commit 2efd14e

Browse files
committed
chore: delete rn
1 parent 164bf30 commit 2efd14e

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

packages/nutui-taro-demo/scripts/taro/generate-nutui-taro.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ fs.outputFile(
5757
}
5858
)
5959

60-
let fileRNStr = `${importRNStr}
61-
${importScssStr}
62-
export { ${packages.join(',')} };`
63-
fs.outputFile(
64-
path.resolve(__dirname, '../../nutui-react/packages/nutui.react.rn.ts'),
65-
fileRNStr,
66-
'utf8',
67-
(error) => {
68-
if (error) throw error
69-
}
70-
)
71-
60+
// let fileRNStr = `${importRNStr}
61+
// ${importScssStr}
62+
// export { ${packages.join(',')} };`
63+
// fs.outputFile(
64+
// path.resolve(__dirname, '../../nutui-react/packages/nutui.react.rn.ts'),
65+
// fileRNStr,
66+
// 'utf8',
67+
// (error) => {
68+
// if (error) throw error
69+
// }
70+
// )
71+
//
7272
let taroScssfileStr = `
7373
${importScssStr}
7474
export default { "NutUI":"NutUI-Taro" };`

0 commit comments

Comments
 (0)