-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build] iOS build #34
Comments
issues specific for iOS buiids:
good news is functionality wise it seems to work at the most basic level. |
android build: 如果有不能编译的问题(比如react-native-blob-helper卡cmake18 ninja dirty),这一定不是代码的问题,而是你的编译环境出了问题。
是故意缺失的,您手动编译时需要加入。新建签名文件请参考google,并将文件名和alias设置为
release buiids in android studio 22 (Flamingo) may have errors syncing to dropbox (immediate fail) and uploading to personal cloud (406 unprocessable entity). This may be fixed by running android/gradlew assembleRelease or bundleRelease? The github action's assembled or bundled release does not have this problem. |
expo migration: RN 0.71 + expo 49 might trigger facebook/react-native#35664 (comment) which we have to replace and
and maybe |
project.pbxproj 爆炸了,这玩意儿怎么来的
|
为什么ios的Flashlist in playlistlist.tsx 最后一个entry在下面出界了? |
要把所有screen的自定义headers在ios里删掉,用原生; |
with SafeAreaView the notch area doesnt have the black/white mask covering it and looks mighty weird; either we not use the masking at all or move masking up, wherever it is |
ios searchbar multiline: |
debugging future ios playback problems: |
ipa files are now added to releases. no clue if it works though.
The text was updated successfully, but these errors were encountered: