diff --git a/shared/login/register/select-other-device/index.render.native.js b/shared/login/register/select-other-device/index.render.native.js index 5a6cdb0fee99..9e90bb16bd3f 100644 --- a/shared/login/register/select-other-device/index.render.native.js +++ b/shared/login/register/select-other-device/index.render.native.js @@ -4,7 +4,7 @@ import React from 'react' import type {DeviceType} from '../../../constants/types/more' import type {IconType} from '../../../common-adapters/icon' import type {Props} from './index.render' -import {Box, Text, Icon, ClickableBox} from '../../../common-adapters/index' +import {Box, Text, Icon, ClickableBox, NativeScrollView} from '../../../common-adapters/index.native' import {globalStyles, globalColors} from '../../../styles' const Row = ({deviceID, name, type, onSelect}) => { @@ -35,9 +35,9 @@ const Render = ({onBack, devices, onWont, onSelect}: Props) => ( style={stylesContainer} onBack={onBack}> Which device would you like to connect with? - + {devices.map(d => )} - + Log in with your passphrase )