diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-12-22 11:56:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 11:56:52 -0500 |
| commit | 15225564bbf56599dd44eaea45998059e7c54b13 (patch) | |
| tree | 66c58da1037945e39fe1adf99ba06d8f4258516f /src/routes/tabs | |
| parent | ea38a3965df2f194da37b1350eb4ed0baa3bd38b (diff) | |
[TMA-447] Natural Transitions (#145)
* edit profile text now is back to black
* changed default style to card and added custom modal transitions
* resolved linter error
Diffstat (limited to 'src/routes/tabs')
| -rw-r--r-- | src/routes/tabs/NavigationBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/tabs/NavigationBar.tsx b/src/routes/tabs/NavigationBar.tsx index e6c30134..f3043696 100644 --- a/src/routes/tabs/NavigationBar.tsx +++ b/src/routes/tabs/NavigationBar.tsx @@ -2,7 +2,7 @@ import {createBottomTabNavigator} from '@react-navigation/bottom-tabs'; import React, {Fragment} from 'react'; import {NavigationIcon} from '../../components'; import {ScreenType} from '../../types'; -import Profile from '../profile/Profile'; +import Profile from '../profile/ProfileStackScreen'; const Tabs = createBottomTabNavigator(); |
