gogoout / nativescript-rater

Reminds your app's users to review the app through PlayStore or AppStore. Love it, rate it! **not maintained anymore**
MIT License
7 stars 8 forks source link

Android string xml resources #3

Closed FlawaCLV closed 5 years ago

FlawaCLV commented 5 years ago

I can't figure out where to put the custom labels for Android.

Can someone give me the path and the filename?

gogoout commented 5 years ago

It should be some where like App_Resources/Android/src/main/res/values/strings.xml. In there you shall be able to see the app name already defined.

gogoout commented 5 years ago

Actually, if you can't find the xml, just create one at the path I mentioned above instead.