Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Error when using expo-cli #32

Closed
amandeepmittal opened this issue Sep 13, 2018 · 3 comments
Closed

Error when using expo-cli #32

amandeepmittal opened this issue Sep 13, 2018 · 3 comments
Labels
outdated question Further information is requested

Comments

@amandeepmittal
Copy link
Member

I am getting the below error and I am using expo-cli 2.0.0.

simulator screen shot - iphone 6 - 2018-09-13 at 10 37 49

I think it is related to package called whatwg-fetch. Is a fix coming soon?

@corasan
Copy link

corasan commented Sep 13, 2018

I also ran into this issue. For now you can add GLOBAL.self = GLOBAL to the top of your App.js, this is what I'm doing in my project

GLOBAL.self = GLOBAL

class App extends Component {
    ...
}

@corasan
Copy link

corasan commented Sep 13, 2018

Actually, nevermind issue #28 has a better solution

@fson fson added enhancement New feature or request question Further information is requested and removed enhancement New feature or request labels Oct 2, 2018
@jakubste
Copy link
Contributor

I believe it's the same issue as #28 so going to close this for now.

@lock lock bot added the outdated label Jul 1, 2019
@lock lock bot locked and limited conversation to collaborators Jul 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants