diff --git a/app/views/Import.js b/app/views/Import.js
index 9b63c15ca0..2cd93434ca 100644
--- a/app/views/Import.js
+++ b/app/views/Import.js
@@ -2,6 +2,7 @@ import React, { useState } from 'react';
import {
Dimensions,
Linking,
+ ScrollView,
StyleSheet,
TouchableOpacity,
View,
@@ -65,7 +66,7 @@ const ImportScreen = props => {
-
+
{languages.t('label.import_step_1')}
@@ -107,7 +108,7 @@ const ImportScreen = props => {
) : null}
-
+
);
};
@@ -125,6 +126,7 @@ const styles = StyleSheet.create({
fontWeight: 'bold',
fontSize: 22,
padding: 5,
+ paddingBottom: 20,
},
main: {
flex: 1,
diff --git a/app/views/__tests__/__snapshots__/Import.spec.js.snap b/app/views/__tests__/__snapshots__/Import.spec.js.snap
index 62e650fb7a..a2949dee4a 100644
--- a/app/views/__tests__/__snapshots__/Import.spec.js.snap
+++ b/app/views/__tests__/__snapshots__/Import.spec.js.snap
@@ -93,7 +93,7 @@ Array [
Import Locations
-
-
-
- Adding location data from Google will give you a head start on building your recent locations.
-
-
- Before you can import, you must first 'Take out' your location data from Google.
-
-
- Visit Google Takeout and export your Location History using following settings:
-1. Delivery method: "Add to Drive"
-2. Frequency: "Export once"
-3. File type & size: ".zip" and "1GB"
-4. Google sends an email when the export is ready
-5. Return here to import locations. Import options:
-- Import from Google Drive
-- Download from browser, then import from local phone files. Make sure to be on WiFi network as files can be big.
-
+
- VISIT GOOGLE TAKEOUT
+ Adding location data from Google will give you a head start on building your recent locations.
-
-
+ use="body1"
+ >
+ Before you can import, you must first 'Take out' your location data from Google.
+
- IMPORT LOCATIONS
+ Visit Google Takeout and export your Location History using following settings:
+1. Delivery method: "Add to Drive"
+2. Frequency: "Export once"
+3. File type & size: ".zip" and "1GB"
+4. Google sends an email when the export is ready
+5. Return here to import locations. Import options:
+- Import from Google Drive
+- Download from browser, then import from local phone files. Make sure to be on WiFi network as files can be big.
+
+
+ VISIT GOOGLE TAKEOUT
+
+
+
+
+ IMPORT LOCATIONS
+
+
-
+
,
]
`;