mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Changelog: [internal] Add comments and avoid using shared_ptr unnecessarily. Why note shared_ptr? Using shared_ptr suggests we are transferring ownership of object, which we are not. Reviewed By: javache Differential Revision: D33741836 fbshipit-source-id: 56ebb098e6185793f05e2bb587005bb0f093c0c9