LinusU / LinusU/react-native-get-random-values
Add support for Windows
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 415
- フォーク
- 63
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
With React Native for Windows becoming a viable target, enabling this package for Windows would be a great benefit to the community! (Especially if this package backs `uuid`, since a library I plan on using in RN uses it.)
I'm willing to take a stab at an initial implementation, and wanted to post this issue as a place to track progress.
Todo:
- [x] ~~Ensure RN for Windows supports synchronous methods~~ It does!
- [x] ~~Decide if C++ or C# would be the most appropriate~~ C# would be the most approachable, and would be just as performant as the C++ version since they're both just calling UWP APIs
- [x] ~~Determine if RN prefers Win32, UWP, or both for third party modules~~ RN for Windows only works on Windows 10, so there's no sense in using the Win32 APIs.
- [x] Setup project (blocked by https://github.com/microsoft/react-native-windows/issues/4211)
- [ ] Rewrite module in C++ (blocked by https://github.com/microsoft/react-native-windows/issues/4215)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ファイル、テスト、エントリポイントは指定されていません。まず、完了したセットアップの決定事項とリンクされた react-native-windows のブロッカーを確認してください。モジュールが Windows をサポートする動作する C++ 実装を備えた時点で、この issue は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp, csharp, react-native
- 領域
- desktop-dev, mobile-dev
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100