# Store

## setPropsForId

`setPropsForId(componentId: string, props: any): void`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/Store.ts#L8)

---

## getPropsForId

`getPropsForId(componentId: string): any`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/Store.ts#L12)

---

## setOriginalComponentClassForName

`setOriginalComponentClassForName(componentName: string, ComponentClass: any): void`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/Store.ts#L16)

---

## getOriginalComponentClassForName

`getOriginalComponentClassForName(componentName: string): any`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/Store.ts#L20)

---

## setRefForId

`setRefForId(id: string, ref: any): void`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/Store.ts#L24)

---

## getRefForId

`getRefForId(id: string): any`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/Store.ts#L28)

---

## cleanId

`cleanId(id: string): void`

[source](https://github.com/wix/react-native-navigation/blob/v2/lib/src/components/Store.ts#L32)

---


