fix(react-native-modal-box): Fix tests

Fixes #30296
This commit is contained in:
Kyle Roach 2018-11-06 02:00:35 -04:00
parent 7500ae4609
commit da8e9bc1b4

View File

@ -16,6 +16,8 @@ interface State {
sliderValue: number;
}
const screen = Dimensions.get('window');
class Example extends React.Component<{}, State> {
modal1: Modal;
modal2: Modal;