Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

'expo' does not contain a default export #137

Open
dsteinman opened this issue Aug 17, 2020 · 0 comments
Open

'expo' does not contain a default export #137

dsteinman opened this issue Aug 17, 2020 · 0 comments

Comments

@dsteinman
Copy link

Your documentation says to use this:

import Expo from 'expo';

But the first example doesn't actually use the Expo variable, it doesn't exist. The import needs to be:

import * as Expo from 'expo';
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant