react / react/react-native-website
Clarify use of UIManager for LayoutAnimation on Android
オープン
初心者向け
まだ誰も着手していません。
:ghost: Missing Docs
👋 Good first issue
- 主要言語
- MDX
- スター
- 2.2k
- フォーク
- 6.3k
- 平均マージ
- 11時間 37分
- マージ済み PR(30日)
- 19
説明
https://facebook.github.io/react-native/docs/layoutanimation.html
This page says the following:
Note that in order to get this to work on Android you need to set the following flags via UIManager:
UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true);
What is unclear is if this needs to be done once globally, or on a per component basis. This should be made clearer.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
リンク先のLayoutAnimationドキュメントページを開き、UIManagerを介してAndroidのサポートを有効にすることについての注記を確認してください。setLayoutAnimationEnabledExperimental(true)がグローバルに一度だけ設定されるのか、コンポーネントごとに設定されるのかを明確にし、更新後の文言がその質問に直接答えていることを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react-native
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 68/100