TM Spec: fixed ImageStoreManager name

Summary: It used a wrong name, so this fixed the module lookup.

Reviewed By: yungsters

Differential Revision: D15595099

fbshipit-source-id: f5a711f595d9630541ae08339aa1532ed1d4d5f2
This commit is contained in:
Kevin Gozali 2019-06-01 23:22:53 -07:00 коммит произвёл Facebook Github Bot
Родитель a2913d33a6
Коммит bc6dd6b48a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,4 +31,4 @@ export interface Spec extends TurboModule {
) => void;
}
export default TurboModuleRegistry.getEnforcing<Spec>('ImageStoringManager');
export default TurboModuleRegistry.getEnforcing<Spec>('ImageStoreManager');