Skip to content

Instantly share code, notes, and snippets.

View KennedyKeinstein's full-sized avatar
🏠
Working from home

Kennedy Keinnstein KennedyKeinstein

🏠
Working from home
View GitHub Profile

Upload image to Cloudinary in React Native

Step-1: Install & configure RNFetchBlob

npm install --save rn-fetch-blob

or

@gaearon
gaearon / index.html
Last active May 23, 2024 11:08
Add React in One Minute
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Add React in One Minute</title>
</head>
<body>
<h2>Add React in One Minute</h2>
<p>This page demonstrates using React with no build tooling.</p>