Eden Meshulam

Results 4 issues of Eden Meshulam

Hi, I use **react-native-device-info** for getting the device uniqId. After calling EncryptedStorage.clear(), Its removes this from IOS keychain and i getting a new uniqId, even the uniqId not supposed to...

Hi, There is a solution for remove IOS keychain from redux persist when app is been deleted ? Currently its save my sensitive info even the app was removed. Thanks...

### Description ``` useEffect(() => { if ( copyDialog || approvalModal || signTypedDataModal || signModal || sendTransactionModal ) { web3wallet.on('session_proposal', onSessionProposal); web3wallet.on('session_request', onSessionRequest); } }, [ WCURI, approvalModal, copyDialog, signModal,...

bug

Every time we scroll to bottom then back to the top, the scroll stuck for first gesture and only on release and scroll again it back to work.