phithu / rn-zalo

A React Native Module for Zalo SDK
https://www.npmjs.com/package/rn-zalo
35 stars 19 forks source link

Refactored rnzalo package names #6

Closed Doko-Demo-Doa closed 4 years ago

Doko-Demo-Doa commented 4 years ago

Currently the package name of this library is not a "qualified" one (to be precise, a valid reversed-domain name). It will cause an error when building the app with Fastlane Android command:

gradle(task: "assembleRelease")

By changing the package name and the related paths, the problem will be wiped away.

I also removed redundant gradle folder, since the gradle artifact in the main project will override it anyway.

phithu commented 4 years ago

@Doko-Demo-Doa, thanks for PR