lucasfeliciano / fetch-everywhere

WHATWG Fetch API, for ALL JavaScript environments!
MIT License
52 stars 13 forks source link

React Native: undefined is not an object (evaluating 'n.fetch.bind') #8

Closed bonustrack closed 7 years ago

bonustrack commented 7 years ago

I've decided to move from isomorphic-fetch to fetch-everywhere for solve the issue Can't find variable: self . But now i got another issue undefined is not an object (evaluating 'n.fetch.bind')

image

Any idea how to solve this?

lucasfeliciano commented 7 years ago

Can you give more information about your environment?

bonustrack commented 7 years ago

This is my environment when this error appear: OS: OSX IDE: WebStorm react@16.0.0-alpha.6 react-native@0.44.0

I've finally switched to fetch-ponyfill feel free to close this issue.

lucasfeliciano commented 7 years ago

fetch-ponyfill is a good option too.

thanks for further information anyway :)

pinchez254 commented 6 years ago

how do you handle the error that appears when there is nothing more to fetch

pinchez254 commented 6 years ago

am getting object is null when i scroll to fetch more up to the point there is no more data to fetch.