diff --git a/js/scenes/FTU.js b/js/scenes/FTU.js index 5f6d9ae..540a15d 100644 --- a/js/scenes/FTU.js +++ b/js/scenes/FTU.js @@ -96,14 +96,14 @@ export class FTU extends Component { ); } + + static propTypes = { + navigator: PropTypes.object, + } } const { width, height } = Dimensions.get('window'); -FTU.propTypes = { - navigator: PropTypes.object, -}; - const styles = StyleSheet.create({ container: { flex: 1,