BuildNewApp
BuildNewApp
我也。。。暂时告别吧,安全第一
mpvue 跨平台群:一套代码打遍天下(h5/weixin/小程序/ios/android) 本群不答疑,只做跨平台交流分享 不发二维码,感兴趣加v:swingshi,验证: mpvue
OMG,tauri app cannot be released to mac app store !!!
modify lorca/ui.go: remove "--enable-automation", ``` "--no-default-browser-check", "--safebrowsing-disable-auto-update", //"--enable-automation", "--password-store=basic", "--use-mock-keychain", ``` it's ok for me, chrome v103 with mac
` "@expo/metro-runtime": "~3.1.3" import { Platform} from 'react-native'; if (process.env.NODE_ENV === 'development' && Platform.OS === 'web') { require('@expo/metro-runtime') // https://github.com/expo/expo/issues/23104#issuecomment-1689566248 } ` Hey, it works for me!
how can i signing/notarizing app through cli?
https://github.com/kaola-fed/megalo/issues/111 https://github.com/kaola-fed/megalo/issues/42
> I managed to upload the PDF by deleting some pages and reducing their size. However, it seems that the text was not imported properly. The error from llm_server is...
Because expo-router is used,i can't remove expo-status-bar; Are there any other good solutions? The causes of startup graph jitter are: SplashScreen.preventAutoHideAsync(); setTimeout(SplashScreen.hideAsync, 2000); The easiest way is not to call...