first render fixed

This commit is contained in:
Alin Gheorghe
2020-03-05 18:40:17 -05:00
parent d34a867b0a
commit 29864f971b
5 changed files with 29 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { withNavigation } from 'react-navigation';
import { withNavigation } from '@react-navigation/compat';
import PropTypes from 'prop-types';
import { StyleSheet, Dimensions, Image, TouchableWithoutFeedback } from 'react-native';
import { Block, Text, theme } from 'galio-framework';

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { withNavigation } from 'react-navigation';
import { withNavigation } from '@react-navigation/compat';
import { TouchableOpacity, StyleSheet, Platform, Dimensions } from 'react-native';
import { Button, Block, NavBar, Text, theme } from 'galio-framework';