Skip to content

[0.74][RC6] decouple RCTBridge+Private from jsinspector-modern #190

@philIip

Description

@philIip

Target Branch(es)

0.74

Link to commit or PR to be picked

facebook/react-native#43708

Description

second attempt for #183

i realized my original pick request had a merge conflict, because PageTarget got renamed to HostTarget after 0.74. this pick is an identical change, but instead leaving the name as PageTarget.

original description

new debugger logic added in 0.74 implicitly imported a C++ library depending on boost into the public headers for anyone importing RCTBridge+Private, which is a common header imported by libraries. boost is hard to link correctly, so this has caused issues with libraries such as OP-SQLite (facebook/react-native#43204).

Metadata

Metadata

Assignees

Labels

Type Pick RequestPick requests to include commits inside a React Native release

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions