Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Use Google's Prefab standard as format for Android prebuilds

未關閉
#324 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
5/5
預估耗時
一週以上
新手友好度
35/100
Issue 類型
功能
描述清晰度
基本清楚
活躍度
停滯
技術堆疊
android, react-native, typescript

研究方向

從 docs/PREBUILDS.md 中描述的 Android prebuild 格式開始,並查看討論 #319 以了解該提案的背景。閱讀 Google 的 Prefab 標準,以了解 headers、相依性和 STL ABI 資訊是如何表示的。當 Android prebuild 使用 Prefab 格式,而不是依架構區分的類似 jni-libs 的目錄進行散佈時,即表示完成。

由索引模型根據 Issue 內容生成。

描述

Android 🤖
Discussed in https://github.com/callstackincubator/react-native-node-api/discussions/319

Originally posted by kraenhansen November 5, 2025
We're currently expecting Android prebuilds to be distributed as "jni-libs like" directories of architecture specific directories.

This has a few drawbacks:

  • It doesn't provide an obvious way to distribute headers alongside the shared object files.
  • It provides no way to distribute information on dependencies and STL ABI expected by the library.

These shortcomings are all address by Google's Prefab standard and I suggest we adopt this for React-Native Node-API prebuilds for Android.

主要語言
TypeScript
星號
188
分支
10
平均合併
2 天 17 小時
30 天內合併 PR
3

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

callstackincubator/react-native-node-api 的其他 Issue

查看 callstackincubator/react-native-node-api 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。