react-native-picker-select
react-native-picker-select copied to clipboard
Module '"react-native-picker-select"' has no exported member 'defaultStyles'
Describe the bug
Import error for "defaultStyles":
Module '"react-native-picker-select"' has no exported member 'defaultStyles'. Did you mean to use 'import defaultStyles from "react-native-picker-select"' instead?
ts(2614)
To Reproduce
Steps to reproduce the behavior:
Add this import to ts/tsx file:
import { defaultStyles } from 'react-native-picker-select';
Expected behavior
According to README that's how we should import "defaultStyles" from the library.
Screenshots
Additional details
- react-native-picker-select version: 8.0.4
- TypeScript
Reproduction and/or code sample
https://snack.expo.io/AgnhXbXXT
you can check & use my pr
npm i lawnstarter/react-native-picker-select#pull/454/head
hope this helps you! ☕☕