@sirilicious Dangerous how exactly? ;p RN isn't the same as the web, it's a closed global with the only way to access it being via the apps code itself, there's no web console on the device, same thing applies for node server side apps. The 'danger' is only for websites (as there's a console), or apps that use eval() - when they shouldn't be.
Having said that, this was needed for bows to work annoyingly - however I'd like to get rid of it as a dependancy and plan to do so in the next couple of days whilst working on the next alpha for v3.
Most helpful comment
@sirilicious Dangerous how exactly? ;p RN isn't the same as the web, it's a closed global with the only way to access it being via the apps code itself, there's no web console on the device, same thing applies for node server side apps. The 'danger' is only for websites (as there's a console), or apps that use
eval()- when they shouldn't be.Having said that, this was needed for bows to work annoyingly - however I'd like to get rid of it as a dependancy and plan to do so in the next couple of days whilst working on the next alpha for v3.