Skip to content

Commit 43df818

Browse files
committed
fix: make android build
1 parent 6ca29d4 commit 43df818

4 files changed

Lines changed: 7 additions & 31 deletions

File tree

android/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ file(GLOB CPP_SRC CONFIGURE_DEPENDS "${CPP_DIR}/*.cpp")
2020
add_library(${CMAKE_PROJECT_NAME} SHARED ${ANDROID_SRC} ${CPP_SRC})
2121

2222
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ${CPP_DIR} "${REACT_NATIVE_ROOT_DIR}/ReactCommon/jsiexecutor")
23+
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE "${REACT_NATIVE_ROOT_DIR}/ReactCommon")
2324

2425
find_package(fbjni REQUIRED CONFIG)
2526
find_package(ReactAndroid REQUIRED CONFIG)

android/src/main/new_arch/react/renderer/components/RNLiveMarkdownSpec/MarkdownTextInputDecoratorShadowNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class JSI_EXPORT MarkdownTextInputDecoratorShadowNode final
3535
void layout(LayoutContext layoutContext) override;
3636

3737
private:
38-
ContextContainer::Shared customContextContainer_;
38+
std::shared_ptr<const ContextContainer> customContextContainer_;
3939
folly::dynamic previousMarkdownStyle_;
4040
int previousParserId_;
4141

package-lock.json

Lines changed: 4 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"release-it": "^15.0.0",
103103
"turbo": "^1.10.7",
104104
"typescript": "^5.8.3",
105-
"react-native-worklets": "^0.7.1"
105+
"react-native-worklets": "0.7.2"
106106
},
107107
"peerDependencies": {
108108
"expensify-common": ">=2.0.148",

0 commit comments

Comments
 (0)