Christopher Shoo

Results 7 comments of Christopher Shoo

> So I did a little bit code digging and found that `graphene_django.rest_framework.mutation.SerializerMutation` has the same issue > > and I think using `global id` for update in `DjangoModelFormMutation` and...

@SERCHAT just go to the library `build.gradle` and add `namespace 'your_namespace'` and the error will go away.

I'm facing same issue, only on Android too, did anyone find a solution for this?

@jvfalco1 I think the ratio solution pointed out on the link suggested by @aureosouza works for android, the higher the ratio value the better it gets.

@aureosouza I think you have a problem here ``` [0, SCREEN_HEIGHT * 0.7], [SCREEN_HEIGHT * 0.7, 0], ``` I may be wrong but I think that's the reason for missing...

@rabbitmouse > i have same issue on ios have you found a workaround for this issue, I only found out that the `addUIBlock` is no longer working with the newArch...