# AppGallery Connect Remote Configuration For React Native

## Introduction
   HUAWEI AppGallery Connect provides the Remote Configuration service for you to manage parameters online. With the service, you can change the behavior and appearance of your app online without requiring users to update the app.
[Learn More](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-remoteconfig-introduction)

## Installing SDK
Add dependencies to the React Native project. 

```bash
yarn add @react-native-agconnect/remoteconfig
```

For more details, please refer to [Getting Started with React Native](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-get-started-reactnactive)

## Development Guide
[Usage](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-remoteconfig-reactnative-usage)
[Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agc-overview-reactnative)

##  License
   Remote Configuration SDK is licensed under the: [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).  