react-native-easy-calendar
Version:
Customizable, easy-to-use, performant calendar components for React Native
10 lines (9 loc) • 320 B
TypeScript
import { by, element } from 'detox';
declare class App {
scrollView: ReturnType<typeof element>;
scrollDownTo: (calendar: ReturnType<typeof by>) => void;
scrollUpTo: (calendar: ReturnType<typeof by>) => void;
card: (cardID: string) => ReturnType<typeof element>;
constructor();
}
export default App;