You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having difficulty migrating from v3.2.4 to a newer version of this package.
The error I'm getting is cannot find symbol for the builder function in GraphClient.
This works fine in v3.2.4 and below.
/Users/development/app/android/app/src/main/java/com/ShopifyModule.java:229: error: cannot find symbol
GraphClient graphClient = GraphClient.builder(this.context)
^
symbol: method builder(ReactApplicationContext)
location: class GraphClient
The text was updated successfully, but these errors were encountered:
Hi,
I'm having difficulty migrating from v3.2.4 to a newer version of this package.
The error I'm getting is
cannot find symbol
for thebuilder
function inGraphClient
.This works fine in v3.2.4 and below.
The text was updated successfully, but these errors were encountered: