LING_ZI_QING

Results 34 comments of LING_ZI_QING

edit `package.json` to override `homepage`. ```json { "homepage": "http://mywebsite.com/relativepath" } { "homepage": "./" } ``` [create react app code](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/config/paths.js#L33) [create react app doc](https://create-react-app.dev/docs/deployment/#building-for-relative-paths)

有时间用 TypeScript 写一下,前段时间尝试重新写,[onlyling-browser](https://github.com/onlyling/browser) 后来发现一个功能相似的库[ua-parser-js](https://github.com/faisalman/ua-parser-js) -、-

> > 有时间用 TypeScript 写一下,前段时间尝试重新写,[onlyling-browser](https://github.com/onlyling/browser) > > 后来发现一个功能相似的库[ua-parser-js](https://github.com/faisalman/ua-parser-js) -、- > > +1 > > 作者留个二维码,如果你们实现了。我想打赏 很早就写了一个版本。 今天更新了一下,可以参考 [onlyling / browser](https://github.com/onlyling/browser),最新的查看 mumuy 分支。 目前结合 [ua-parser-js / test](https://github.com/faisalman/ua-parser-js/tree/master/test) 里面的测试数据,还有比较多的场景不通过。

🌈 轻量、可靠的 React Native 组件库 ~~https://hjfruit.github.io/xiaoshu-doc/~~ [https://24jieqi.github.io/react-native-xiaoshu](https://24jieqi.github.io/react-native-xiaoshu) ![FireShot Capture 025 - 🌈 React Native UI library - 24jieqi github io](https://github.com/umijs/dumi/assets/9999765/9a4a0368-006f-4688-8a63-8aa408d4f45a)

这个方案在 0.37.3 版本上可行,在出现问题的 Vivo 手机上测试可以打开相册,其他手机例如小米、魅族、OPPO也是没有问题的。 This solution is feasible on version 0.37.3, and the photo album can be opened by testing on the Vivo mobile phone with problems. Other mobile...

> 同样的问题,前两天刚试了,在最新的`RN`版本,根本没法使用,所以放弃了,在找其他代替方案,初始化一个新项目也不行 轻量、可靠的 React Native 组件库——[小暑](https://www.npmjs.com/package/@fruits-chain/react-native-xiaoshu)

M1 Pro 12.6.1 (21G217) 状态栏图标无法显示,12.6 没有问题。 彻底删除重新安装后依旧无法在状态栏看到图标。 打开活动监视器,触发安装 `Rosetta`,重新打开软件图标出现,奇奇怪怪。

> 补充一下具体报错信息 已补充。

临时解决了,`react-native-web` 并没有到导出 `InputAccessoryView`,`react-native-svg` 在 web 端没有导出 `SvgXml`,手动做一些修复。 ```js // umi-fix/react-native-svg.js export * from 'react-native-svg/src/ReactNativeSVG.web' export const SvgXml = () => {} // umi-fix/react-native.js export * from 'react-native-web' export const InputAccessoryView...