---
id: create-native-wrapper
title: createNativeWrapper
sidebar_label: createNativeWrapper()
---

Creates provided component with NativeViewGestureHandler, allowing it to be part of RNGH's
gesture system.

## Arguments

### Component

The component we want to wrap.

### config

Config is an object with properties that can be used on [`NativeViewGestureHandler`](nativeview-gh.md)

## Returns

Wrapped component.
