UNPKG

@react-form-fields/native-base

Version:

Native Base Form Fields

10 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var React = require("react"); var FieldFlowContext = React.createContext({ registerPosition: function () { }, unregisterPosition: function () { }, goNext: function () { return false; } }); exports.default = FieldFlowContext; //# sourceMappingURL=context.js.map