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:

SOLID Series: Liskov Substitution Principle (LSP)

A deep dive into the Liskov Substitution Principle with examples, violations, and practical tips for writing scalable, bug-free object-oriented code.

Oyinkansola Awosan
Jun 6, 2025 â‹… 10 min read
Modern CSS Carousels: No JavaScript Required

Modern CSS carousels: No JavaScript required

This article walks through new CSS features like ::scroll-button() and ::scroll-marker() that make it possible to build fully functional CSS-only carousels.

Saleh Mubashar
Jun 6, 2025 â‹… 5 min read
hidden coast of developer elitism

It’s time to break the cycle of developer elitism

Let’s talk about one of the greatest problems in software development: nascent developers bouncing off grouchy superiors into the arms of AI.

Lewis Cianci
Jun 4, 2025 â‹… 9 min read
When To Use Flexbox And When To Use CSS Grid

When to use Flexbox and when to use CSS Grid

Flexbox and Grid are the heart of modern CSS layouts. Learn when to use each and how they help build flexible, responsive web designs — no more hacks or guesswork.

Leonardo Maldonado
Jun 3, 2025 â‹… 9 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