From 23f9391906eb4fd3ee2a138e68f9d943feb6b14d Mon Sep 17 00:00:00 2001 From: Bart Akeley Date: Sat, 24 Nov 2018 11:16:25 -0600 Subject: [PATCH] snackbar notification after updating zipcoe --- js/pages/ProfilePage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/pages/ProfilePage.js b/js/pages/ProfilePage.js index f72be62..4cbbee7 100644 --- a/js/pages/ProfilePage.js +++ b/js/pages/ProfilePage.js @@ -6,6 +6,7 @@ import { palette } from '../ui-theme'; import { compose, withState, withHandlers, lifecycle } from 'recompose'; import { withRouterContext } from '../enhancers/routeEnhancers'; import { getLocation } from '../apis/PositionApi'; +import Snackbar from 'react-native-snackbar'; type Props = { zipcode: ?string, @@ -50,8 +51,6 @@ export const ProfilePage = (props: Props) => { flex: 1, flexDirection: 'column', justifyContent: 'flex-end', - borderBottomColor: palette.disabledColor, - borderBottomWidth: 1, height: 60, }}>