LinusU / LinusU/react-native-get-random-values
Add support for Windows
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- 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:
-
Ensure RN for Windows supports synchronous methodsIt does! -
Decide if C++ or C# would be the most appropriateC# would be the most approachable, and would be just as performant as the C++ version since they're both just calling UWP APIs -
Determine if RN prefers Win32, UWP, or both for third party modulesRN for Windows only works on Windows 10, so there's no sense in using the Win32 APIs. - 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 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定任何文件、测试或入口点。请先审查已完成的设置决策和链接的 react-native-windows 阻塞项;当模块拥有支持 Windows 的可用 C++ 实现时,该 issue 即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp, csharp, react-native
- 领域
- desktop-dev, mobile-dev
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100