You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
After react-native v0.60, we have gained support for auto linking. This means that packages just need to be installed through
npm
oryarn
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 whatreact-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?
The text was updated successfully, but these errors were encountered: