appwrite / appwrite/starter-for-react-native
🐛 Bug Report: Multiple issues with assets missing and documentation mistakes.
- 主要言語
- TypeScript
- スター
- 9
- フォーク
- 19
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### 👟 Reproduction steps
When I start the app
in app.json
"icon": "./assets/images/icon.png", (line 7)
"foregroundImage": "./assets/images/adaptive-icon.png",(line 16)
are missing
should either update to
"icon": "./assets/images/appwrite.png",
"foregroundImage": "./assets/images/appwrite.png",
### 👍 Expected behavior
it should should have contained the images
### 👎 Actual Behavior
the images are missing
### 🎲 Appwrite version
Appwrite Cloud
### 💻 Operating system
windows
### 🧱 Your Environment
_No response_
### 👀 Have you spent some time to check if this issue has been raised before?
- [x] I checked and didn't find similar issue
### 🏢 Have you read the Code of Conduct?
- [x] I have read the [Code of Conduct](https://github.com/appwrite/.github/blob/main/CODE_OF_CONDUCT.md)
コントリビューションガイド
調査の方向性
app.json の 7 行目と 16 行目から始め、次にレポートで言及されている assets/images パスを確認します。必要に応じてアイコン参照を更新し、参照されている画像が存在し、アプリがアセット不足エラーなしで起動するようにします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react-native
- 領域
- mobile
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100