UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

3 lines (2 loc) 132 B
import { TaskState } from '../types/mod.types'; export declare function setState(name: string | undefined, state: TaskState): void;