# Installation

## Software Requirements&#x20;

1. **Text Editor***(Like as Visual Code)*

   In this , Open React native code
2. **Android Studio**&#x20;

   &#x20;In this , Open Android Folder
3. **Make sure you have** \
   Node -  v10.16.0\
   react-native-cli: 2.0.1 \
   react-native: 0.60.4
4. Plugins Need to be install on your wordpress site\
   \
   **Better REST API Featured Images**\
   [**https://wordpress.org/plugins/better-rest-api-featured-images/**](https://wordpress.org/plugins/better-rest-api-featured-images/)\
   \
   **WordPress REST API (Version 2)**\
   [**https://wordpress.org/plugins/rest-api/**](https://wordpress.org/plugins/rest-api/)\
   \
   **REST API – Filter Fields**\
   [**https://wordpress.org/plugins/rest-api-filter-fields/**](https://wordpress.org/plugins/rest-api-filter-fields/)

&#x20;       **JSON API User**\
[        ](https://wordpress.org/plugins/rest-api-filter-fields/)<https://wordpress.org/plugins/json-api-user/>

## Open existing React Native Project

* Open the **Terminal or cmd**&#x20;
* set your **project directory path** in terminal
* cd **path**/**MyProjectFolder**  &#x20;
* **Ex: cd Document/smartnews**

&#x20;                                       or

* Open project in Visual Studio and move to Terminal tab

* **After entering the following command in the terminal:**

```
npm install -save
$ react-native link
$ react-native run-ios
        or
$ react-native run-android
$ react-native run-android
```

**Note** : Android required open :

* Android Studio and&#x20;
* Open the AVD Manger
* Connect your android phone USB cable with Computer in debugging mode to run it on device.&#x20;


---

# 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://mustafijur-r.gitbook.io/smart-news/master.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.
