大象笔记
@zhongwei (微信)
2025-01-31 16:56
没想到微软官方支持了 react native Windows,跟 expo 的开发框架无缝结合,这同时开发 web,Android,Windows,ios 四个平台,真的太梦幻了。用来开发小工具真方便

类似消息

大象笔记
@zhongwei (微信)
2025-01-30 23:14
开车真累,期待 l3 自动驾驶🚗ヾ(・ω・`。)
大象笔记
@zhongwei (微信)
2025-01-30 11:43
expo.useLegacyPackaging
大象笔记
@zhongwei (微信)
2025-01-30 11:05
React Native 0.73, which is used in Expo SDK 50, bumped the Android minSdkVersion to 23. This had the side effect of changing the default value of extractNativeLibs to false. If set to false, your native libraries are stored uncompressed in the APK. Although your APK might be larger, your application loads faster because the libraries load directly from the APK at runtime. For Android, you can use Android APK Analyzer or apktool to inspect the contents of your app。 To analyze JavaScript bundles, use Expo Atlas. You may find libraries that you thought were very small actually have a large impact on the bundle
大象笔记
@zhongwei (微信)
2025-01-31 17:00
react native Windows 开发的客户端还可以发布到 Windows 应用商店 👍,厉害了。本质上就是一个 uwp 的程序
大象笔记
@zhongwei (微信)
2025-01-31 22:32
一晚上,还是没搞定 react native Windows 的打包,还是等 expo 的官方支持吧
大象笔记
@zhongwei (微信)
2025-01-31 22:37
想了想,react native 项目中使用的大量组件只宣称支持了 Android ios 和 web 端,很少有提及 Windows 端的,所以所以真正要做到支持 Windows,还是有点麻烦