MCPcopy
hub / github.com/gcanti/tcomb-form-native / getLocals

Method getLocals

lib/components.js:418–432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416 }
417
418 getLocals() {
419 const locals = super.getLocals();
420 [
421 "help",
422 "disabled",
423 "maximumDate",
424 "minimumDate",
425 "minuteInterval",
426 "mode",
427 "timeZoneOffsetInMinutes",
428 "onPress"
429 ].forEach(name => (locals[name] = this.props.options[name]));
430
431 return locals;
432 }
433}
434
435DatePicker.transformer = {

Callers

nothing calls this directly

Calls 1

getLocalsMethod · 0.45

Tested by

no test coverage detected