---
title: "React Native Blogs"
description: "BigBinary blog posts in the React Native category."
canonical_url: "https://www.bigbinary.com/blog/categories/react-native"
markdown_url: "https://www.bigbinary.com/blog/categories/react-native.md"
---

# React Native Blogs

BigBinary blog posts in the React Native category.

## Posts

### Running React Native animations on the UI thread

[Running React Native animations on the UI thread](https://www.bigbinary.com/blog/running-react-native-dependent-animations-on-ui-thread-using-reanimated)

- Author: Sangamesh Somawar
- Published: March 13, 2023
- Categories: React Native

Learn how to run dependent animations on the UI thread to optimize and improve
the performance with React Native Reanimated library

### Removing the white screen before the Android splash screen

[Removing the white screen before the Android splash screen](https://www.bigbinary.com/blog/adding-splash-screen-in-react-native-cli-app)

- Author: Kamolesh Mondal
- Published: July 28, 2022
- Categories: React Native

A walk-through on the correct way to add a splash screen to a react-native cli
application.

### Playing videos in React Native

[Playing videos in React Native](https://www.bigbinary.com/blog/playing-videos-in-react-native-using-cloudinary)

- Author: Chirag Bhaiji
- Published: September 14, 2021
- Categories: React Native

Playing videos in React Native

### Handling environment specific configurations in React Native

[Handling environment specific configurations in React Native](https://www.bigbinary.com/blog/handling-environment-specific-configurations-in-react-native)

- Author: Sourav Kumar
- Published: April 27, 2021
- Categories: React Native

Handling environment specific configurations in React Native

### Handling authentication state in React Native

[Handling authentication state in React Native](https://www.bigbinary.com/blog/handling-authentication-state-in-react-native)

- Author: Ajay Sivan
- Published: April 6, 2021
- Categories: React Native

Handling authentication state in React Native

### Higher Order Component to render spinner React Native

[Higher Order Component to render spinner React Native](https://www.bigbinary.com/blog/higher-order-component-for-rendering-spinner-in-react-native-app)

- Author: Chirag Shah
- Published: November 15, 2017
- Categories: React Native, JavaScript

How we wrote our own Higher Order Component for rendering spinner in react
native app

### Opening non HTTPS sites in WebView in React Native

[Opening non HTTPS sites in WebView in React Native](https://www.bigbinary.com/blog/open-non-https-sites-in-webview-in-react-native)

- Author: Chirag Shah
- Published: July 27, 2016
- Categories: React Native

Opening non HTTPS sites in WebView in React Native

### HTTP request headers on each WebView request

[HTTP request headers on each WebView request](https://www.bigbinary.com/blog/passing-request-headers-on-each-webview-request-in-react-native)

- Author: Chirag Shah
- Published: July 26, 2016
- Categories: React Native

Send HTTP request headers on each WebView request in React Native

### Platform specific styles in stylesheet, React Native

[Platform specific styles in stylesheet, React Native](https://www.bigbinary.com/blog/apply-platform-specific-styles-in-stylesheet-react-native)

- Author: Bilal Budhani
- Published: July 12, 2016
- Categories: React Native

Apply platform specific styles in stylesheet in React Native

### User agent or custom header in React Native WebView

[User agent or custom header in React Native WebView](https://www.bigbinary.com/blog/passing-user-agent-or-custom-header-in-react-native-webview)

- Author: Neeraj Singh
- Published: July 10, 2016
- Categories: React Native

Change header or footer in React Native webview app using custom user agent

### Data exchange between React Native app and WebView

[Data exchange between React Native app and WebView](https://www.bigbinary.com/blog/send-receive-data-between-react-native-and-webview)

- Author: Bilal Budhani
- Published: May 25, 2016
- Categories: React Native

Send/Receive data between React Native app and WebView

### Using Image as a Container in React Native

[Using Image as a Container in React Native](https://www.bigbinary.com/blog/using-image-as-a-container-in-react-native)

- Author: Bilal Budhani
- Published: April 28, 2016
- Categories: React Native

Add background images as container in React Native apps

### Using Stripe API in React Native with fetch

[Using Stripe API in React Native with fetch](https://www.bigbinary.com/blog/using-stripe-api-in-react-native-with-fetch)

- Author: Chirag Shah
- Published: November 3, 2015
- Categories: React Native

Use Stripe API in React Native using fetch

### How to test React Native App on a real iPhone

[How to test React Native App on a real iPhone](https://www.bigbinary.com/blog/how-to-test-react-native-app-on-real-iphone)

- Author: Chirag Shah
- Published: August 25, 2015
- Categories: React Native

Simulators are great but one needs to test on real mobile devices to get a real
feel for how the app will behave on real phones. In this blog we are going to
show how to test React Native app on a real iPhone.

## Links

- [Human page](https://www.bigbinary.com/blog/categories/react-native)
