Alp Güneysel
Alp Güneysel
@duckscorpion13 where in the AppDelegate.m did you add `NSString *const RCTJSNavigationScheme = @"react-js-navigation";` I'm having the same problem after removing UIWebView files from react native. (0.59, deleted RCTWebView.h, RCTWebView.m, RCTWebView.h,...
ok found it, should be between @implementation and didFinishLaunchingWithOptions: But what is this? :) ``` @implementation AppDelegate NSString *const RCTJSNavigationScheme = @"react-js-navigation"; - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ ```
hi, how did you resolve this issue? I'm having same problem, i do have a mutation that is working perfectly fine, and another mutation that throws `Object of type InMemoryUploadedFile...
@japrogramer Thanks for the info, yes it seems there is a totally unrelated error in the input data, just wasted 3 hours on this. For future reference to new users,...
@Thousif-S I would do following to resolve this issue: 1-Remove the VersatileImageFieldFile from your Mutation. Test it from the graphql view with arguments. Does it work now? 2 Change the...
> I successfully connected PancakeSwap UI with Exchange and Farm in that I am able to stack LP tokens and harvest also > But I am facing an issue to...
thanks, can confirm that it works with `3e8bc76d`
would love to have your review @d0cd
needs review @d0cd
Well, I researched best practices before implementing this, and here are some examples of how tools handle checking for updates to themselves: ### npm (Node.js package manager): - Checks for...