wix / react-native-navigation

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

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

Open gosha212 opened 5 months ago

gosha212 commented 5 months 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?