one 1.1.346 → 1.1.348
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.
@@ -18,7 +18,7 @@ __export(createApp_native_exports, {
|
|
18
18
|
createApp: () => createApp
|
19
19
|
});
|
20
20
|
module.exports = __toCommonJS(createApp_native_exports);
|
21
|
-
var import_jsx_runtime = require("react/jsx-runtime"),
|
21
|
+
var import_jsx_runtime = require("react/jsx-runtime"), import_react_native = require("react-native"), import_polyfills_mobile = require("./polyfills-mobile"), import_setup = require("./setup"), import_Root = require("./Root");
|
22
22
|
import_react_native.LogBox.ignoreLogs([
|
23
23
|
/Sending .* with no listeners registered/
|
24
24
|
]);
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../src/Users/n8/one/packages/one/src/createApp.native.tsx"],
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;uDAAA,0BAAO,+BACP,eAAO,oBACP,cAAqB
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;uDAAA,sBAAoC,yBACpC,0BAAO,+BACP,eAAO,oBACP,cAAqB;AAKrBA,2BAAOC,WAAW;EAAC;CAA0C;AAEtD,SAASC,UAAUC,SAAuB;AAC/C,MAAMC,MAAM,WAAA;WAAM,uCAAAC,KAACC,kBAAAA;MAAKC,UAAQ;MAACC,QAAQL,QAAQK;MAAQC,MAAK;;;AAE9DC,kCAAYC,kBAAkB,QAAQ,WAAA;WAAMP;MAExCQ,QAAQC,IAAIC,gBACdJ,gCAAYC,kBAAkBC,QAAQC,IAAIC,cAAc,WAAA;WAAMV;;AAElE;",
|
5
5
|
"names": ["LogBox", "ignoreLogs", "createApp", "options", "App", "_jsx", "Root", "isClient", "routes", "path", "AppRegistry", "registerComponent", "process", "env", "ONE_APP_NAME"]
|
6
6
|
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import { AppRegistry, LogBox } from "react-native";
|
2
3
|
import "./polyfills-mobile";
|
3
4
|
import "./setup";
|
4
5
|
import { Root } from "./Root";
|
5
|
-
import { AppRegistry, LogBox } from "react-native";
|
6
6
|
LogBox.ignoreLogs([
|
7
7
|
/Sending .* with no listeners registered/
|
8
8
|
]);
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../src/Users/n8/one/packages/one/src/createApp.native.tsx"],
|
4
|
-
"mappings": ";AAAA,OAAO;AACP,OAAO;AACP,
|
5
|
-
"names": ["
|
4
|
+
"mappings": ";AAAA,SAASA,aAAaC,cAAc;AACpC,OAAO;AACP,OAAO;AACP,SAASC,YAAY;AAKrBD,OAAOE,WAAW;EAAC;CAA0C;AAEtD,SAASC,UAAUC,SAAuB;AAC/C,MAAMC,MAAM,WAAA;WAAM,qBAACJ,MAAAA;MAAKK,UAAQ;MAACC,QAAQH,QAAQG;MAAQC,MAAK;;;AAE9DT,cAAYU,kBAAkB,QAAQ,WAAA;WAAMJ;MAExCK,QAAQC,IAAIC,gBACdb,YAAYU,kBAAkBC,QAAQC,IAAIC,cAAc,WAAA;WAAMP;;AAElE;",
|
5
|
+
"names": ["AppRegistry", "LogBox", "Root", "ignoreLogs", "createApp", "options", "App", "isClient", "routes", "path", "registerComponent", "process", "env", "ONE_APP_NAME"]
|
6
6
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "one",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.348",
|
4
4
|
"source": "src/index.ts",
|
5
5
|
"types": "./types/index.d.ts",
|
6
6
|
"sideEffects": [
|
@@ -112,15 +112,15 @@
|
|
112
112
|
"@react-navigation/routers": "~6.1.9",
|
113
113
|
"@swc/core": "^1.7.14",
|
114
114
|
"@ungap/structured-clone": "^1.2.0",
|
115
|
-
"@vxrn/resolve": "
|
116
|
-
"@vxrn/tslib-lite": "
|
117
|
-
"@vxrn/universal-color-scheme": "
|
118
|
-
"@vxrn/use-isomorphic-layout-effect": "
|
115
|
+
"@vxrn/resolve": "workspace:*",
|
116
|
+
"@vxrn/tslib-lite": "workspace:*",
|
117
|
+
"@vxrn/universal-color-scheme": "workspace:*",
|
118
|
+
"@vxrn/use-isomorphic-layout-effect": "workspace:*",
|
119
119
|
"babel-dead-code-elimination": "^1.0.6",
|
120
120
|
"babel-plugin-react-compiler": "^19.0.0-beta-201e55d-20241215",
|
121
121
|
"citty": "^0.1.6",
|
122
122
|
"core-js": "^3.38.1",
|
123
|
-
"create-vxrn": "
|
123
|
+
"create-vxrn": "workspace:*",
|
124
124
|
"escape-string-regexp": "^5.0.0",
|
125
125
|
"expo-linking": "~6.3.1",
|
126
126
|
"expo-modules-core": "^1.12.24",
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"url-parse": "^1.5.10",
|
144
144
|
"vite": "^6.0.3",
|
145
145
|
"vite-tsconfig-paths": "^5.0.1",
|
146
|
-
"vxrn": "
|
146
|
+
"vxrn": "workspace:*",
|
147
147
|
"ws": "^8.18.0",
|
148
148
|
"xxhashjs": "^0.2.2"
|
149
149
|
},
|
package/src/createApp.native.tsx
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
+
import { AppRegistry, LogBox } from 'react-native' // This should be the first import as it might set up global variables that are needed for the other imports
|
1
2
|
import './polyfills-mobile'
|
2
3
|
import './setup'
|
3
4
|
import { Root } from './Root'
|
4
|
-
import { AppRegistry, LogBox } from 'react-native'
|
5
5
|
|
6
6
|
export type CreateAppProps = { routes: Record<string, () => Promise<unknown>> }
|
7
7
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"createApp.native.d.ts","sourceRoot":"","sources":["../src/createApp.native.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"createApp.native.d.ts","sourceRoot":"","sources":["../src/createApp.native.tsx"],"names":[],"mappings":"AACA,OAAO,oBAAoB,CAAA;AAC3B,OAAO,SAAS,CAAA;AAGhB,MAAM,MAAM,cAAc,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC,CAAA;CAAE,CAAA;AAK/E,wBAAgB,SAAS,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,CAQvD"}
|