Skip to content

Instantly share code, notes, and snippets.

View ahmetberkinc's full-sized avatar
🎯
Focusing

Ahmet Berk İnçoğlu ahmetberkinc

🎯
Focusing
View GitHub Profile
@EQuimper
EQuimper / clear.txt
Created June 16, 2017 16:17
React-Native clear Watchman + Cache
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache
@dmandrade
dmandrade / gist:e76a2da8da8a325f3ab9e275da15d5d9
Last active May 2, 2024 23:27
React Native build unsigned apk without development server
# create assets folder in the current project
$ mkdir android/app/src/main/assets
# create bundle script
$ react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
# execute command to run android to create debug apk
$ react-native run-android
# change to android folder
@sakehl
sakehl / whatsapp-emoticon-preserver.user.js
Last active November 25, 2022 12:31 — forked from varkor/whatsapp-emoticon-preserver.user.js
Disable automatic emoticon → emoji conversion in WhatsApp Web
// ==UserScript==
// @name WhatsApp Emoticon Preserver
// @namespace https://gist.github.com/sakehl/4a843a22f7cdb58942d635784e8152c7
// @version 0.6
// @author varkor, sakehl
// @description Disable automatic emoticon → emoji conversion in WhatsApp Web
// @match https://web.whatsapp.com/
// @grant none
// ==/UserScript==