antd-mobile-rn
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
8 lines • 402 B
JavaScript
// placeholder
// 1. below code will try to load this folder style/
// which nodejs will auto try to load style/index.js
// 3. in ssr, we use require hacker to replace style/index.js with load style/index.js
// https://www.npmjs.com/package/require-hacker
// but, if style/index.js is actually do not exist
// nodejs will throw a error, then require hack can not get chance to do his job
;