react native - Lack of tools to enhance Security in expo managed workflow app - Stack Overflow

admin2025-04-16  4

I have finished developing an application with Expo managed, and now I am facing several limitations of Expo Managed App. I want to make my application more secure for users by implementing several features, including:

  1. SSL Pinning
  2. Application Authenticity Verification
  3. reCAPTCHA to Prevent Bots
  4. Prevent Debugging in Production
  5. Identity and Driver’s License Verification
  6. Detection of Rooted and Jailbroken Devices

Many solutions I found during my research focus on the react-native CLI and Expo Bare Workflow, which I cannot use because I do not have access to a Mac. For application authenticity, I found that Firebase App Check can be implemented with the Expo Managed Workflow.

If anyone can recommend libraries for these security aspects that are compatible with the Expo Managed Workflow, I would greatly appreciate it.

Additionally, I am looking for an experienced developer with expertise in Expo applications. (Contact me at [email protected])

转载请注明原文地址:http://anycun.com/QandA/1744740068a86940.html