> For the complete documentation index, see [llms.txt](https://1019apps.gitbook.io/quuqa-react-native-dating-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1019apps.gitbook.io/quuqa-react-native-dating-app/folder-structure.md).

# Folder Structure

quuqa is a magic and basic folder structure.

```
- android
- ios
- assets
- node_modules
- src
  -- components
     -- FeatureItem.js
     -- LocationModal.js
     -- MatchModal.js
     -- MessageListItem.js
     -- OndModal.js
     -- PageHeader.js
     -- PricingItem.js
     -- ProfileHeader.js
     -- ReportModal.js
     -- SeeVisitors.js
     -- SettingsButton.js
  -- helpers
     -- config.js
     -- countryList.json
  -- screens
     -- pages
        -- BasicInfo.js
        -- FeedBack.js
        -- HomeScreen.js
        -- Message.js
        -- Messages.js
        -- Privacy.js
        -- Profile.js
        -- ProfilePicture.js
        -- SearchSettings.js
     -- routes
        -- MessageProfile.js
        -- Profile.js
        -- Settings.js
     -- statics
        -- PageHeader.js
     -- Home.js
     -- Login.js
     -- Register.js
     -- RegisterInfo.js
     -- WelcomeScreen.js
  - App.js
  - app.json
  - index.js
```
