You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [4.0.0](v3.5.2...v4.0.0) (2020-07-15)
### ⚠ BREAKING CHANGES
* **new implementation:** Entirely new implementation.
* **previous implementation:** The native module is no longer installed into React Native.
### Features
* **new implementation:** first implementation of the new, pure JS implementation ([2416036](2416036))
### Bug Fixes
* **init:** ensures RNRandomBytes exists before we dereference 'seed' ([4ce665c](4ce665c))
* rm package-lock.json ([6558396](6558396))
### Code Refactoring
* **previous implementation:** eliminate the native module parts leftover from prev impl ([1d3cf7a](1d3cf7a))
***new implementation:** Entirely new implementation.
7
+
***previous implementation:** The native module is no longer installed into React Native.
8
+
9
+
### Features
10
+
11
+
***new implementation:** first implementation of the new, pure JS implementation ([2416036](https://github.com/RobertFischer/react-native-randombytes/commit/2416036b4b59abc3fafaa7c02ec109f7ed43258b))
12
+
13
+
14
+
### Bug Fixes
15
+
16
+
***init:** ensures RNRandomBytes exists before we dereference 'seed' ([4ce665c](https://github.com/RobertFischer/react-native-randombytes/commit/4ce665c486a137028a55a99c04372fc6df2fc672))
***previous implementation:** eliminate the native module parts leftover from prev impl ([1d3cf7a](https://github.com/RobertFischer/react-native-randombytes/commit/1d3cf7a642b7ba1759b268762bee28bc9c6b8402))
0 commit comments