react-native-screens 4.19.0 → 4.20.0-nightly-20251216-94c1d7108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/gamma/stack/{ScreenStackHost.js → StackHost.js} +3 -3
- package/lib/commonjs/components/gamma/stack/StackHost.js.map +1 -0
- package/lib/commonjs/components/gamma/stack/{ScreenStackHost.types.js → StackHost.types.js} +1 -1
- package/lib/commonjs/components/gamma/stack/StackHost.types.js.map +1 -0
- package/lib/commonjs/components/gamma/stack/{ScreenStackHost.web.js → StackHost.web.js} +1 -1
- package/lib/commonjs/components/gamma/stack/StackHost.web.js.map +1 -0
- package/lib/commonjs/components/gamma/stack/index.js +53 -0
- package/lib/commonjs/components/gamma/stack/index.js.map +1 -0
- package/lib/commonjs/experimental/index.js +6 -14
- package/lib/commonjs/experimental/index.js.map +1 -1
- package/lib/commonjs/experimental/types.js +4 -4
- package/lib/commonjs/experimental/types.js.map +1 -1
- package/lib/module/components/gamma/stack/{ScreenStackHost.js → StackHost.js} +3 -3
- package/lib/module/components/gamma/stack/StackHost.js.map +1 -0
- package/lib/module/components/gamma/stack/StackHost.types.js +2 -0
- package/lib/module/components/gamma/stack/StackHost.types.js.map +1 -0
- package/lib/module/components/gamma/stack/{ScreenStackHost.web.js → StackHost.web.js} +1 -1
- package/lib/module/components/gamma/stack/StackHost.web.js.map +1 -0
- package/lib/module/components/gamma/stack/index.js +15 -0
- package/lib/module/components/gamma/stack/index.js.map +1 -0
- package/lib/module/experimental/index.js +1 -2
- package/lib/module/experimental/index.js.map +1 -1
- package/lib/module/experimental/types.js +1 -1
- package/lib/module/experimental/types.js.map +1 -1
- package/lib/typescript/components/gamma/stack/StackHost.d.ts +8 -0
- package/lib/typescript/components/gamma/stack/StackHost.d.ts.map +1 -0
- package/lib/typescript/components/gamma/stack/{ScreenStackHost.types.d.ts → StackHost.types.d.ts} +1 -1
- package/lib/typescript/components/gamma/stack/StackHost.types.d.ts.map +1 -0
- package/lib/typescript/components/gamma/stack/{ScreenStackHost.web.d.ts → StackHost.web.d.ts} +1 -1
- package/lib/typescript/components/gamma/stack/StackHost.web.d.ts.map +1 -0
- package/lib/typescript/components/gamma/stack/index.d.ts +14 -0
- package/lib/typescript/components/gamma/stack/index.d.ts.map +1 -0
- package/lib/typescript/experimental/index.d.ts +1 -2
- package/lib/typescript/experimental/index.d.ts.map +1 -1
- package/lib/typescript/experimental/types.d.ts +1 -1
- package/lib/typescript/experimental/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/gamma/stack/{ScreenStackHost.tsx → StackHost.tsx} +3 -3
- package/src/components/gamma/stack/index.ts +17 -0
- package/src/experimental/index.ts +3 -3
- package/src/experimental/types.ts +1 -1
- package/lib/commonjs/components/gamma/stack/ScreenStackHost.js.map +0 -1
- package/lib/commonjs/components/gamma/stack/ScreenStackHost.types.js.map +0 -1
- package/lib/commonjs/components/gamma/stack/ScreenStackHost.web.js.map +0 -1
- package/lib/module/components/gamma/stack/ScreenStackHost.js.map +0 -1
- package/lib/module/components/gamma/stack/ScreenStackHost.types.js +0 -2
- package/lib/module/components/gamma/stack/ScreenStackHost.types.js.map +0 -1
- package/lib/module/components/gamma/stack/ScreenStackHost.web.js.map +0 -1
- package/lib/typescript/components/gamma/stack/ScreenStackHost.d.ts +0 -8
- package/lib/typescript/components/gamma/stack/ScreenStackHost.d.ts.map +0 -1
- package/lib/typescript/components/gamma/stack/ScreenStackHost.types.d.ts.map +0 -1
- package/lib/typescript/components/gamma/stack/ScreenStackHost.web.d.ts.map +0 -1
- /package/src/components/gamma/stack/{ScreenStackHost.types.ts → StackHost.types.ts} +0 -0
- /package/src/components/gamma/stack/{ScreenStackHost.web.tsx → StackHost.web.tsx} +0 -0
|
@@ -11,7 +11,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
|
|
|
11
11
|
/**
|
|
12
12
|
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
|
|
13
13
|
*/
|
|
14
|
-
function
|
|
14
|
+
function StackHost({
|
|
15
15
|
children
|
|
16
16
|
}) {
|
|
17
17
|
return /*#__PURE__*/_react.default.createElement(_ScreenStackHostNativeComponent.default, {
|
|
@@ -23,5 +23,5 @@ const styles = _reactNative.StyleSheet.create({
|
|
|
23
23
|
flex: 1
|
|
24
24
|
}
|
|
25
25
|
});
|
|
26
|
-
var _default = exports.default =
|
|
27
|
-
//# sourceMappingURL=
|
|
26
|
+
var _default = exports.default = StackHost;
|
|
27
|
+
//# sourceMappingURL=StackHost.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ScreenStackHostNativeComponent","e","__esModule","default","StackHost","children","createElement","style","styles","container","StyleSheet","create","flex","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/StackHost.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,+BAAA,GAAAH,sBAAA,CAAAC,OAAA;AAAkG,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAGlG;AACA;AACA;AACA,SAASG,SAASA,CAAC;EAAEC;AAA+B,CAAC,EAAE;EACrD,oBACET,MAAA,CAAAO,OAAA,CAAAG,aAAA,CAACN,+BAAA,CAAAG,OAA8B;IAACI,KAAK,EAAEC,MAAM,CAACC;EAAU,GACrDJ,QAC6B,CAAC;AAErC;AAEA,MAAMG,MAAM,GAAGE,uBAAU,CAACC,MAAM,CAAC;EAC/BF,SAAS,EAAE;IACTG,IAAI,EAAE;EACR;AACF,CAAC,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAX,OAAA,GAEYC,SAAS","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/StackHost.types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_reactNative","require","ScreenStackHost","View","_default","exports","default"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/StackHost.web.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,MAAMC,eAAe,GAAGC,iBAAI;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEdJ,eAAe","ignoreList":[]}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _exportNames = {
|
|
7
|
+
StackScreenLifecycleState: true
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "StackScreenLifecycleState", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () {
|
|
12
|
+
return _StackScreen.StackScreenLifecycleState;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
exports.default = void 0;
|
|
16
|
+
var _StackHost = _interopRequireDefault(require("./StackHost"));
|
|
17
|
+
var _StackScreen = _interopRequireWildcard(require("./StackScreen"));
|
|
18
|
+
var _StackHost2 = require("./StackHost.types");
|
|
19
|
+
Object.keys(_StackHost2).forEach(function (key) {
|
|
20
|
+
if (key === "default" || key === "__esModule") return;
|
|
21
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
22
|
+
if (key in exports && exports[key] === _StackHost2[key]) return;
|
|
23
|
+
Object.defineProperty(exports, key, {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () {
|
|
26
|
+
return _StackHost2[key];
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
var _StackScreen2 = require("./StackScreen.types");
|
|
31
|
+
Object.keys(_StackScreen2).forEach(function (key) {
|
|
32
|
+
if (key === "default" || key === "__esModule") return;
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
34
|
+
if (key in exports && exports[key] === _StackScreen2[key]) return;
|
|
35
|
+
Object.defineProperty(exports, key, {
|
|
36
|
+
enumerable: true,
|
|
37
|
+
get: function () {
|
|
38
|
+
return _StackScreen2[key];
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
});
|
|
42
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
43
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
44
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
45
|
+
/**
|
|
46
|
+
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
|
|
47
|
+
*/
|
|
48
|
+
const Stack = {
|
|
49
|
+
Host: _StackHost.default,
|
|
50
|
+
Screen: _StackScreen.default
|
|
51
|
+
};
|
|
52
|
+
var _default = exports.default = Stack;
|
|
53
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_StackHost","_interopRequireDefault","require","_StackScreen","_interopRequireWildcard","_StackHost2","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_StackScreen2","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","n","__proto__","a","getOwnPropertyDescriptor","u","i","set","Stack","Host","StackHost","Screen","StackScreen","_default"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/index.ts"],"mappings":";;;;;;;;;;;;;;;AAAA,IAAAA,UAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAC,uBAAA,CAAAF,OAAA;AAIA,IAAAG,WAAA,GAAAH,OAAA;AAAAI,MAAA,CAAAC,IAAA,CAAAF,WAAA,EAAAG,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAJ,WAAA,CAAAI,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAZ,WAAA,CAAAI,GAAA;IAAA;EAAA;AAAA;AACA,IAAAS,aAAA,GAAAhB,OAAA;AAAAI,MAAA,CAAAC,IAAA,CAAAW,aAAA,EAAAV,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAS,aAAA,CAAAT,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,aAAA,CAAAT,GAAA;IAAA;EAAA;AAAA;AAAoC,SAAAU,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAhB,wBAAAgB,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAN,GAAA,CAAAG,CAAA,OAAAO,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAvB,MAAA,CAAAS,cAAA,IAAAT,MAAA,CAAAwB,wBAAA,WAAAC,CAAA,IAAAX,CAAA,oBAAAW,CAAA,OAAApB,cAAA,CAAAC,IAAA,CAAAQ,CAAA,EAAAW,CAAA,SAAAC,CAAA,GAAAH,CAAA,GAAAvB,MAAA,CAAAwB,wBAAA,CAAAV,CAAA,EAAAW,CAAA,UAAAC,CAAA,KAAAA,CAAA,CAAAf,GAAA,IAAAe,CAAA,CAAAC,GAAA,IAAA3B,MAAA,CAAAS,cAAA,CAAAY,CAAA,EAAAI,CAAA,EAAAC,CAAA,IAAAL,CAAA,CAAAI,CAAA,IAAAX,CAAA,CAAAW,CAAA,YAAAJ,CAAA,CAAAF,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAU,GAAA,CAAAb,CAAA,EAAAO,CAAA,GAAAA,CAAA;AAAA,SAAA1B,uBAAAmB,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,KAAAK,OAAA,EAAAL,CAAA;AAEpC;AACA;AACA;AACA,MAAMc,KAAK,GAAG;EACZC,IAAI,EAAEC,kBAAS;EACfC,MAAM,EAAEC;AACV,CAAC;AAAC,IAAAC,QAAA,GAAAzB,OAAA,CAAAW,OAAA,GAEaS,KAAK","ignoreList":[]}
|
|
@@ -4,8 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
var _exportNames = {
|
|
7
|
-
|
|
8
|
-
StackScreen: true,
|
|
7
|
+
Stack: true,
|
|
9
8
|
StackScreenLifecycleState: true,
|
|
10
9
|
SplitViewHost: true,
|
|
11
10
|
SplitViewScreen: true,
|
|
@@ -17,12 +16,6 @@ Object.defineProperty(exports, "SafeAreaView", {
|
|
|
17
16
|
return _SafeAreaView.default;
|
|
18
17
|
}
|
|
19
18
|
});
|
|
20
|
-
Object.defineProperty(exports, "ScreenStackHost", {
|
|
21
|
-
enumerable: true,
|
|
22
|
-
get: function () {
|
|
23
|
-
return _ScreenStackHost.default;
|
|
24
|
-
}
|
|
25
|
-
});
|
|
26
19
|
Object.defineProperty(exports, "SplitViewHost", {
|
|
27
20
|
enumerable: true,
|
|
28
21
|
get: function () {
|
|
@@ -35,16 +28,16 @@ Object.defineProperty(exports, "SplitViewScreen", {
|
|
|
35
28
|
return _SplitViewScreen.default;
|
|
36
29
|
}
|
|
37
30
|
});
|
|
38
|
-
Object.defineProperty(exports, "
|
|
31
|
+
Object.defineProperty(exports, "Stack", {
|
|
39
32
|
enumerable: true,
|
|
40
33
|
get: function () {
|
|
41
|
-
return
|
|
34
|
+
return _stack.default;
|
|
42
35
|
}
|
|
43
36
|
});
|
|
44
37
|
Object.defineProperty(exports, "StackScreenLifecycleState", {
|
|
45
38
|
enumerable: true,
|
|
46
39
|
get: function () {
|
|
47
|
-
return
|
|
40
|
+
return _stack.StackScreenLifecycleState;
|
|
48
41
|
}
|
|
49
42
|
});
|
|
50
43
|
var _types = require("./types");
|
|
@@ -59,12 +52,11 @@ Object.keys(_types).forEach(function (key) {
|
|
|
59
52
|
}
|
|
60
53
|
});
|
|
61
54
|
});
|
|
62
|
-
var
|
|
63
|
-
var _StackScreen = _interopRequireWildcard(require("../components/gamma/stack/StackScreen"));
|
|
55
|
+
var _stack = _interopRequireWildcard(require("../components/gamma/stack"));
|
|
64
56
|
var _SplitViewHost = _interopRequireDefault(require("../components/gamma/split-view/SplitViewHost"));
|
|
65
57
|
var _SplitViewScreen = _interopRequireDefault(require("../components/gamma/split-view/SplitViewScreen"));
|
|
66
58
|
var _SafeAreaView = _interopRequireDefault(require("../components/safe-area/SafeAreaView"));
|
|
59
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
67
60
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
68
61
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
69
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
70
62
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_types","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","
|
|
1
|
+
{"version":3,"names":["_types","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_stack","_interopRequireWildcard","_SplitViewHost","_interopRequireDefault","_SplitViewScreen","_SafeAreaView","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","n","__proto__","a","getOwnPropertyDescriptor","u","i","set"],"sourceRoot":"../../../src","sources":["experimental/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,IAAAA,MAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,MAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAL,MAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAb,MAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AAIA,IAAAS,MAAA,GAAAC,uBAAA,CAAAd,OAAA;AAKA,IAAAe,cAAA,GAAAC,sBAAA,CAAAhB,OAAA;AACA,IAAAiB,gBAAA,GAAAD,sBAAA,CAAAhB,OAAA;AACA,IAAAkB,aAAA,GAAAF,sBAAA,CAAAhB,OAAA;AAA+E,SAAAgB,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,yBAAAH,CAAA,6BAAAI,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAD,wBAAA,YAAAA,CAAAH,CAAA,WAAAA,CAAA,GAAAM,CAAA,GAAAD,CAAA,KAAAL,CAAA;AAAA,SAAAL,wBAAAK,CAAA,EAAAK,CAAA,SAAAA,CAAA,IAAAL,CAAA,IAAAA,CAAA,CAAAC,UAAA,SAAAD,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAE,OAAA,EAAAF,CAAA,QAAAM,CAAA,GAAAH,wBAAA,CAAAE,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAC,GAAA,CAAAP,CAAA,UAAAM,CAAA,CAAAb,GAAA,CAAAO,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAA5B,MAAA,CAAAS,cAAA,IAAAT,MAAA,CAAA6B,wBAAA,WAAAC,CAAA,IAAAZ,CAAA,oBAAAY,CAAA,OAAAzB,cAAA,CAAAC,IAAA,CAAAY,CAAA,EAAAY,CAAA,SAAAC,CAAA,GAAAH,CAAA,GAAA5B,MAAA,CAAA6B,wBAAA,CAAAX,CAAA,EAAAY,CAAA,UAAAC,CAAA,KAAAA,CAAA,CAAApB,GAAA,IAAAoB,CAAA,CAAAC,GAAA,IAAAhC,MAAA,CAAAS,cAAA,CAAAiB,CAAA,EAAAI,CAAA,EAAAC,CAAA,IAAAL,CAAA,CAAAI,CAAA,IAAAZ,CAAA,CAAAY,CAAA,YAAAJ,CAAA,CAAAN,OAAA,GAAAF,CAAA,EAAAM,CAAA,IAAAA,CAAA,CAAAQ,GAAA,CAAAd,CAAA,EAAAQ,CAAA,GAAAA,CAAA","ignoreList":[]}
|
|
@@ -25,14 +25,14 @@ Object.keys(_SplitViewScreen).forEach(function (key) {
|
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
27
|
});
|
|
28
|
-
var
|
|
29
|
-
Object.keys(
|
|
28
|
+
var _StackHost = require("../components/gamma/stack/StackHost.types");
|
|
29
|
+
Object.keys(_StackHost).forEach(function (key) {
|
|
30
30
|
if (key === "default" || key === "__esModule") return;
|
|
31
|
-
if (key in exports && exports[key] ===
|
|
31
|
+
if (key in exports && exports[key] === _StackHost[key]) return;
|
|
32
32
|
Object.defineProperty(exports, key, {
|
|
33
33
|
enumerable: true,
|
|
34
34
|
get: function () {
|
|
35
|
-
return
|
|
35
|
+
return _StackHost[key];
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
38
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_SplitViewHost","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_SplitViewScreen","
|
|
1
|
+
{"version":3,"names":["_SplitViewHost","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_SplitViewScreen","_StackHost","_StackScreen","_SafeAreaView"],"sourceRoot":"../../../src","sources":["experimental/types.ts"],"mappings":";;;;;AAKA,IAAAA,cAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,cAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,cAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,cAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,gBAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,gBAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,gBAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,gBAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,UAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,UAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,UAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,UAAA,CAAAN,GAAA;IAAA;EAAA;AAAA;AACA,IAAAO,YAAA,GAAAX,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAS,YAAA,EAAAR,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAO,YAAA,CAAAP,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAG,YAAA,CAAAP,GAAA;IAAA;EAAA;AAAA;AACA,IAAAQ,aAAA,GAAAZ,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAU,aAAA,EAAAT,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAQ,aAAA,CAAAR,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAI,aAAA,CAAAR,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -4,7 +4,7 @@ import ScreenStackHostNativeComponent from '../../../fabric/gamma/ScreenStackHos
|
|
|
4
4
|
/**
|
|
5
5
|
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
|
|
6
6
|
*/
|
|
7
|
-
function
|
|
7
|
+
function StackHost({
|
|
8
8
|
children
|
|
9
9
|
}) {
|
|
10
10
|
return /*#__PURE__*/React.createElement(ScreenStackHostNativeComponent, {
|
|
@@ -16,5 +16,5 @@ const styles = StyleSheet.create({
|
|
|
16
16
|
flex: 1
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
|
-
export default
|
|
20
|
-
//# sourceMappingURL=
|
|
19
|
+
export default StackHost;
|
|
20
|
+
//# sourceMappingURL=StackHost.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","ScreenStackHostNativeComponent","StackHost","children","createElement","style","styles","container","create","flex"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/StackHost.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,QAAQ,cAAc;AACzC,OAAOC,8BAA8B,MAAM,sDAAsD;AAGjG;AACA;AACA;AACA,SAASC,SAASA,CAAC;EAAEC;AAA+B,CAAC,EAAE;EACrD,oBACEJ,KAAA,CAAAK,aAAA,CAACH,8BAA8B;IAACI,KAAK,EAAEC,MAAM,CAACC;EAAU,GACrDJ,QAC6B,CAAC;AAErC;AAEA,MAAMG,MAAM,GAAGN,UAAU,CAACQ,MAAM,CAAC;EAC/BD,SAAS,EAAE;IACTE,IAAI,EAAE;EACR;AACF,CAAC,CAAC;AAEF,eAAeP,SAAS","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/StackHost.types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["View","ScreenStackHost"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/StackHost.web.tsx"],"mappings":"AAAA,SAASA,IAAI,QAAmB,cAAc;AAI9C,MAAMC,eAAe,GAAGD,IAAI;AAE5B,eAAeC,eAAe","ignoreList":[]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import StackHost from './StackHost';
|
|
2
|
+
import StackScreen from './StackScreen';
|
|
3
|
+
export { StackScreenLifecycleState } from './StackScreen';
|
|
4
|
+
export * from './StackHost.types';
|
|
5
|
+
export * from './StackScreen.types';
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
|
|
9
|
+
*/
|
|
10
|
+
const Stack = {
|
|
11
|
+
Host: StackHost,
|
|
12
|
+
Screen: StackScreen
|
|
13
|
+
};
|
|
14
|
+
export default Stack;
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StackHost","StackScreen","StackScreenLifecycleState","Stack","Host","Screen"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/index.ts"],"mappings":"AAAA,OAAOA,SAAS,MAAM,aAAa;AACnC,OAAOC,WAAW,MAAM,eAAe;AAEvC,SAASC,yBAAyB,QAAQ,eAAe;AAEzD,cAAc,mBAAmB;AACjC,cAAc,qBAAqB;;AAEnC;AACA;AACA;AACA,MAAMC,KAAK,GAAG;EACZC,IAAI,EAAEJ,SAAS;EACfK,MAAM,EAAEJ;AACV,CAAC;AAED,eAAeE,KAAK","ignoreList":[]}
|
|
@@ -8,8 +8,7 @@ export * from './types';
|
|
|
8
8
|
|
|
9
9
|
// Components
|
|
10
10
|
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as StackScreen, StackScreenLifecycleState } from '../components/gamma/stack/StackScreen';
|
|
11
|
+
export { default as Stack, StackScreenLifecycleState } from '../components/gamma/stack';
|
|
13
12
|
export { default as SplitViewHost } from '../components/gamma/split-view/SplitViewHost';
|
|
14
13
|
export { default as SplitViewScreen } from '../components/gamma/split-view/SplitViewScreen';
|
|
15
14
|
export { default as SafeAreaView } from '../components/safe-area/SafeAreaView';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default","
|
|
1
|
+
{"version":3,"names":["default","Stack","StackScreenLifecycleState","SplitViewHost","SplitViewScreen","SafeAreaView"],"sourceRoot":"../../../src","sources":["experimental/index.ts"],"mappings":"AAAA;AACA;AACA;AACA;;AAEA;AACA,cAAc,SAAS;;AAEvB;;AAEA,SACEA,OAAO,IAAIC,KAAK,EAChBC,yBAAyB,QACpB,2BAA2B;AAElC,SAASF,OAAO,IAAIG,aAAa,QAAQ,8CAA8C;AACvF,SAASH,OAAO,IAAII,eAAe,QAAQ,gDAAgD;AAC3F,SAASJ,OAAO,IAAIK,YAAY,QAAQ,sCAAsC","ignoreList":[]}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
export * from '../components/gamma/split-view/SplitViewHost.types';
|
|
7
7
|
export * from '../components/gamma/split-view/SplitViewScreen.types';
|
|
8
|
-
export * from '../components/gamma/stack/
|
|
8
|
+
export * from '../components/gamma/stack/StackHost.types';
|
|
9
9
|
export * from '../components/gamma/stack/StackScreen.types';
|
|
10
10
|
export * from '../components/safe-area/SafeAreaView.types';
|
|
11
11
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["experimental/types.ts"],"mappings":"AAAA;AACA;AACA;AACA;;AAEA,cAAc,oDAAoD;AAClE,cAAc,sDAAsD;AACpE,cAAc,
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["experimental/types.ts"],"mappings":"AAAA;AACA;AACA;AACA;;AAEA,cAAc,oDAAoD;AAClE,cAAc,sDAAsD;AACpE,cAAc,2CAA2C;AACzD,cAAc,6CAA6C;AAC3D,cAAc,4CAA4C","ignoreList":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ScreenStackHostProps } from './StackHost.types';
|
|
3
|
+
/**
|
|
4
|
+
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
|
|
5
|
+
*/
|
|
6
|
+
declare function StackHost({ children }: ScreenStackHostProps): React.JSX.Element;
|
|
7
|
+
export default StackHost;
|
|
8
|
+
//# sourceMappingURL=StackHost.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StackHost.d.ts","sourceRoot":"","sources":["../../../../../src/components/gamma/stack/StackHost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAE9D;;GAEG;AACH,iBAAS,SAAS,CAAC,EAAE,QAAQ,EAAE,EAAE,oBAAoB,qBAMpD;AAQD,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StackHost.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/gamma/stack/StackHost.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAClC,CAAC"}
|
package/lib/typescript/components/gamma/stack/{ScreenStackHost.web.d.ts → StackHost.web.d.ts}
RENAMED
|
@@ -2,4 +2,4 @@ import { View, ViewProps } from 'react-native';
|
|
|
2
2
|
export type ScreenStackNativeProps = ViewProps;
|
|
3
3
|
declare const ScreenStackHost: typeof View;
|
|
4
4
|
export default ScreenStackHost;
|
|
5
|
-
//# sourceMappingURL=
|
|
5
|
+
//# sourceMappingURL=StackHost.web.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StackHost.web.d.ts","sourceRoot":"","sources":["../../../../../src/components/gamma/stack/StackHost.web.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,MAAM,sBAAsB,GAAG,SAAS,CAAC;AAE/C,QAAA,MAAM,eAAe,aAAO,CAAC;AAE7B,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import StackHost from './StackHost';
|
|
2
|
+
import StackScreen from './StackScreen';
|
|
3
|
+
export { StackScreenLifecycleState } from './StackScreen';
|
|
4
|
+
export * from './StackHost.types';
|
|
5
|
+
export * from './StackScreen.types';
|
|
6
|
+
/**
|
|
7
|
+
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
|
|
8
|
+
*/
|
|
9
|
+
declare const Stack: {
|
|
10
|
+
Host: typeof StackHost;
|
|
11
|
+
Screen: typeof StackScreen;
|
|
12
|
+
};
|
|
13
|
+
export default Stack;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/gamma/stack/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,WAAW,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAC;AAE1D,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AAEpC;;GAEG;AACH,QAAA,MAAM,KAAK;;;CAGV,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
* BE SUBJECT TO BREAKING CHANGES WITHOUT NOTICE OR LIBRARY MAJOR VERSION CHANGE.
|
|
4
4
|
*/
|
|
5
5
|
export * from './types';
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as StackScreen, StackScreenLifecycleState, } from '../components/gamma/stack/StackScreen';
|
|
6
|
+
export { default as Stack, StackScreenLifecycleState, } from '../components/gamma/stack';
|
|
8
7
|
export { default as SplitViewHost } from '../components/gamma/split-view/SplitViewHost';
|
|
9
8
|
export { default as SplitViewScreen } from '../components/gamma/split-view/SplitViewScreen';
|
|
10
9
|
export { default as SafeAreaView } from '../components/safe-area/SafeAreaView';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/experimental/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,cAAc,SAAS,CAAC;AAIxB,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/experimental/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,cAAc,SAAS,CAAC;AAIxB,OAAO,EACL,OAAO,IAAI,KAAK,EAChB,yBAAyB,GAC1B,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,gDAAgD,CAAC;AAC5F,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sCAAsC,CAAC"}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
export * from '../components/gamma/split-view/SplitViewHost.types';
|
|
6
6
|
export * from '../components/gamma/split-view/SplitViewScreen.types';
|
|
7
|
-
export * from '../components/gamma/stack/
|
|
7
|
+
export * from '../components/gamma/stack/StackHost.types';
|
|
8
8
|
export * from '../components/gamma/stack/StackScreen.types';
|
|
9
9
|
export * from '../components/safe-area/SafeAreaView.types';
|
|
10
10
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/experimental/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/experimental/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AACrE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,4CAA4C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-screens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.20.0-nightly-20251216-94c1d7108",
|
|
4
4
|
"description": "Native navigation primitives for your React Native app.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"submodules": "git submodule update --init --recursive && (cd react-navigation && yarn && yarn build && cd ../)",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { StyleSheet } from 'react-native';
|
|
3
3
|
import ScreenStackHostNativeComponent from '../../../fabric/gamma/ScreenStackHostNativeComponent';
|
|
4
|
-
import type { ScreenStackHostProps } from './
|
|
4
|
+
import type { ScreenStackHostProps } from './StackHost.types';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
|
|
8
8
|
*/
|
|
9
|
-
function
|
|
9
|
+
function StackHost({ children }: ScreenStackHostProps) {
|
|
10
10
|
return (
|
|
11
11
|
<ScreenStackHostNativeComponent style={styles.container}>
|
|
12
12
|
{children}
|
|
@@ -20,4 +20,4 @@ const styles = StyleSheet.create({
|
|
|
20
20
|
},
|
|
21
21
|
});
|
|
22
22
|
|
|
23
|
-
export default
|
|
23
|
+
export default StackHost;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import StackHost from './StackHost';
|
|
2
|
+
import StackScreen from './StackScreen';
|
|
3
|
+
|
|
4
|
+
export { StackScreenLifecycleState } from './StackScreen';
|
|
5
|
+
|
|
6
|
+
export * from './StackHost.types';
|
|
7
|
+
export * from './StackScreen.types';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
|
|
11
|
+
*/
|
|
12
|
+
const Stack = {
|
|
13
|
+
Host: StackHost,
|
|
14
|
+
Screen: StackScreen,
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export default Stack;
|
|
@@ -8,11 +8,11 @@ export * from './types';
|
|
|
8
8
|
|
|
9
9
|
// Components
|
|
10
10
|
|
|
11
|
-
export { default as ScreenStackHost } from '../components/gamma/stack/ScreenStackHost';
|
|
12
11
|
export {
|
|
13
|
-
default as
|
|
12
|
+
default as Stack,
|
|
14
13
|
StackScreenLifecycleState,
|
|
15
|
-
} from '../components/gamma/stack
|
|
14
|
+
} from '../components/gamma/stack';
|
|
15
|
+
|
|
16
16
|
export { default as SplitViewHost } from '../components/gamma/split-view/SplitViewHost';
|
|
17
17
|
export { default as SplitViewScreen } from '../components/gamma/split-view/SplitViewScreen';
|
|
18
18
|
export { default as SafeAreaView } from '../components/safe-area/SafeAreaView';
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
export * from '../components/gamma/split-view/SplitViewHost.types';
|
|
7
7
|
export * from '../components/gamma/split-view/SplitViewScreen.types';
|
|
8
|
-
export * from '../components/gamma/stack/
|
|
8
|
+
export * from '../components/gamma/stack/StackHost.types';
|
|
9
9
|
export * from '../components/gamma/stack/StackScreen.types';
|
|
10
10
|
export * from '../components/safe-area/SafeAreaView.types';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_ScreenStackHostNativeComponent","e","__esModule","default","ScreenStackHost","children","createElement","style","styles","container","StyleSheet","create","flex","_default","exports"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/ScreenStackHost.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,+BAAA,GAAAH,sBAAA,CAAAC,OAAA;AAAkG,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAGlG;AACA;AACA;AACA,SAASG,eAAeA,CAAC;EAAEC;AAA+B,CAAC,EAAE;EAC3D,oBACET,MAAA,CAAAO,OAAA,CAAAG,aAAA,CAACN,+BAAA,CAAAG,OAA8B;IAACI,KAAK,EAAEC,MAAM,CAACC;EAAU,GACrDJ,QAC6B,CAAC;AAErC;AAEA,MAAMG,MAAM,GAAGE,uBAAU,CAACC,MAAM,CAAC;EAC/BF,SAAS,EAAE;IACTG,IAAI,EAAE;EACR;AACF,CAAC,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAX,OAAA,GAEYC,eAAe","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/ScreenStackHost.types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","ScreenStackHost","View","_default","exports","default"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/ScreenStackHost.web.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,MAAMC,eAAe,GAAGC,iBAAI;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEdJ,eAAe","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","ScreenStackHostNativeComponent","ScreenStackHost","children","createElement","style","styles","container","create","flex"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/ScreenStackHost.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,QAAQ,cAAc;AACzC,OAAOC,8BAA8B,MAAM,sDAAsD;AAGjG;AACA;AACA;AACA,SAASC,eAAeA,CAAC;EAAEC;AAA+B,CAAC,EAAE;EAC3D,oBACEJ,KAAA,CAAAK,aAAA,CAACH,8BAA8B;IAACI,KAAK,EAAEC,MAAM,CAACC;EAAU,GACrDJ,QAC6B,CAAC;AAErC;AAEA,MAAMG,MAAM,GAAGN,UAAU,CAACQ,MAAM,CAAC;EAC/BD,SAAS,EAAE;IACTE,IAAI,EAAE;EACR;AACF,CAAC,CAAC;AAEF,eAAeP,eAAe","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/ScreenStackHost.types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["View","ScreenStackHost"],"sourceRoot":"../../../../../src","sources":["components/gamma/stack/ScreenStackHost.web.tsx"],"mappings":"AAAA,SAASA,IAAI,QAAmB,cAAc;AAI9C,MAAMC,eAAe,GAAGD,IAAI;AAE5B,eAAeC,eAAe","ignoreList":[]}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { ScreenStackHostProps } from './ScreenStackHost.types';
|
|
3
|
-
/**
|
|
4
|
-
* EXPERIMENTAL API, MIGHT CHANGE W/O ANY NOTICE
|
|
5
|
-
*/
|
|
6
|
-
declare function ScreenStackHost({ children }: ScreenStackHostProps): React.JSX.Element;
|
|
7
|
-
export default ScreenStackHost;
|
|
8
|
-
//# sourceMappingURL=ScreenStackHost.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScreenStackHost.d.ts","sourceRoot":"","sources":["../../../../../src/components/gamma/stack/ScreenStackHost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAEpE;;GAEG;AACH,iBAAS,eAAe,CAAC,EAAE,QAAQ,EAAE,EAAE,oBAAoB,qBAM1D;AAQD,eAAe,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScreenStackHost.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/gamma/stack/ScreenStackHost.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAClC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScreenStackHost.web.d.ts","sourceRoot":"","sources":["../../../../../src/components/gamma/stack/ScreenStackHost.web.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,MAAM,sBAAsB,GAAG,SAAS,CAAC;AAE/C,QAAA,MAAM,eAAe,aAAO,CAAC;AAE7B,eAAe,eAAe,CAAC"}
|
|
File without changes
|
|
File without changes
|