-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lokka seems to be incompatible with React Native #19
Comments
Related to this: kadirahq/lokka-transport-http#7 |
@callmephilip if you downgrade it to a previous version it will work. I'm using this in the latest RN:
|
@AdamBrodzinski : yup. ended up doing just that. still felt like reporting this though |
@AdamBrodzinski not work. Unable to resolve module url from /Users/jointsong/Documents/project/project/React/node_modules/node-fetch/index.js: Unable to find this module in its module map or any of the node_modules directories under /Users/node_modules/url and its parent directories ReactNative 0.29 |
@joint-song node-fetch could have changed with the new react native... i think i remember there being some kind of change with the fetch pollyfill on the changelog. Might be worth checking out there. I've moved on to using Apollo with the core API to swap out lokka since it's not being maintained and mutation variables are not working. Plus apollo-client has the react binding which can be nice too. |
@AdamBrodzinski OK.I'm trying Apollo.Thank you:) |
I am running into issues trying to get Lokka to work in React Native. Looks like it's due to some of the deps that node-fetch has (notably url, http)
The text was updated successfully, but these errors were encountered: