Skip to content

Instantly share code, notes, and snippets.

View rahulpunchh's full-sized avatar
🎯
Focusing

Rahul Purohit rahulpunchh

🎯
Focusing
  • Punchh Tech.Inn.
  • Jaipur
  • 21:24 (UTC +05:30)
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,