wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.01k stars 2.68k forks source link

Align Navigation.getLaunchArgs() for Android and iOS #7889

Open gosha212 opened 1 week ago

gosha212 commented 1 week ago

Describe your idea

Currently the api returns Object for Android and Array for iOS. It makes the developer to write platform specific code. Find a way to make it same on both platforms.

Motivation

No response

Are you willing to resolve this issue by submitting a Pull Request?