2024-03-27
3047
#react native
Wisdom Ekpotu
187868
Mar 27, 2024 â‹… 10 min read

Understanding security in React Native applications

Wisdom Ekpotu Wisdom Ekpotu is a software engineer and technical writer based in Nigeria. He is passionate about web technologies, open source, and building communities.

Recent posts:

How to eliminate render-blocking resources — CSS and JavaScript

How to eliminate render-blocking resources — CSS and JavaScript

Use Lighthouse to eliminate render-blocking resources, which block the first paint of your page, in both CSS and JavaScript.

Anna Monus
Apr 4, 2025 â‹… 8 min read
Mocking Complex APIs With Mirage JS

Mocking complex APIs with Mirage JS

Mock complex APIs with JavaScript’s Mirage JS library including JWT authentication, relational data, role-based access control, and more.

Emmanuel John
Apr 4, 2025 â‹… 10 min read
8 best Go web frameworks for 2025

The 8 best Go web frameworks for 2025: Updated list

Looking for the best Go frameworks? Compare the top 8 Go web frameworks for 2025, including Gin, Fiber, Echo, and Beego, with pros, cons, and performance insights.

Victor Jonah
Apr 3, 2025 â‹… 15 min read
Making Your First Game In Excalibur.js

Game development for frontend: Building with Excalibur.js

Build your first 2D browser game using JavaScript and the Excalibur.js library, covering essential game development concepts.

Yashodhan Joshi
Apr 3, 2025 â‹… 25 min read
View all posts

One Reply to "Understanding security in React Native applications"

  1. Hello Wisdom, this is a nice article on react native app security. I have one question for SSL pinning key security.
    So, we do SSL pinning using public hash key. How to secure that hash key in iOS native and android native?

Leave a Reply