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

Fix autolinking with React Native 0.69 #1441

Closed oblador closed 2 years ago

oblador commented 2 years ago

CLI version 8 removed the react-native link command https://github.com/react-native-community/cli/pull/1537 which breaks this library. This PR removes configuration and documentation related to it.

ehynds commented 2 years ago

@oblador Can you publish v9.2.0 on npm?

oblador commented 2 years ago

Messed up the automation, should be released now

ehynds commented 2 years ago

Thank you!