expo / expo-processing

Utilities for using Processing.js on Expo
95 stars 9 forks source link

GLView should be imported from expo-gl not expo #2

Closed HerbertLim closed 4 years ago

HerbertLim commented 5 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';

importing from 'expo-gl', instean of 'expo'.

Thank you.