Open dsteinman opened 4 years ago
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';
Your documentation says to use this:
But the first example doesn't actually use the Expo variable, it doesn't exist. The import needs to be: