Add office photos
Employer?
Claim Account for FREE
EXPOSER
2.6
based on 11 Reviews
Company Overview
Company Locations
Working at EXPOSER
Company Summary
Overall Rating
2.6/5
based on 11 reviews

Critically rated for
Work-life balance, Company culture, Work satisfaction
Work Policy

Monday to Saturday
87% employees reported

Strict timing
75% employees reported

No travel
100% employees reported

Day shift
83% employees reported
View detailed work policy
About EXPOSER
Founded in--
India Employee Count--
Global Employee Count11-50
HeadquartersWilmington
Office Locations
--
Websiteexposer.co.in
Primary Industry
--
Other Industries
--
Are you managing EXPOSER's employer brand? To edit company information,
claim this page for free
Managing your company's employer brand?
Claim this Company Page for FREE
EXPOSER Ratings
based on 11 reviews
Overall Rating
2.6/5
How AmbitionBox ratings work?
5
1
4
1
3
1
2
1
1
7
Category Ratings
2.6
Job security
2.6
Salary
2.6
Skill development
2.6
Promotions
2.6
Work satisfaction
2.5
Company culture
2.5
Work-life balance
EXPOSER is rated 2.6 out of 5 stars on AmbitionBox, based on 11 company reviews.This rating reflects a below average employee experience, indicating poor satisfaction with the company’s work culture, benefits, and career growth opportunities. AmbitionBox gathers authentic employee reviews and ratings, making it a trusted platform for job seekers and employees in India.
Read more
EXPOSER Reviews
Compare EXPOSER with Similar Companies
Change Company | Change Company | Change Company | ||
---|---|---|---|---|
Overall Rating | 2.6/5 based on 11 reviews | 3.7/5 based on 52.3k reviews | 3.9/5 based on 31k reviews | 4.6/5 based on 23.4k reviews |
Highly Rated for | No highly rated category | No highly rated category | Skill development Work-life balance Job security | Skill development Work-life balance Salary |
Critically Rated for | Work-life balance Company culture Skill development | Promotions Salary | No critically rated category | No critically rated category |
Primary Work Policy | - | Hybrid 71% employees reported | Work from office 64% employees reported | Work from office 87% employees reported |
Rating by Women Employees | - no rating available | 3.8 Good rated by 16.8k women | 3.7 Good rated by 9.4k women | 4.6 Excellent rated by 6.7k women |
Rating by Men Employees | - no rating available | 3.7 Good rated by 33.1k men | 4.0 Good rated by 20k men | 4.6 Excellent rated by 16.3k men |
Job security | 2.6 Poor | 3.5 Good | 3.8 Good | 4.6 Excellent |
View more
EXPOSER Salaries
EXPOSER salaries have received with an average score of 2.6 out of 5 by 11 employees.
HR Associate
(7 salaries)
Unlock
₹0.8 L/yr - ₹2.5 L/yr
HR Associate 1
(7 salaries)
Unlock
₹1.5 L/yr - ₹3.8 L/yr
Corporate HR Executive
(4 salaries)
Unlock
₹1.3 L/yr - ₹4.5 L/yr
HR Recruiter
(4 salaries)
Unlock
₹1.4 L/yr - ₹2.7 L/yr
Associate Engineer
(3 salaries)
Unlock
₹1.8 L/yr - ₹2.3 L/yr
Senior HR Executive
(3 salaries)
Unlock
₹1.9 L/yr - ₹5.5 L/yr
HR Executive
(3 salaries)
Unlock
₹1.3 L/yr - ₹3 L/yr
HR Executive Recruiter
(2 salaries)
Unlock
₹1.7 L/yr - ₹2.2 L/yr
HR Manager
(2 salaries)
Unlock
₹1.8 L/yr - ₹2.3 L/yr
Accounts Manager
(2 salaries)
Unlock
₹3.2 L/yr - ₹4.1 L/yr
EXPOSER News
View all
Hiding Android Bottom Nav Bar in React Native Modals (Expo)
- React Native offers various options for implementing navigation, such as React Navigation, React Native Navigation, and Expo's built-in navigation.
- Expo's built-in navigation is simpler and ideal for smaller projects or rapid prototyping, but may lack comprehensive customization options.
- Properly managing modals and bottom navigation bars ensures a consistent and intuitive user experience.
- When using React Native Modals in Expo, it's important to address the issue of the Android Bottom Nav Bar overlapping with the modal content.
Medium | 6 Apr, 2025
[Help] Issues integrating AdMob with Expo (Kotlin version conflict)
- There is an issue integrating AdMob with Expo due to a Kotlin version conflict.
- The user encountered a Kotlin version error when adding an AdMob banner component.
- Attempts to change the Kotlin version in build.gradle and using expo-build-properties did not resolve the issue.
- The user is seeking guidance or examples on how to successfully integrate AdMob with a recent Expo setup.
Dev | 5 Apr, 2025
![[Help] Issues integrating AdMob with Expo (Kotlin version conflict)](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff5dpyokfegn3zsmz68ue.png)
Local Notifications in Expo
- Local or Scheduled Notifications are a simpler way to notify users within an app without involving servers, unlike Push Notifications.
- Implementing Local Notifications in a React Native app, like a Pomodoro timer, is useful for setting reminders directly from the app.
- To work with Local Notifications in Expo, permissions from the user are required even if only Local Notifications are used.
- The configureNotificationsAsync function asks for permission to send notifications, after which a notification handler is set up.
- Using Notifications.setNotificationHandler allows defining notification behaviors like playing sounds or showing alerts.
- Notifications can be scheduled with triggering mechanisms like TimeIntervalTriggerInput, allowing for timed notifications.
- A custom hook can be created to organize notification-related code and manage scheduling and canceling notifications efficiently.
- Not running JavaScript code when the app is backgrounded requires scheduling notifications through the Notifications API.
- Local Notifications provide a straightforward way to incorporate notifications without the complexity of Push Notifications, making them ideal for various app scenarios.
- Local Notifications are highly beneficial for apps like the Pomodoro timer, where simple in-app reminders are essential for user experience and engagement.
Dev | 1 Apr, 2025

This Week In React #225 : React Router, React Aria, Ark, Ark | JSC, Lynx, Metro, Reanimated, AI, Radon, Galeria, Zeego...
- React Router introduced a major new middleware feature in version 7.3, allowing for client and server middleware to implement logging, authentication, and other cross-cutting concerns.
- TypeScript announced a port to Go, aiming to become 10x faster and possibly landing in TS 7.0, covered in a Syntax.fm podcast interview with the TypeScript team.
- React Aria released version 5.0 with features like Toast, Tree, Virtualizer, Tailwind 4, improved Autocomplete, Command Palette, DatePicker RTL, fix usePress, and more.
- Ark UI 5.0, a cross-framework headless UI library, was released with improvements in speed and size.
- Expo introduced native Passkeys support, a fast-growing authentication strategy for projects, and Callstack's Lynx garnered attention in the community.
- Reanimated in React Native was discussed, detailing how UI and native props are managed differently.
- Microsoft is porting the TypeScript compiler to Go, aiming for a 10x speed increase and potentially landing in TypeScript 7.0.
- Web Almanac 2024 revealed React's presence on 10% of pages, Deno now supports TypeScript, and Inline rendering with document.currentScript was highlighted.
- Front-end Fire discussed TanStack Form v1, ByteDance's Lynx debut, and VS Code AI advancements.
- Reactile, a UI/UX turnkey framework, was introduced to rethink React app UX and management.
Dev | 14 Mar, 2025

Why I Love Using Expo Over Custom React Native Architecture
- Expo provides an easy setup and development process, abstracting away complexities and native dependencies.
- Expo offers a rich ecosystem and pre-built features, eliminating the need for third-party libraries.
- Expo accelerates development with tools like over-the-air updates and Expo Snack for quick prototyping.
- Expo's managed workflow ensures cross-platform consistency, reducing debugging efforts.
Dev | 17 Feb, 2025

This Week In React #221 : State of React, React Router, React Admin | AI & RN,Gesture Handler | TypeScript, Prettier, esbuild...
- The State of React 2024 survey results reveal interesting trends and insights, such as the popularity of Server Components and the disliked forwardRef API.
- React-related articles cover topics like React Router workings, upgrading old React codebases, and handling relationships in React Admin.
- AI integration news includes partnerships adding React Native support, Expo templates in Replit, and a service to generate RN apps by a0.
- Updates on React Native include information on DeepSeek running locally, Expo Universal React Server Components, and performance improvements with the New Architecture.
- Releases like React Native Gesture Handler v2.23, React Native Reanimated Carousel v4.0, Radon IDE v1.3, and React Native macOS v0.77 are highlighted.
- In the broader tech landscape, backported features in Node.js 20, TypeScript usage tips, CSS custom functions in Chrome Canary, and Prettier 3.5 and esbuild 0.25 updates are notable.
- The article also mentions strategies for Vercel cost optimization, EAS Workflows for React Native CI/CD, and exciting events like the React Universe Conf.
- Various resources including web performance optimization, long task handling in JavaScript, and experimenting with CSS custom functions are discussed.
- The article ends with insights on WebAssembly in React Native, profile native code, live activity building with Expo and SwiftUI, and React Native Bridgeless Native Development.
- Overall, the update on React and React Native ecosystem includes a range of topics from surveys and releases to partnerships and performance improvements.
Dev | 14 Feb, 2025

If You Want to Simplify Your Life as a Mobile App Developer, Expo is a Great Choice
- Expo is a production-grade React Native Framework that simplifies mobile app development.
- Expo provides developer tooling that makes starting a project easier and eliminates complexities.
- Expo offers features like Expo Go for real-time app updates and OTA updates for bug fixes.
- Expo allows access to native features without the hassle of configuring them for both iOS and Android.
Hackernoon | 8 Jan, 2025

Powered by
EXPOSER Offices
Compare EXPOSER with

Reliance Retail
3.9

HDB Financial Services
3.9

Deloitte
3.8

BYJU'S
3.1

WNS
3.4

AU Small Finance Bank
4.2

Ernst & Young
3.4

Conneqt Business Solutions
3.6

Ericsson
4.1

EXL Service
3.7

Sutherland Global Services
3.5

Bajaj Finance
4.0

Delhivery
3.8

Optum Global Solutions
4.0

Hexaware Technologies
3.5

Equitas Small Finance Bank
4.4

FIS
3.9

Ekart Logistics
3.9

Megha Engineering & Infrastructures
3.9

Udaan
3.9
Edit your company information by claiming this page
Contribute & help others!
You can choose to be anonymous
Write a review
Share interview
Contribute salary
Add office photos
Companies Similar to EXPOSER

Cognizant
Consulting, IT Services & Consulting
3.7
• 52.3k reviews

Teleperformance
BPO, IT Services & Consulting, Software Product
3.9
• 31k reviews

iEnergizer
BPO/KPO, BPO, IT Services & Consulting
4.6
• 23.4k reviews

Reliance Retail
FMCG, Jewellery, Retail, Fashion & Textile, Beauty & Personal Care, Consumer Electronics & Appliances
3.9
• 23.2k reviews

HDB Financial Services
BPO/KPO, Financial Services, Banking, NBFC
3.9
• 21.1k reviews

Deloitte
IT Services & Consulting, Accounting & Auditing, Management Consulting
3.8
• 18.5k reviews

AU Small Finance Bank
Financial Services, Banking
4.2
• 12k reviews

Ernst & Young
Management Consulting
3.4
• 11.3k reviews

Conneqt Business Solutions
BPO/KPO, BPO
3.6
• 9.1k reviews

Ericsson
Internet, Telecom, Analytics & KPO
4.1
• 7.4k reviews
EXPOSER FAQs
Where is the EXPOSER headquarters located?
EXPOSER is headquartered in Wilmington.
Does EXPOSER have good work-life balance?
EXPOSER has a work-life balance rating of 2.5 out of 5 based on 10+ employee reviews on AmbitionBox. 82% employees rated EXPOSER 3 or below for work-life balance. This rating reflects a negative sentiment among employees for work-life balance. We encourage you to read EXPOSER reviews for more details
Is EXPOSER good for career growth?
Career growth at EXPOSER is rated as poor, with a promotions and appraisal rating of 2.6. 82% employees rated EXPOSER 3 or below on promotions/appraisal. This rating reflects a negative sentiment among employees for career growth. We recommend reading EXPOSER reviews for more detailed insights.
What are the cons of working in EXPOSER?
Working at EXPOSER does have some drawbacks that potential employees should consider. The company is poorly rated for work life balance, company culture and work satisfaction, based on 10+ employee reviews on AmbitionBox.
Recently Viewed
JOBS
Systems Plus
No Jobs
REVIEWS
KarmaLife
No Reviews
SALARIES
EXPOSER
No Salaries
LIST OF COMPANIES
Discover companies
Find best workplace
SALARIES
Equitec
No Salaries
SALARIES
HubSpot
No Salaries
REVIEWS
Ghv India
No Reviews
LIST OF COMPANIES
Quizizz
Overview
DESIGNATION
REVIEWS
Mega Cabs
No Reviews
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+
Reviews
5 Lakh+
Interviews
4 Crore+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app