Fix sandbox placeholder

This commit is contained in:
Nicolas Gallagher
2018-09-17 08:44:52 -07:00
parent ef97adec6e
commit fc743e6eee

View File

@@ -3,7 +3,7 @@ import { View, StyleSheet } from 'react-native';
export default class Sandbox extends React.PureComponent {
render() {
return <View styles={styles.root} />;
return <View style={styles.root} />;
}
}