Norbert Schuler

Results 6 comments of Norbert Schuler

> Hi @pedrovgs, I had thought that as well but get following crash when I unit test activity that uses Dexter Have you ever got a solution for this? We...

@pedrovgs Thank you, but we have omitted creating a mock for Dexter now and just use it directly in Robolectric. We just granted access to our PermissionsListener object to the...

> Any progress on this? Seems mind boggling to me that deeplinking is just completely broken in RN for Android? It’s not completely broken for me. It works for an...

Today with latest macOS 12.3.1 (M1) and some component updates my Xcode Version 13.3 wanted to install, our app is working again in the simulator using iOS 15.4.

> @norbertschuler Any further observations? 🤔 Sorry, my comment was too early and probably just wrong. Still crashing.

> In the meantime, have you tried to ignore the warning? > > ```python > > import warnings > > > > warnings.filterwarnings("ignore", module="admin_interface.templatetags.admin_interface_tags") In fact we are now already...