Joshua Tichauer
Joshua Tichauer
This issue is still occurring for me with the following: - `[email protected]` - `react-native-cli: 2.0.1`
Any updates on this project? @voltrue2 Are you looking for maintainers? This looks like a fantastic solution, but I'm hesitant to incorporate an abandoned project.
The issue is that the following [line in path.js](https://github.com/wix/react-native-navigation/blob/6e7e8f61d4826b79a898a10adc49c72eb1a98b02/autolink/postlink/path.js#L8) assumes that `mainApplication` has the `java` extension, however it's now a kotlin file, which is why `mainApplicationJava` is undefined. I was...