Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
SafeArea HotFix
Browse files Browse the repository at this point in the history
  • Loading branch information
zosman1 committed Oct 4, 2018
1 parent 2560cb4 commit e74e341
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/templates/PageTemplate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { View, StyleSheet } from 'react-native';
import { SafeAreaView } from 'react-navigation';
import { View, StyleSheet, SafeAreaView } from 'react-native';

export default class PageTemplate extends React.Component {
render() {
Expand Down

0 comments on commit e74e341

Please sign in to comment.