mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ff588b5087
Summary: This is a re-submit of #23367, which was accidentally over-written in this commit: https://github.com/facebook/react-native/commit/0d7faf6f73b942126e1f45016cde8fd480fd0164 This pull request makes this change to `jsi.h`: * Tweak the call to constructor `Pointer(Runtime::PointerValue* ptr)` in the constructor for `PropNameID`. I am not sure why MSVC wasn't working with the original version, but it compiles after I tweak that. [General] [Fixed] - Tweaked `jsi.h` to build on MSVC Pull Request resolved: https://github.com/facebook/react-native/pull/23492 Differential Revision: D14151511 Pulled By: hramos fbshipit-source-id: 52d726d7b978d321a0343566ee527f2ec25e93f8