@callstack/out-of-tree-platforms
v0.76.2
Published
Utils for React Native out of tree platforms.
Downloads
349
Readme
@callstack/out-of-tree-platforms
[![Version][version-badge]][package]
Utilities for Out of Tree (OOT) platforms.
getPlatformResolver
getPlatformResolver(options: ResolverConfig): CustomResolver
options
type ResolverConfig = {
platformImplementations: {[platform: string]: string},
};