react-native-system-setting
react-native-system-setting copied to clipboard
Auto-linking support?
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?
I just installed the package and it worked. So I guess the answer is: yes?