React Native : Unable to build app (Android issue)

Steps:

  1. Use latest library versions & gradle dependancy methods  ( i.e   Use implementation instead of compile ).
  2. Use new versions of third party dependancy in android gradle ( i.e  api version 28.0.3 instead of 21.0.0 ).
  3. Always use new maximum api version.

You may also like

Leave a Reply