react-native-system-setting icon indicating copy to clipboard operation
react-native-system-setting copied to clipboard

Auto-linking support?

Open ansh opened this issue 4 years ago • 1 comments

After react-native v0.60, we have gained support for auto linking. This means that packages just need to be installed through npm or yarn and don't need any additional setup.

Before v0.60, the most popular way to use native packages was through the react-native link command. This is what react-native-system-setting uses.

However, react-native is currently on 0.63, which is ways beyond 0.60. Therefore, I was wondering if there is any auto linking support for this package? Is it automatically supported? What would be needed to add auto-linking support?

ansh avatar Feb 12 '21 11:02 ansh

I just installed the package and it worked. So I guess the answer is: yes?

pke avatar Oct 05 '21 22:10 pke