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

refactor(iOS): rename Objective-C classes with `RNN` prefix. #7854

Open asafkorem opened 4 months ago

asafkorem commented 4 months ago

I've renamed our Objective-C classes to include the project's prefix (RNN) to prevent naming conflicts in the global namespace, as Objective-C lacks namespaces (e.g. DoubleRNNDouble)

The original motivation was a type conflict with Dictionary that caused a runtime crash. See: https://github.com/wix/react-native-navigation/pull/7853

stale[bot] commented 2 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.