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.
2 parents 788d528 + 21e8ece commit 4ed3564Copy full SHA for 4ed3564
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