Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
833 contributions in the last year
Contribution activity
July 2020
Created a pull request in BlueWallet/BlueWallet that received 4 comments
Created an issue in pradeep1991singh/react-native-secure-key-store that received 1 comment
iOS cant store lengthy strings
Following throws an error on iOS both sim and real device:
const ss = '1'.repeat(18888888); RNSecureKeyStore.set('test', ss);
threshold string le…
1
comment