oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

Attempted import error: 'pick' is not exported from './object-utils' (imported as 'pick'). #1481

Open JacobDel opened 1 year ago

JacobDel commented 1 year ago

During build the following error would occur: Attempted import error: 'pick' is not exported from './object-utils' (imported as 'pick'). These chances solve this issue by changing "exports" to "export" and making it compatible with the rest of the code.

oblador commented 11 months ago

It will break CLI scripts tho