Fabio Carpinato

Results 5 comments of Fabio Carpinato

I solved by adding `"esnext", es5", "es6", "dom", "es2015.core", "es2015.collection", "es2015.generator", "es2015.iterable", "es2015.promise", "es2015.proxy", "es2015.reflect", "es2015.symbol", "es2015.symbol.wellknown", "esnext.asynciterable"` To the tsconfig.json file

Yea, it would be great if @Jpoliachik that wrote the PR could give some help with it

I managed to get a build working by just following the guide as if I didn't have expo. This is true if I just run `npm run android` and it...

> Hi, according to the code example you provided, how can I ensure that my message is successfully sent when I send a message to Unity during RN initialization? How...