Skip to content

Instantly share code, notes, and snippets.

View enzomanuelmangano's full-sized avatar
📺
https://www.youtube.com/c/Reactiive

Enzo Manuel Mangano enzomanuelmangano

📺
https://www.youtube.com/c/Reactiive
View GitHub Profile
@Wellers0n
Wellers0n / metro.config.js
Created June 30, 2019 23:28
metro config to monorepo
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
const path = require('path');
const getWorkspaces = require('get-yarn-workspaces');
const workspaces = getWorkspaces(__dirname);
@chourobin
chourobin / 0-bridging-react-native-cheatsheet.md
Last active June 16, 2024 11:03
React Native Bridging Cheatsheet
@hatashiro
hatashiro / example
Created March 23, 2015 11:49
MOV to GIF bash script
# convert Untitled.mov to out.gif with width: 310px;
movtogif Untitled.mov out.gif 310