mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bbeace1342
Summary: This diff removes the `React.js` forwarding module from RN open source which was only used for haste requires. I moved this file to FB internal and manually changed requires from `React` to `react`. However, I can't fully remove this forwarding module because we have files shared from www that expect to require React via the capitalized named. Reviewed By: yungsters Differential Revision: D15738887 fbshipit-source-id: b5b6c0be258582cfad92c13d174e5490c75152d9