Closed HerbertLim closed 4 years ago
Hello. In index.js, I found that GLView is imported from 'expo'. However, this does not work since Expo SDK v35.
It has to be changed like this: import { GLView } from 'expo-gl';
import { GLView } from 'expo-gl';
importing from 'expo-gl', instean of 'expo'.
Thank you.
Hello. In index.js, I found that GLView is imported from 'expo'. However, this does not work since Expo SDK v35.
It has to be changed like this:
import { GLView } from 'expo-gl';
importing from 'expo-gl', instean of 'expo'.
Thank you.