skip to Main Content

React Native Errors – VirtualizedLists should never be nested inside plain ScrollViews

I'm working on a react-native app and I have to put GooglePlacesAutocomplete in a Scrollview.This is the following code. <ScrollView style={{flex: 1}> <GooglePlacesAutocomplete minLength={2} nearbyPlacesAPI={'GooglePlacesSearch'} debounce={400} placeholder="Origin Address" query={{ key: GOOGLE_MAPS_API_KEY, language: 'en', }} onFail={error => console.log(error)} enablePoweredByContainer={false} onPress={(data, details…

VIEW QUESTION

Feather – react-native-vector-icons – possible handled promise rejection (id:9) issue – React native

I have a react native application and in the application, I am trying to call Feather from react-native-vector-icons. When i make the call, I get the following error: [Unhandled promise rejection: Error: Directory for 'file:///Users/omarjandali/Library/Developer/CoreSimulator/Devices/B09B927C-6596-4403-B931-0C83395BA279/data/Containers/Data/Application/5F76B516-64FE-45C5-8F6D-FA6448DC62BB/Library/Caches/ExponentExperienceData/%2540ohmarj%252Fryppe/ExponentAsset-a76d309774d33d9856f650bed4292a23.ttf' doesn't exist. Please make sure…

VIEW QUESTION
Back To Top
Search