microsoft / rnx-kit

Modern, scalable tools. Exceptional developer experience.
https://microsoft.github.io/rnx-kit/
MIT License
1.46k stars 94 forks source link

fix(react-native-host): override feature flags for bridgeless mode #3196

Closed tido64 closed 2 weeks ago

tido64 commented 2 weeks ago

Description

Override feature flags for bridgeless mode.

Test plan

This needs to be tested in RNTA:

npm run set-react-version 0.74 -- --core-only
yarn clean
yarn

# Manually apply changes under node_modules/@rnx-kit/react-native-host/

cd example
RCT_NEW_ARCH_ENABLED=1 pod install --project-directory=ios
yarn ios

# In a separate terminal
yarn start

Screenshots

Simulator Screenshot - iPhone 15 Pro - 2024-06-19 at 11 47 40