@onekeyfe/react-native-get-random-values 1.1.39 → 1.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# @onekeyfe/react-native-get-random-values
|
|
2
|
+
|
|
3
|
+
First, a sincere thank-you to Linus Unnebäck and the
|
|
4
|
+
`react-native-get-random-values` maintainers for their excellent work 🙏
|
|
5
|
+
|
|
6
|
+
This package is built on, and inspired by,
|
|
7
|
+
[LinusU/react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values).
|
|
8
|
+
|
|
9
|
+
Our original plan was to keep our customizations as patches on top of upstream
|
|
10
|
+
`react-native-get-random-values`.
|
|
11
|
+
|
|
12
|
+
As our product requirements evolved, the scope of those changes outgrew what we
|
|
13
|
+
could reasonably maintain as an upstream patch set. We regret that we were
|
|
14
|
+
unable to keep this work in patch form.
|
|
15
|
+
|
|
16
|
+
As the gap grew, we ultimately forked `react-native-get-random-values` to keep
|
|
17
|
+
development and delivery stable.
|
|
18
|
+
|
|
19
|
+
## Upstream Project
|
|
20
|
+
|
|
21
|
+
- Repository: [LinusU/react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values)
|
|
22
|
+
- License: MIT
|
|
23
|
+
|
|
24
|
+
## Notes
|
|
25
|
+
|
|
26
|
+
- This fork includes OneKey-specific adaptations for our product requirements.
|
|
27
|
+
- If you are looking for original behavior and full documentation, please refer
|
|
28
|
+
to the upstream repository.
|
|
29
|
+
|
|
30
|
+
Thank you again to Linus Unnebäck and everyone who contributes to
|
|
31
|
+
`react-native-get-random-values` 💙
|