Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRe-enable development tools for Android #5988
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this commit b523067 we comment out accessing member variables named
DEBUG_SERVER_HOST_PORT
andINSPECTOR_PROXY_PORT
because they have been replaced by methods. This task is to update android/expoview/src/main/java/host/exp/expoview/Exponent.java to use the new RN 0.61 API when appropriate (and the old API when appropriate).This is the commented-out code in Exponent.java:
One possible fix is to add a setter method to the RN class that we call, instead of trying to override the port with reflection. Not sure what is most robust here.