I'm trying to use the react-native-system-setting library.
https://www.npmjs.com/package/react-native-system-setting
When I try to import the file:
import SystemSetting from 'react-native-system-setting';
I get this error:
I've successfully linked the module by adding it to my Podfile:
Here it is in xcode!
The module is clearly installed and not null so what is wrong here? A pathing issue? It seems to pull in every other module just fine so what is wrong with this one?