You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a typical react native module development environment (e.g. one initialized by builder bob or hand-rolled) one is able to open ./example/android in Android Studio and see the WIP package located at root/android/ and use the Java LSP to work on WIP code. When using react native test app the root/android WIP project does not show its files in Android Studio, even after successfully building the project. This prevents me from being able to work in Android Studio on WIP code when the example app is powered by react native test app.
I don't rule out that this could be a bug but first I want to make sure that this wasn't intentional by the react native test app package