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

# FAQs

## How Can I access the developer menu on device ou emulator?

You can access the developer menu by shaking your device or by selecting "Shake Gesture" inside the Hardware menu in the iOS Simulator. You can also use the `⌘D` keyboard shortcut when your app is running in the iOS Simulator, or `⌘M` when running in an Android emulator on Mac OS and `Ctrl+M` on Windows and Linux. Alternatively for Android

## **How to customize components of NativeBase?**

[NativeBase](http://nativebase.io/) provides a separate file inclusive of color schemes for all components.\
Go through [Customize](http://docs.nativebase.io/CUSTOMIZE.html#Customize) section of docs.

## **How can I explore the list of available icons?**

The StarterKit include [**react-native-vector-icons**](https://github.com/oblador/react-native-vector-icons)**.** you can browse all available icons [HERE](https://oblador.github.io/react-native-vector-icons/).

## **How to eject CRNA to get regular React Native app??** <a href="#how-can-i-explore-the-list-of-available-icons" id="how-can-i-explore-the-list-of-available-icons"></a>

For ejecting from **Create React Native App,** you can refer to detailed documentation available [HERE](https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md)
