Closed
Description
Given the following issues popped up in Babel 6:
The first one being a serious issue as a lot of RN projects out there rely on @autoBind decorator (and having to replace with the ugliness that is .bind(this) everywhere is just too much to ask for given that a fix in is the works)
So, I'm wondering if it would be wise to allow the version of Babel used by RN to be configurable (maybe within the range of one major version number e.g. 5.x to 6.x)