David

Results 4 comments of David

I have working in react-native-web with expo and crypto-js. However when I try to put on iOS or Android I've run into an issue where `Buffer` is a Node primitive...

These are my React Native imports if that helps. ``` import { totpToken, totpOptions, KeyEncodings } from '@otplib/core'; import { keyDecoder, keyEncoder } from '@otplib/plugin-base32-enc-dec'; import { createDigest, createRandomBytes }...

I tried testing on web. It looks like ActionSheetCustom uses modal and react native web doesn't support modal. Need a different solution for now to support web.

I don't think React Native dependency version needs to be updated, Expo has only just upgraded to 0.64.2 and this module works fine on older versions. Just needs React dependency...