> For the complete documentation index, see [llms.txt](https://ecommero.gitbook.io/ecommero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ecommero.gitbook.io/ecommero/faqs.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ecommero.gitbook.io/ecommero/faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
