We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788d528 commit 21e8eceCopy full SHA for 21e8ece
sha256.js
@@ -8,6 +8,6 @@
8
const {NativeModules} = require('react-native')
9
const sha256Lib = NativeModules.sha256Lib;
10
11
-export function sha256(data) {
+export function sha256(data: string) {
12
return sha256Lib.sha256(data);
13
}
0 commit comments