react-native icon indicating copy to clipboard operation
react-native copied to clipboard

[iOS] Support launchOptions in bridgeless mode

Open zhongwuzw opened this issue 1 year ago • 1 comments

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();
  }, []);

zhongwuzw avatar Apr 02 '24 08:04 zhongwuzw

/rebase - (this triggers an automatic rebase - build android should be green on main!)

cipolleschi avatar Apr 03 '24 16:04 cipolleschi

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

analysis-bot avatar Apr 04 '24 16:04 analysis-bot

@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot avatar Apr 05 '24 08:04 facebook-github-bot

@cipolleschi merged this pull request in facebook/react-native@90296be1d4fab09a52e02dd09f34f819136d0a07.

facebook-github-bot avatar Apr 08 '24 12:04 facebook-github-bot

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?

github-actions[bot] avatar Apr 08 '24 12:04 github-actions[bot]