Skip to content

Commit

Permalink
Fix prefab prefix for fabricjni
Browse files Browse the repository at this point in the history
Summary:
The `fabricjni` prefab module was missing the `react/fabric` prefix.
I'm adding it here.
Ref: reactwg/react-native-releases#41 (reply in thread)

Changelog:
[Internal] [Changed] - Fix prefab prefix for fabricjni

Differential Revision: D42047434

fbshipit-source-id: e4e34992fb3e0f8c562db0e331961b34ad9aed31
  • Loading branch information
cortinico authored and facebook-github-bot committed Dec 14, 2022
1 parent 5663671 commit 1a0d7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ final def preparePrefab = tasks.register("preparePrefab", PreparePrefabHeadersTa
new PrefabPreprocessingEntry(
"fabricjni",
[
new Pair("src/main/jni/react/fabric", ""),
new Pair("src/main/jni/react/fabric", "react/fabric/"),
new Pair("src/main/jni/react/cxxcomponents", "react/cxxcomponents/")
]
),
Expand Down

0 comments on commit 1a0d7d2

Please sign in to comment.