react-native
react-native copied to clipboard
[iOS] Support launchOptions in bridgeless mode
Summary:
Support launchOptions in bridgeless mode
Changelog:
[IOS] [FIXED] - Support launchOptions in bridgeless mode
Test Plan:
useEffect(() => {
const processInitialURL = async () => {
const url = await Linking.getInitialURL();
if (url !== null) {
console.log(`Initial url is: ${url}`);
}
};
processInitialURL();
}, []);
/rebase - (this triggers an automatic rebase - build android should be green on main!)
| Platform | Engine | Arch | Size (bytes) | Diff |
|---|---|---|---|---|
| android | hermes | arm64-v8a | 18,918,797 | +0 |
| android | hermes | armeabi-v7a | n/a | -- |
| android | hermes | x86 | n/a | -- |
| android | hermes | x86_64 | n/a | -- |
| android | jsc | arm64-v8a | 22,283,293 | -11 |
| android | jsc | armeabi-v7a | n/a | -- |
| android | jsc | x86 | n/a | -- |
| android | jsc | x86_64 | n/a | -- |
Base commit: c1081cc1ac0cdf0033b4b507d24a6afd9ad9573d Branch: main
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@cipolleschi merged this pull request in facebook/react-native@90296be1d4fab09a52e02dd09f34f819136d0a07.
This pull request was successfully merged by @zhongwuzw in 90296be1d4fab09a52e02dd09f34f819136d0a07.
When will my fix make it into a release? | How to file a pick request?