expo / expo-2d-context

A pure-js implementation of the W3C's Canvas-2D Context API that can be run on either Expo Graphics or WebGL
111 stars 7 forks source link

Documenation: Requires adding expo-file-system #5

Open flybayer opened 5 years ago

flybayer commented 5 years ago

I'm using expo-2d-context in a non-expo project. I had to add expo-file-system to my iOS and Android dependencies.

naclomi commented 5 years ago

Thanks for the heads up @flybayer . Just to confirm as I look into this further, which version of the library are you using -- 0.0.1, 0.0.2, or loading straight from the repo?

flybayer commented 5 years ago

I'm using 0.0.2

naclomi commented 5 years ago

Passing over to @brentvatne , who is working on expo-asset + expo-file-system compatibility