fix template ui
This commit is contained in:
parent
eb9940f970
commit
8f8c1fb5ab
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import { withNavigation } from '@react-navigation/compat';
|
||||
import { withNavigation } from '@react-navigation/native';
|
||||
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/compat';
|
||||
import { withNavigation } from '@react-navigation/native';
|
||||
import { TouchableOpacity, StyleSheet, Platform, Dimensions } from 'react-native';
|
||||
import { Button, Block, NavBar, Text, theme } from 'galio-framework';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import { StyleSheet } from 'react-native';
|
||||
import PropTypes from 'prop-types';
|
||||
import ModalDropdown from 'react-native-modal-dropdown';
|
||||
import ModalDropdown from 'react-native-material-dropdown';
|
||||
import { Block, Text } from 'galio-framework';
|
||||
|
||||
import Icon from './Icon';
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -10,13 +10,23 @@
|
|||
"eject": "expo eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-native-community/masked-view": "^0.1.11",
|
||||
"@react-navigation/native": "^6.0.11",
|
||||
"expo": "~45.0.0",
|
||||
"expo-cli": "^5.4.12",
|
||||
"expo-status-bar": "~1.3.0",
|
||||
"galio-framework": "^0.8.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-native": "0.68.2",
|
||||
"react-native-gesture-handler": "~2.2.1",
|
||||
"react-native-material-dropdown": "^0.11.1",
|
||||
"react-native-reanimated": "~2.8.0",
|
||||
"react-native-safe-area-context": "4.2.4",
|
||||
"react-native-screens": "~3.11.1",
|
||||
"react-native-web": "0.17.7",
|
||||
"react-navigation": "^4.4.4",
|
||||
"react-navigation-stack": "^2.10.4",
|
||||
"sharp-cli": "^2.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue