Phill Estes

Results 8 comments of Phill Estes

> > Same here, still crash after downgrade > > Gonna have to downgrade to react navigation v5 if you wanna use this. This is a shame for a community...

I took some of the suggestions in here and made a handy wrapper class. Code below if anyone wants to try it out. ```js import React, { useEffect, useState }...

Bump. Also seeing something similar. Runs okay on a simulator, but shows nothing but a blank white screen in Expo Go. Edit: See this post [here](https://github.com/cawfree/create-react-native-dapp/issues/25#issuecomment-971629528). It looks like `expo...

> Hey all I was able to make a bare bones example that uses `expo start` and allows you to connect your wallet via `WalletConnect` all from the `Expo Go`...

The universal URL should still open MetaMask without prompting the AppStore. Perhaps there is an issue with how they have configured the universal URL when opened with parameters (i.e. sending...

Also seeing this issue. Defining a size for a `Heading` variant is being ignored.

I too am seeing this behavior, using pouchdb-react-native 6.4.1.

Update: downgrading to pouchdb-react-native version 6.3.4 seems to remedy the issue.