HMS-Core / hms-react-native-plugin

This repo contains all of React-Native HMS plugins.
https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin?ha_source=hms1
Apache License 2.0
235 stars 67 forks source link

gradle-wrapper.jar! where is gradle-wrapper.jar ?? #282

Closed megaacheyounes closed 9 months ago

megaacheyounes commented 1 year ago

You guys seriously need to include gradle-wrapper.jar in all example projects, its just few kilobytes and can save alot of time for beginners and developers trying HMS for the first time..

ozkulbeng commented 1 year ago

Hello @megaacheyounes

The demo applications are only to showcase the main features and the codebase of the plugins. Since the applications that include any Huawei React Native Plugins may have different gradle and app-related configurations on their side, and also creating a wrapper file has a simple solution to apply we do not add gradle-wrapper.jar files to our demo applications. Thank you for your understanding and interest. If you have any questions related to generating gradle-wrapper.jar files, please do not hesitate to ask more about this issue.