Evora – Real Estate Complete Solution React Native App – CMS + RTL + Multi languages
$39.00
43 sales
LIVE PREVIEWIntroduction
Are you looking for a complete solution to manage your real estate business? Look no further than Evora – Real Estate Complete Solution React Native App. This impressive app offers a comprehensive backend solution, a powerful admin panel, and a stunning user interface that will enhance your customers’ experience.
Admin Panel Demo
To access the admin panel, you can use the following credentials:
- Admin: Username: admin@admin.com, Password: 123456
- Agent: Username: agent@agent.com, Password: 123456
Web Features
The Evora app has an impressive list of web features, including:
- Beautiful design with best-optimized UI/UX
- Multi-language and translation manager with RTL support
- Save Favorite Properties feature
- Advanced search filter
- User login feature
- Map View
- Friendly Dashboard for managing properties, posts, pages, languages, emails, and users
- SEO-ready with best practices
- Newsletter subscription
- Invisible reCAPTCHA
- RTL support
- Awesome icons
- Responsive design for all devices
- Easy customization for developers
- One-time purchase fee
- Professional developer support
- Maintenance Mode
- And more…
App Features
The app features include:
- Full backend integration
- Multi-language + RTL support
- High performance
- Support for iOS and Android
- Contact Form
- Save Favorite Properties
- Map View
- Advanced Search
- Social Sharing
Backend Features
The backend of the app offers:
- 100% secure and dynamic
- Responsive web admin
- Gorgeous Dashboard
- Captcha Protect
- Full management of properties, cities, types, zones, status, extras, categories, roles, and more…
- Multi-language dashboard
- Set featured property and city
- Blog page management
- Pages management
- Ads management
- Slider management
- Testimonials management
- Team management
- Pages management
- Website theme management
- Email system management
- Export properties to XML, JSON, and EXCEL
Conclusion
Evora – Real Estate Complete Solution React Native App is an impressive package that offers a comprehensive backend solution, a powerful admin panel, and a stunning user interface. With its robust features, easy customization, and professional developer support, this app is sure to enhance your real estate business. However, before making a purchase, ensure you have a clear understanding of the app’s limitations and requirements.
Changelog
The app’s changelog is available and can be accessed by scrolling to the bottom of this review.
Rating: 0/5 stars (due to the limitation that the app requires a purchase of the Evora Web version)
Recommended: Yes, but ensure you have a clear understanding of the app’s limitations and requirements before making a purchase.
User Reviews
Be the first to review “Evora – Real Estate Complete Solution React Native App – CMS + RTL + Multi languages”
Introduction
Welcome to the Evora - Real Estate Complete Solution React Native App tutorial! Evora is a comprehensive real estate solution that includes a Content Management System (CMS), Right-to-Left (RTL) support, and multi-language capabilities. This tutorial will guide you through the process of setting up and using the Evora app, covering its key features and functionalities.
Prerequisites
Before starting this tutorial, make sure you have the following:
- A computer with a stable internet connection
- Node.js installed on your computer (download and install from https://nodejs.org/en/download/)
- A code editor or IDE (Integrated Development Environment) of your choice
- Familiarity with React Native and JavaScript
Setting up the Evora App
To start using the Evora app, follow these steps:
- Clone the Evora repository: Open your terminal and run the following command to clone the Evora repository:
git clone https://github.com/evora-app/evora.git
- Install dependencies: Navigate to the cloned repository and run the following command to install the required dependencies:
npm install
- Start the app: Run the following command to start the app:
npm start
This will start the app in development mode. You can now open the app on your physical device or emulator.
Understanding the Evora App Structure
The Evora app is structured into several folders and files. Here's a brief overview of the key components:
- src: This folder contains the app's source code, including the React Native components, styles, and logic.
- assets: This folder contains the app's assets, such as images, fonts, and icons.
- components: This folder contains reusable React Native components used throughout the app.
- screens: This folder contains the app's screens, which are the main entry points for the app's functionality.
- utils: This folder contains utility functions used throughout the app.
Configuring the Evora App
Before you can start using the Evora app, you need to configure it. Here's how:
- Configure the CMS: The Evora app uses a Content Management System (CMS) to manage its content. To configure the CMS, navigate to the
src/cms
folder and edit theconfig.js
file. Update theapiUrl
property to point to your CMS instance. - Configure RTL support: To enable RTL support, navigate to the
src/i18n
folder and edit thertl.js
file. Update thertl
property totrue
. - Configure multi-language support: To enable multi-language support, navigate to the
src/i18n
folder and edit thelanguages.js
file. Update thelanguages
property to include the languages you want to support.
Using the Evora App
Now that you've configured the Evora app, you can start using it. Here's a brief overview of the app's key features and functionalities:
- Home screen: The home screen displays a list of properties, along with filters and sorting options.
- Property details: The property details screen displays detailed information about a property, including its features, amenities, and photos.
- Search: The search screen allows users to search for properties by location, price, and other criteria.
- Favorites: The favorites screen allows users to save their favorite properties for later reference.
Conclusion
That's it! You've now completed the Evora - Real Estate Complete Solution React Native App tutorial. You should have a good understanding of how to set up and use the Evora app, including its key features and functionalities. In the next tutorial, we'll dive deeper into the app's CMS and how to manage its content.
Multi-Language Configuration
In Evora - Real Estate Complete Solution, multi-language support is achieved by providing support for English and Arabic. To configure this feature, follow these steps:
settings.json
"i18n": {
"enableRTL": true,
" supportedLanguages": ["en", "ar"],
" fallbackLanguage": "en",
"translations": {
"en": {
"languageName": "English"
},
"ar": {
"languageName": "العربية"
}
}
},
RTL (Right-to-Left) Support Configuration
Evora - Real Estate Complete Solution includes RTL support for languages that read from right to left. To configure RTL support, follow these steps:
settings.json
"RTL": {
"direction": "rtl",
" font direction": "rtl",
" inputDirection": "rtl",
" locales": ["ar", "he", "ur"]
},
Font Configuration
To customize font settings for your application, follow these steps:
settings.json
"font": {
"family": "Arial",
"size": 16,
"fontWeight": "400",
"textAlignment": "left",
"fontSizeAdjust": "0",
"allowFontScaling": true,
"fontStyles": [
{
"fontName": "Montserrat-Regular",
"fontWeight": "regular"
}
]
},
Dark Mode Configuration
To customize dark mode settings for your application, follow these steps:
settings.json
"darkMode": {
"isEnabled": true,
"nightModeEnabled": false
},
Header and Footer Configuration
To customize header and footer settings for your application, follow these steps:
settings.json
"headerFooter": {
"headerStyle": "color",
"headerTextStyle": {
"fontSize": 18,
"color": "#007bff",
"textDecorationLine": "none"
},
"footerStyle": "color",
"footerTextStyle": {
"fontSize": 18,
"color": "#6c6c6c",
"textDecorationLine": "none"
}
},
Currency and Unit Conversion Configuration
To configure currency and unit conversion settings for your application, follow these steps:
settings.json
"currencies": {
"currencyList": [
{
"symbol": "€",
"isoCode": "EUR",
"conversionRate": 1.15
},
{
"symbol": "$",
"isoCode": "USD",
"conversionRate": 1
}
],
"decimalPoint": ","
},
Alert and Loading Configuration
To customize alert and loading settings for your application, follow these steps:
settings.json
"alerts": {
"loaderColor": "#6c6c6c",
"loaderOpacity": 0.7
},
Application Name and Logo Configuration
To configure application name and logo settings for your application, follow these steps:
settings.json
"applicationSettings": {
"appName": "Evora",
"appLogo": require("path/to/your/image.png"),
"icon": require("path/to/your/image.png"),
" splashImage": require("path/to/your/image.png"),
"aboutScreen": true
},
Here is the comprehensive list of features about the Evora Real Estate Complete Solution React Native App - CMS + RTL + Multi languages:
Admin Panel Demo
- Admin panel demo available
- Login credentials: admin@admin.com, password: 123456
- Agent panel demo available
- Login credentials: agent@agent.com, password: 123456
Web Features
- Built on Pure PHP and UIKit3
- Beautiful design with optimized UI/UX
- Multi-language and translation manager with RTL support
- Save favorite properties
- Search and filter properties
- User login and map view
- Friendly dashboard for easy management
- Security features: protected against SQL injection, XSS, CSRF, and other attacks
- SEO ready
- Newsletter subscription and invisible reCAPTCHA
- RTL support and awesome icons
- Responsive for all devices and easy customization for developers
- One-time purchase fee and professional developer support
- Maintenance mode and more
App Features
- Full backend integration
- Multi-language and RTL support
- High-performance support for iOS and Android
- Contact form and save favorite properties
- Map view and advanced search
- Social sharing
Backend Features
- 100% secure and dynamic
- Responsive web admin with gorgeous dashboard
- Captcha protect and full management of properties
- Cities, types, zones, status, extras, and categories
- 3 roles: Admin, Agent, User
- Multi-language dashboard
- Set featured property and city
- Blog page and page management
- Ads management and slider management
- Testimonials management and team management
- Email system management and export properties to XML, JSON, EXCEL
Changelog
- Version 1.0.0 (6/7/2021): First release
- Version 2.0.0 (27/1/2022): Update Expo SDK (44)
- Version 3.0.0 (03/03/2023): Update Expo SDK (48)
- Version 4.0.0 (16/02/2024): Upgrade Expo SDK to latest version (50), implement user account deletion, resolve deprecated functions, and integrate push notifications
Pricing
- The app requires the purchase of the Evora Web version
$39.00
There are no reviews yet.