mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-04 09:17:56 +08:00
Summary: beeper node modules has a `return` statement outside of a function which doesn't parse. To fix it, we mock it. Also, setupEnvPolyfills is no longer being used. Closes https://github.com/facebook/react-native/pull/2770 Reviewed By: @svcscm Differential Revision: D2448882 Pulled By: @vjeux