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

Last updated