Errors with Settings API

Anyone know of any issues using the Settings API? A simple call like Settings.get('foo') gives me the following error:

TypeError: undefined is not an object (evaluating 'this._settings[key]')

While debugging it looks like RCTSettingsManager (in Settings.ios.js ) is always undefined for me. That causes this._settings to be undefined and hence the error that I am seeing.

In case it matters, this is while testing using the iOS simulator.

Thanks in advance.

-Mark

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.