# ComponentWrapper ## wrap `wrap(componentName: string, OriginalComponentClass: React.ComponentType, store: any, componentEventsObserver: any, ReduxProvider: any, reduxStore: any): React.ComponentType` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/ComponentWrapper.tsx#L7) --- ## wrapWithRedux `wrapWithRedux(WrappedComponent: any, ReduxProvider: any, reduxStore: any): React.ComponentType` [source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/ComponentWrapper.tsx#L64) ---