camerja icon indicating copy to clipboard operation
camerja copied to clipboard

App fails to compile: "Can't find variable: self"

Open xeoncross opened this issue 6 years ago • 5 comments

I'm having trouble launching this application via a physical android device as well as an emulator instance. The Javascript starts to build but fails with the following error:

screen shot 2018-09-25 at 3 13 12 pm

I don't see any instance of the variable "self" in this codebase, so I assume I'm missing something in the project setup.

xeoncross avatar Sep 25 '18 20:09 xeoncross

I changed the app.json sdkVersion to 28.0.0. (I don't have 29 installed) and the message changed to provide more details.

screen shot 2018-09-25 at 3 22 21 pm

xeoncross avatar Sep 25 '18 20:09 xeoncross

You can try expo.snack.io, I build a whole android chatting application on it, it has a camera you take a picture and upload a file. https://snack.expo.io/@basaampro/chattyiov12a

basaamp avatar Oct 14 '18 07:10 basaamp

npm add [email protected] --save

cobra0901 avatar Oct 18 '18 03:10 cobra0901

I fixed build issues in this PR: https://github.com/expo/camerja/pull/29.

riyadshauk avatar Feb 01 '19 21:02 riyadshauk

npm add [email protected] --save

not work for me. sdk 35.0.0

chenyu1990 avatar Dec 07 '19 13:12 chenyu1990