mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
010e1977a8
Summary: Found a couple of places where we were copy-pasting the logic `ResourceDrawableIdHelper` had. This class was only available on the image module and it had package visibility. I moved it to its own module so that we can easily use it from others. This diff is pretty simillar to https://github.com/facebook/react-native/commit/54ed44628dae48c4b2ceee156f2d94a15eb9869f but it fixes a bug due to which we had to revert it. Reviewed By: andreicoman11 Differential Revision: D3499062 fbshipit-source-id: f912f57e5ac21a9f30fe42067c784f49fa46ed48