0

The application works fine on debug mode both in the simulator and real device.

The problem occurs when I generate a signed apk and test that. I am fairly new to react native. I am using react native 0.57.8 .I tried upgrading my react native version to 0.59 and I still couldn't figure out the exact cause of this issue. I added the proguard rules from the official react native page.

I tried doing this link but it still didn't fix my issue. I couldn't figure out where I am missing. I also tried implementing the solutions mentioned in Github repos.

Am I missing out on anything? Is there anything to be added in proguard rules and other files? Please help! I have attached the screenshot of the thrown error.

Ashishkumar Singh
  • 3,580
  • 1
  • 23
  • 41
Mk tl
  • 1

1 Answers1

1

You can try to enter the IP of your machine to your device from Dev Settings -> Debug server host & port for device in the debug menu available and reload the application. I hope it works.

  • I am facing issue in the release signed apk actually. The debug version works fine actually. – Mk tl Mar 28 '19 at 13:43