Hi all,
I hope I'm writing this in right place.
I'm developing Android application with react-native using lightstreamer-client.
I had small issue using lightstreamer while developing.
The error was "/node_modules/lightstreamer-client/lightstreamer.js: 'with' in strict mode"
and solution was to add
I'm having issue with building my release apk. Problem is occurred when I installed lightstreamer-client module. On their site they say you should add this line to .babelrc:
"ignore": [ "./node_modules/lightstreamer-client/lightstreamer" ]
I'm having issue with building my release apk. Problem is occurred when I installed lightstreamer-client module. On their site they say you should add this line to .babelrc:
"ignore": [ "./node_modules/lightstreamer-client/lightstreamer" ]
"ignore": [ "./node_modules/lightstreamer-client/lightstreamer" ]
to .babelrc (you wrote it on your github example for react-native).
Now, I tried to compile release version and I get same error as if it skips .babelrc or use some other config file.
Do you have any tip how to solve this?
Thanks in advance.
Cheers,
Stefan