-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose ReactAndroid/src/main/jni/react/cxxcomponents via prefab #35619
Conversation
Summary: Reference reactwg/react-native-releases#41 (reply in thread) I'm exposing the headers inside `ReactCommon/cxxreact` to be access via the Prefab API. Changelog: [Internal] [Changed] - Expose ReactCommon/cxxreact headers via Prefab Differential Revision: D41965511 fbshipit-source-id: 3275ea64d62f96aa9b2ea49175bca5c1eb026e37
Summary: Reference reactwg/react-native-releases#41 (reply in thread) I'm exposing `ReactAndroid/src/main/jni/react/cxxcomponents` to be consumed via prefab. It will be available to both: `react_nativemodule_core` and `reactnativejni` Changelog: [Internal] [Changed] - Expose ReactAndroid/src/main/jni/react/cxxcomponents via prefab Differential Revision: D41965512 fbshipit-source-id: afbeccec4b70de3f5296e0a81240ea9073ea8a6b
This pull request was exported from Phabricator. Differential Revision: D41965512 |
Base commit: 0f089ea |
Base commit: 0f089ea |
PR build artifact for c9f4790 is ready. |
PR build artifact for c9f4790 is ready. |
This pull request has been merged in 822396d. |
Summary: Pull Request resolved: #35619 Reference reactwg/react-native-releases#41 (reply in thread) I'm exposing `ReactAndroid/src/main/jni/react/cxxcomponents` to be consumed via prefab. It will be available to both: `react_nativemodule_core` and `reactnativejni` Changelog: [Internal] [Changed] - Expose ReactAndroid/src/main/jni/react/cxxcomponents via prefab Reviewed By: cipolleschi Differential Revision: D41965512 fbshipit-source-id: 3a5a7473267e2e161d9d7fb0e8dfa74593b47b6e
…book#35619) Summary: Pull Request resolved: facebook#35619 Reference reactwg/react-native-releases#41 (reply in thread) I'm exposing `ReactAndroid/src/main/jni/react/cxxcomponents` to be consumed via prefab. It will be available to both: `react_nativemodule_core` and `reactnativejni` Changelog: [Internal] [Changed] - Expose ReactAndroid/src/main/jni/react/cxxcomponents via prefab Reviewed By: cipolleschi Differential Revision: D41965512 fbshipit-source-id: 3a5a7473267e2e161d9d7fb0e8dfa74593b47b6e
Summary:
Reference reactwg/react-native-releases#41 (reply in thread)
I'm exposing
ReactAndroid/src/main/jni/react/cxxcomponents
to be consumed via prefab.It will be available to both:
react_nativemodule_core
andreactnativejni
Changelog:
[Internal] [Changed] - Expose ReactAndroid/src/main/jni/react/cxxcomponents via prefab
Differential Revision: D41965512