File tree 6 files changed +9
-80
lines changed
6 files changed +9
-80
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Pod::Spec.new do |s|
34
34
] . join ( ' ' ) ,
35
35
}
36
36
37
+ s . pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\" $(PODS_TARGET_SRCROOT)/cpp\" " }
38
+
37
39
install_modules_dependencies ( s )
38
40
39
41
if ENV [ 'USE_FRAMEWORKS' ] != nil
@@ -43,10 +45,4 @@ Pod::Spec.new do |s|
43
45
] )
44
46
add_dependency ( s , "React-rendererconsistency" )
45
47
end
46
-
47
- s . subspec "newarch" do |ss |
48
- ss . source_files = "cpp/**/*.{cpp,h}"
49
- ss . header_dir = "RNLiveMarkdown"
50
- ss . pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\" $(PODS_TARGET_SRCROOT)/cpp\" " }
51
- end
52
48
end
Original file line number Diff line number Diff line change @@ -25,18 +25,6 @@ target_link_libraries(
25
25
${CMAKE_PROJECT_NAME}
26
26
fbjni::fbjni
27
27
ReactAndroid::jsi
28
+ ReactAndroid::reactnative
28
29
react-native-reanimated::worklets
29
30
)
30
-
31
- if (ReactAndroid_VERSION_MINOR GREATER_EQUAL 76)
32
- target_link_libraries (${CMAKE_PROJECT_NAME} ReactAndroid::reactnative)
33
- elseif (ReactAndroid_VERSION_MINOR GREATER_EQUAL 75)
34
- target_link_libraries (
35
- ${CMAKE_PROJECT_NAME}
36
- ReactAndroid::react_nativemodule_core
37
- ReactAndroid::reactnativejni
38
- ReactAndroid::runtimeexecutor
39
- )
40
- else ()
41
- message (FATAL_ERROR "react-native-live-markdown requires react-native 0.75 or newer." )
42
- endif ()
Original file line number Diff line number Diff line change @@ -40,41 +40,9 @@ target_link_libraries(
40
40
${LIB_TARGET_NAME}
41
41
fbjni::fbjni
42
42
ReactAndroid::jsi
43
+ ReactAndroid::reactnative
43
44
)
44
45
45
- if (ReactAndroid_VERSION_MINOR GREATER_EQUAL 76)
46
- target_link_libraries (
47
- ${LIB_TARGET_NAME}
48
- ReactAndroid::reactnative
49
- )
50
- elseif (ReactAndroid_VERSION_MINOR GREATER_EQUAL 75)
51
- target_link_libraries (
52
- ${LIB_TARGET_NAME}
53
- ReactAndroid::fabricjni
54
- ReactAndroid::folly_runtime
55
- ReactAndroid::glog
56
- ReactAndroid::react_debug
57
- ReactAndroid::react_nativemodule_core
58
- ReactAndroid::react_performance_timeline
59
- ReactAndroid::react_render_consistency
60
- ReactAndroid::react_render_core
61
- ReactAndroid::react_render_debug
62
- ReactAndroid::react_render_graphics
63
- ReactAndroid::react_render_imagemanager
64
- ReactAndroid::react_render_mapbuffer
65
- ReactAndroid::react_render_observers_events
66
- ReactAndroid::react_render_textlayoutmanager
67
- ReactAndroid::reactnativejni
68
- ReactAndroid::rrc_text
69
- ReactAndroid::rrc_textinput
70
- ReactAndroid::rrc_view
71
- ReactAndroid::runtimeexecutor
72
- ReactAndroid::yoga
73
- )
74
- else ()
75
- message (FATAL_ERROR "react-native-live-markdown requires react-native 0.75 or newer." )
76
- endif ()
77
-
78
46
target_compile_options (
79
47
${LIB_TARGET_NAME}
80
48
PRIVATE
Original file line number Diff line number Diff line change @@ -1499,30 +1499,7 @@ PODS:
1499
1499
- React-logger (= 0.77.0)
1500
1500
- React-perflogger (= 0.77.0)
1501
1501
- React-utils (= 0.77.0)
1502
- - RNLiveMarkdown (0.1.247):
1503
- - DoubleConversion
1504
- - glog
1505
- - hermes-engine
1506
- - RCT-Folly (= 2024.11.18.00)
1507
- - RCTRequired
1508
- - RCTTypeSafety
1509
- - React-Core
1510
- - React-debug
1511
- - React-Fabric
1512
- - React-featureflags
1513
- - React-graphics
1514
- - React-ImageManager
1515
- - React-NativeModulesApple
1516
- - React-RCTFabric
1517
- - React-rendererdebug
1518
- - React-utils
1519
- - ReactCodegen
1520
- - ReactCommon/turbomodule/bridging
1521
- - ReactCommon/turbomodule/core
1522
- - RNLiveMarkdown/newarch (= 0.1.247)
1523
- - RNReanimated/worklets
1524
- - Yoga
1525
- - RNLiveMarkdown/newarch (0.1.247):
1502
+ - RNLiveMarkdown (0.1.250):
1526
1503
- DoubleConversion
1527
1504
- glog
1528
1505
- hermes-engine
@@ -1947,7 +1924,7 @@ SPEC CHECKSUMS:
1947
1924
ReactAppDependencyProvider: 6e8d68583f39dc31ee65235110287277eb8556ef
1948
1925
ReactCodegen: b793571cdd05c69db98095ccfca381d45f709d89
1949
1926
ReactCommon: 1bd2dc684d7992acbf0dfee887b89a57a1ead86d
1950
- RNLiveMarkdown: cc21d7eed5a7addab9db31853b35b5a19a54f2f9
1927
+ RNLiveMarkdown: 39d2be8d4d752bdbc7600bbb75d275ef0877aa32
1951
1928
RNReanimated: 087d081f33387098097765f5a845f52c4abe2a3f
1952
1929
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
1953
1930
Yoga: c0d8564af14a858f962607cd7306539cb2ace926
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @expensify/react-native-live-markdown" ,
3
- "version" : " 0.1.247 " ,
3
+ "version" : " 0.1.250 " ,
4
4
"description" : " Drop-in replacement for React Native's TextInput component with Markdown formatting." ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments