itinance / itinance/react-native-sha256
Broken types: Generic type 'Array<T>' requires 1 type argument(s)
Open
- Dominant language
- Objective-C
- Stars
- 106
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
When checking the types:
```
node_modules/react-native-sha256/sha256.d.ts:3:37 - error TS2314: Generic type 'Array' requires 1 type argument(s).
3 export const sha1Bytes: (input: Array) => Promise;
~~~~~
node_modules/react-native-sha256/sha256.d.ts:5:39 - error TS2314: Generic type 'Array' requires 1 type argument(s).
5 export const sha256Bytes: (input: Array) => Promise;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.