Skip to content

Instantly share code, notes, and snippets.

View rahulpunchh's full-sized avatar
🎯
Focusing

Rahul Purohit rahulpunchh

🎯
Focusing
  • Punchh Tech.Inn.
  • Jaipur
View GitHub Profile
@louy
louy / AccessibilityWrapper.tsx
Last active November 30, 2023 10:23
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,