diff --git a/src/components/SelectionListRadio/BaseSelectionListRadio.js b/src/components/SelectionListRadio/BaseSelectionListRadio.js index 845e8e5bc0d5..2b8f373b987a 100644 --- a/src/components/SelectionListRadio/BaseSelectionListRadio.js +++ b/src/components/SelectionListRadio/BaseSelectionListRadio.js @@ -1,5 +1,5 @@ import React, {useEffect, useRef, useState} from 'react'; -import {Keyboard, View} from 'react-native'; +import {View} from 'react-native'; import _ from 'underscore'; import lodashGet from 'lodash/get'; import SectionList from '../SectionList';