Skip to content

Commit

Permalink
Fixed for fabric on react native 0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammendick committed Apr 26, 2024
1 parent d010ddb commit 8a14970
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NavigationReactNative/src/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ target_link_libraries(
react_render_core
react_render_mapbuffer
react_render_imagemanager
react_render_componentregistry
react_render_debug
react_render_graphics
react_utils
Expand All @@ -55,6 +56,6 @@ target_compile_options(
-DLOG_TAG=\"ReactNative\"
-fexceptions
-frtti
-std=c++17
-std=c++20
-Wall
)

0 comments on commit 8a14970

Please sign in to comment.