# FAQS

## FAQS

* [How to eject Expo to get regular React Native app?](/ecommero/faqs.md#how-to-eject-expo-to-get-regular-react-native-app)
* [How to customise components of theme?](/ecommero/faqs.md#how-to-customise-components-of-theme)
* [How to change styles?](/ecommero/faqs.md#how-to-change-styles)
* [None of the above, I have a different error](/ecommero/faqs.md#none-of-the-above-i-have-different-error)

### How to eject Expo to get regular React Native app?

I want to eject from Expo to get regular React Native app.\
\
**Solution:**\
Ejecting from Expo to regular React Native app can be performed referring this [link](https://docs.expo.io/versions/latest/expokit/eject/).

### How to customise components of theme?

I didn't find a way to customise of React Native components.\
\
**Solution:**\
To customise components you will need some knowledge of React Native you can use this [link](https://facebook.github.io/react-native/docs) to learn more.

### How to change styles?

I want to change styles of components.\
\
**Solution:**\
To customise style of components you can use this [link](https://facebook.github.io/react-native/docs/style).&#x20;

### None of the above, I have different error

The above listed FAQS were not of your help?\
Facing some other issues?

**Solution:**\
We provide our customers with lively support and welcome all your issues. We request you to provide a short description of the visible symptoms of the error that you are facing. If applicable, include error messages, screen shots, and stack traces. If applicable, submit a step-by-step walkthrough of how to reproduce the issue.


---

# 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://ecommero.gitbook.io/ecommero/faqs.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.
