callstack / callstack/react-native-pager-view
putting text on top of ImageBackground doesn't work
- 主要言語
- TypeScript
- スター
- 3.4k
- フォーク
- 476
- 平均マージ
- 10日 21時間
- マージ済み PR(30日)
- 2
説明
## Environment
"react": "17.0.2",
"react-native": "0.67.3",
"react-native-pager-view": "^5.4.15",
## Description
Additional white blank screen issue appear when using ImageBackground also text not showing on top of the image
## Reproducible Demo
```
text1
text2
const styles = StyleSheet.create({
textCenter: {
alignItems: 'center',
justifyContent: 'center',
},
textCorner: {
position: 'absolute',
top: 32,
left: 32,
alignSelf: 'flex-start',
},
});
```
コントリビューションガイド
調査の方向性
まず、指定された React 17.0.2 および React Native 0.67.3 のバージョンで、提供された PagerView、ImageBackground、View、Text の例を再現します。空白画面の動作とテキストのレンダリング動作を比較し、問題が pager の統合にあるのか、例の使用方法にあるのかを判断します。再現内容が説明され、期待される画像とテキストが一緒にレンダリングされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react, react-native
- 領域
- mobile
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100