creactive 0.0.11 → 0.0.12

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.
@@ -26,7 +26,7 @@ return /******/ (() => { // webpackBootstrap
26
26
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27
27
 
28
28
  "use strict";
29
- eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Text: () => (/* binding */ Text)\n/* harmony export */ });\n/* harmony import */ var react_native_web_dist_exports_Text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-native-web/dist/exports/Text */ \"./node_modules/react-native-web/dist/exports/Text/index.js\");\n/* harmony import */ var react_native_web_dist_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-native-web/dist/exports/StyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/index.js\");\n/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ \"./node_modules/react/jsx-runtime.js\");\n\n\n\nconst styleSheet = react_native_web_dist_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_1__[\"default\"].create({\n element: {\n color: 'red'\n }\n});\nconst Text = ({\n children\n}) => {\n return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(react_native_web_dist_exports_Text__WEBPACK_IMPORTED_MODULE_2__[\"default\"], {\n style: styleSheet.element,\n children: children\n });\n};\n\n//# sourceURL=webpack://creactive/./source/components/text/text.tsx?");
29
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Text: () => (/* binding */ Text)\n/* harmony export */ });\n/* harmony import */ var react_native_web_dist_exports_Text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-native-web/dist/exports/Text */ \"./node_modules/react-native-web/dist/exports/Text/index.js\");\n/* harmony import */ var react_native_web_dist_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-native-web/dist/exports/StyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/index.js\");\n/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ \"./node_modules/react/jsx-runtime.js\");\n\n\n\nvar styleSheet = react_native_web_dist_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_1__[\"default\"].create({\n element: {\n color: 'red'\n }\n});\nvar Text = function Text(_ref) {\n var children = _ref.children;\n return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(react_native_web_dist_exports_Text__WEBPACK_IMPORTED_MODULE_2__[\"default\"], {\n style: styleSheet.element,\n children: children\n });\n};\n\n//# sourceURL=webpack://creactive/./source/components/text/text.tsx?");
30
30
 
31
31
  /***/ }),
32
32
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "creactive",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "main": "build/web/index.js",
5
5
  "files": [
6
6
  "build/web/**"
7
7
  ],
8
8
  "scripts": {
9
9
  "prestart": "sb-rn-get-stories && node scripts/update-package-main.js .storybook",
10
- "start": "expo start",
10
+ "start": "expo start --clear",
11
11
  "test": "jest --watchAll",
12
12
  "lint": "expo lint",
13
13
  "build": "webpack --mode development",
@@ -17,14 +17,15 @@
17
17
  "jest": {
18
18
  "preset": "jest-expo"
19
19
  },
20
- "peerDependencies": {
21
- "react": "18.3.1",
22
- "react-native": "^0.76.3",
20
+ "dependencies": {
21
+ "react": "^18.3.1",
22
+ "react-native": "^0.76.6",
23
23
  "react-native-web": "^0.19.13"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/core": "^7.25.2",
27
27
  "@babel/plugin-transform-typescript": "^7.26.7",
28
+ "@babel/preset-env": "^7.26.7",
28
29
  "@babel/preset-react": "^7.26.3",
29
30
  "@faker-js/faker": "^9.2.0",
30
31
  "@react-native-async-storage/async-storage": "^1.23.1",
@@ -37,12 +38,11 @@
37
38
  "@typescript-eslint/eslint-plugin": "^8.15.0",
38
39
  "@typescript-eslint/parser": "^8.15.0",
39
40
  "babel-loader": "^8.4.1",
40
- "babel-plugin-react-native-web": "^0.19.13",
41
41
  "eslint-config-standard": "^17.1.0",
42
42
  "eslint-plugin-jest": "^28.9.0",
43
- "expo": "^52.0.11",
43
+ "expo": "^52.0.28",
44
44
  "jest": "^29.2.1",
45
- "jest-expo": "~52.0.2",
45
+ "jest-expo": "^52.0.3",
46
46
  "metro-react-native-babel-preset": "^0.77.0",
47
47
  "prettier-plugin-organize-imports": "^4.1.0",
48
48
  "typescript": "^5.3.3",
@@ -1,19 +0,0 @@
1
- /**
2
- * @license React
3
- * react-jsx-runtime.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
-
11
- /**
12
- * @license React
13
- * react.production.min.js
14
- *
15
- * Copyright (c) Facebook, Inc. and its affiliates.
16
- *
17
- * This source code is licensed under the MIT license found in the
18
- * LICENSE file in the root directory of this source tree.
19
- */