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 hide scrollbars with CSS

How to use CSS to hide scrollbars without impacting scrolling

Learn how to hide the scrollbar in popular web browsers by making use of modern CSS techniques, and dive into some interactive examples.

Fimber Elemuwa
Mar 4, 2025 â‹… 10 min read

16 React component libraries and kits for improved UI

Discover 16 of the most useful React content libraries and kits, and learn how to use them in your next React app.

Chidume Nnamdi
Mar 4, 2025 â‹… 16 min read
typescript vs javascript

TypeScript vs. JavaScript: Differences and use cases for each

Choosing between TypeScript and JavaScript depends on your project’s complexity, team structure, and long-term goals.

Kayode Adeniyi
Mar 4, 2025 â‹… 4 min read
Understanding UUIDs In Node.js

Understanding UUIDs in Node.js

Generate and validate UUIDs in Node.js using libraries like `uuid`, `short-uuid`, and `nanoid`, covering UUID versions and best practices.

Ukeje Goodness
Mar 3, 2025 â‹… 7 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