Current behavior
Hi Currently I am working on a react-native SDK for my work. But I am failed to integrate react-navigation (version 6 , also tried version 5) as it has some configuration setup for native. But in the library, I do not have those files(For android for example MainActivity.java). I have used this to create my library https://reactnative.dev/docs/native-modules-setup.
Does anyone have any idea how to integrate react-navigation like a library in a react-native SDK or react-native library ?

