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
类似消息
2025-01-30 06:53
梦见钱包丢了,手机也丢了(╥﹏╥) 睡前还是不能太兴奋🥱
2025-01-29 22:58
react native 开发的 app,整体上体验非常流畅。只有冷启动那一下,那个开屏过渡图标页面比较尬,增加一个 slogan 展示作为过渡页也不错 😌 录个视频展示一下(๑˃̵ᴗ˂̵)📱
2025-01-29 22:55
开发这个笔记 app 的原因是,小米手机的内置笔记功能不能在 Windows 上使用,那个网页版本不太方便,而且标签功能也不实用。只好自己去实现了。
2025-01-30 11:43
expo.useLegacyPackaging
2025-01-30 23:14
开车真累,期待 l3 自动驾驶🚗ヾ(・ω・`。)
2025-01-31 16:56
没想到微软官方支持了 react native Windows,跟 expo 的开发框架无缝结合,这同时开发 web,Android,Windows,ios 四个平台,真的太梦幻了。用来开发小工具真方便