Skip to content

Commit 0a11c5b

Browse files
committed
fix: reinstate debugging dir exposure
1 parent d1e87eb commit 0a11c5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/SampleApp/android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ buildscript {
2626
}
2727
}
2828

29+
ext.REACT_NATIVE_NODE_MODULES_DIR = file("$rootDir/../node_modules/react-native").absolutePath
30+
ext.REACT_NATIVE_WORKLETS_NODE_MODULES_DIR =
31+
file("$rootDir/../node_modules/react-native-worklets").absolutePath
32+
2933
allprojects {
3034
repositories {
3135
maven {

0 commit comments

Comments
 (0)