# README

[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ![travis ci](https://travis-ci.org/electrode-io/electrode-native.svg?branch=master)

## Installation

* Before installing the platform, make sure that the [prerequisites](https://native.electrode.io/introduction/what-is-ern/prerequisites) are met
* Install the platform by running the following command in a terminal :

```bash
npm install -g electrode-native
```

## Getting Started

* Check out our [Announcement Blog Post](https://medium.com/walmartlabs/electrode-native-the-platform-for-integrating-react-native-into-your-apps-129cbabda7b8)
* Visit our site at <http://www.electrode.io>.
* See [What is Electrode Native](https://native.electrode.io/introduction/what-is-ern) for more details on Electrode Native.
* Read [Electrode Native Case Study](https://www.walmartlabs.com/case-studies/electrode-native) to learn about key facts.

## Contributing

Please see the [CONTRIBUTING guide](https://native.electrode.io/introduction/what-is-ern/contributing)

## Support and Acknowledgment

We'd like to thank our employer, WalmartLabs because we can work on the development of Electrode Native platform as Open Sourced Software for the needs of our internal teams and projects. We love the public community and the support we get, and we address your requests as much as we can. We are always excited to get feedback, bug reports, and pull requests. Thank you.

## License

Copyright 2017 WalmartLabs

Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://native.electrode.io/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
