react-native-quick-crypto
Version:
A fast implementation of Node's `crypto` module written in C/C++ JSI
9 lines • 372 B
TypeScript
import type { ConfigPlugin } from 'expo/config-plugins';
import type { ConfigProps } from './@types';
/**
* Workaround for some jank XCode releases that break React Native native modules
*
* see: https://github.com/mrousavy/nitro/issues/422#issuecomment-2545988256
*/
export declare const withXCode: ConfigPlugin<ConfigProps>;
//# sourceMappingURL=withXCode.d.ts.map