Skip to content

Instantly share code, notes, and snippets.

View meatnordrink's full-sized avatar

Andrew meatnordrink

View GitHub Profile
@louy
louy / AccessibilityWrapper.tsx
Last active December 18, 2024 15:07
RN Accessibility Wrapper, a custom view that allows you to control the accessibility behaviour of a React Native component tree
/**
* @author Louay Alakkad (github.com/louy)
* @license MIT https://opensource.org/licenses/MIT
*/
import React from 'react'
import PropTypes from 'prop-types'
import {
NativeModules,
ViewProps,
ViewPropTypes,
@jrc03c
jrc03c / git.txt
Last active April 19, 2023 20:05
Git Cheat Sheet
##################
Basic Git Commands
##################
git init = turns the current working directory into a repository
git clone = downloads a remote repository to your machine
Syntax: git clone <source> <destination>
Example: git clone https://github.com/willfind/uplift-website /home/josh/projects/uplift.app
@lopspower
lopspower / README.md
Last active April 21, 2025 07:11
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store