# React Native Tutorials

## A. Some useful websites

### References:

1. <https://flatuicolors.com>
2. <https://github.com/oblador/react-native-vector-icons>

## B. Expressjs

### B.1 References:

1. Offical Site: <https://expressjs.com>
2. Install CLI tool: <https://expressjs.com/en/starter/generator.html>
3. Basic Routing: <https://expressjs.com/en/starter/basic-routing.html>
4. Run server forever: <http://pm2.keymetrics.io/> (npm install pm2 -g)
5. Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development (<https://nodemon.io>)

   **B.2 Step by step:**
6. Install CLI
7. Create a project with express tool
8. Run project: npm start&#x20;

## C. Firebase

1. <https://firebase.googleblog.com/2016/01/the-beginners-guide-to-react-native-and_84.html>

## Getting Super Powers

Becoming a super hero is a fairly straight forward process:

```
$ give me super-powers
```

{% hint style="info" %}
&#x20;Super-powers are granted randomly so please submit an issue if you're not happy with yours.
{% endhint %}

Once you're strong enough, save the world:

```
// Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
```


---

# 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://book.softech.cloud/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.
