mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2026-01-06 08:36:29 +00:00
first render fixed
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user