Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions apps/playground/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"slug": "rozenite-playground",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"icon": "./assets/images/splash-icon.png",
"scheme": "rozenite",
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.callstackcincubator.rozenite",
"icon": "./assets/images/app.icon"
"icon": "./assets/images/app.icon",
"deploymentTarget": "16.4"
},
"android": {
"adaptiveIcon": {
Expand All @@ -27,6 +28,7 @@
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"@react-native-async-storage/expo-with-async-storage",
"expo-sqlite",
[
"expo-splash-screen",
Expand Down
4 changes: 2 additions & 2 deletions apps/playground/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// https://docs.expo.dev/guides/using-eslint/
import baseConfig from '../../eslint.config.mjs';
import expoConfig from 'eslint-config-expo/flat.js';

export default [
...baseConfig,
...expoConfig,
{
ignores: ['dist/*'],
},
{
rules: {
'@typescript-eslint/no-require-imports': 'off',
'react-hooks/purity': 'off',
'react-hooks/set-state-in-effect': 'off',
},
},
];
3 changes: 3 additions & 0 deletions apps/playground/metro.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Learn more https://docs.expo.io/guides/customizing-metro
// This app intentionally uses React Navigation with a custom AppRegistry entry point.
process.env.EXPO_ROUTER_DISABLE_RN_NAVIGATION_CHECK = '1';

const { getDefaultConfig } = require('expo/metro-config');
const { composeMetroConfigTransformers } = require('@rozenite/tools');
const { withRozenite } = require('@rozenite/metro');
Expand Down
81 changes: 44 additions & 37 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,25 @@
"typecheck": "tsc -p tsconfig.app.json --noEmit",
"lint": "expo lint"
},
"expo": {
"install": {
"exclude": [
"@react-native-async-storage/async-storage"
]
}
},
"dependencies": {
"@dr.pogodin/react-native-fs": "^2.36.2",
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^3.0.1",
"@react-native-async-storage/async-storage": "^3.1.1",
"@react-native-async-storage/expo-with-async-storage": "^1.0.0",
"@react-navigation/bottom-tabs": "^7.4.7",
"@react-navigation/elements": "^2.6.3",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.3.21",
"@reduxjs/toolkit": "^2.8.2",
"@rozenite/agent-sdk": "workspace:*",
"@rozenite/agent-bridge": "workspace:*",
"@rozenite/agent-sdk": "workspace:*",
"@rozenite/controls-plugin": "workspace:*",
"@rozenite/expo-atlas-plugin": "workspace:*",
"@rozenite/file-system-plugin": "workspace:*",
Expand All @@ -33,70 +41,69 @@
"@rozenite/overlay-plugin": "workspace:*",
"@rozenite/performance-monitor-plugin": "workspace:*",
"@rozenite/plugin-bridge": "workspace:*",
"@rozenite/rhf-plugin": "workspace:*",
"@rozenite/react-navigation-plugin": "workspace:*",
"@rozenite/redux-devtools-plugin": "workspace:*",
"@rozenite/require-profiler-plugin": "workspace:*",
"@rozenite/rhf-plugin": "workspace:*",
"@rozenite/sqlite-plugin": "workspace:*",
"@rozenite/storage-plugin": "workspace:*",
"@rozenite/tanstack-query-plugin": "workspace:*",
"@rozenite/web": "workspace:*",
"@tanstack/react-query": "^5.81.5",
"expo": "^55.0.0-preview.10",
"expo-constants": "~55.0.4",
"expo-font": "~55.0.3",
"expo-haptics": "~55.0.5",
"expo-image": "~55.0.3",
"expo-linking": "~55.0.4",
"expo-router": "~55.0.0-preview.7",
"expo-secure-store": "^55.0.8",
"expo-splash-screen": "~55.0.5",
"expo-sqlite": "^55.0.11",
"expo-status-bar": "~55.0.2",
"expo-symbols": "~55.0.3",
"expo-system-ui": "~55.0.5",
"expo-web-browser": "~55.0.5",
"react": "catalog:",
"react-dom": "catalog:",
"react-native": "catalog:",
"react-native-gesture-handler": "~2.30.0",
"expo": "^57.0.8",
"expo-constants": "~57.0.7",
"expo-font": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-image": "~57.0.1",
"expo-linking": "~57.0.4",
"expo-secure-store": "^57.0.1",
"expo-splash-screen": "~57.0.5",
"expo-sqlite": "^57.0.1",
"expo-status-bar": "~57.0.1",
"expo-symbols": "~57.0.1",
"expo-system-ui": "~57.0.1",
"expo-web-browser": "~57.0.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.54.2",
"react-native": "0.86.0",
"react-native-gesture-handler": "~2.32.0",
"react-native-get-random-values": "^1.11.0",
"react-native-harness": "^1.0.0-alpha.24",
"react-native-mmkv": "^4.0.0",
"react-native-nitro-fetch": "^1.0.3",
"react-native-nitro-modules": "^0.35.4",
"react-native-nitro-text-decoder": "^0.1.0",
"react-native-nitro-websockets": "^1.0.3",
"react-native-mmkv": "^4.3.2",
"react-native-nitro-fetch": "^1.5.1",
"react-native-nitro-modules": "^0.36.1",
"react-native-nitro-text-decoder": "^0.2.0",
"react-native-nitro-websockets": "^1.1.0",
"react-native-performance": "5.1.4",
"react-native-reanimated": "~4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.22.0",
"react-native-reanimated": "~4.5.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.2",
"react-native-sse": "^1.2.1",
"react-native-svg": "15.15.1",
"react-native-svg": "15.15.4",
"react-native-svg-web": "~1.0.9",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.7.2",
"react-hook-form": "^7.54.2",
"react-native-worklets": "0.10.0",
"react-redux": "^9.2.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@react-native-harness/platform-android": "^1.0.0-alpha.24",
"@react-native/babel-preset": "^0.85.0",
"@react-native/babel-preset": "~0.86.0",
"@rozenite/tools": "workspace:*",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react-native": "~12.9.0",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/react-dom": "~19.2.3",
"babel-loader": "^10.1.1",
"babel-plugin-react-native-web": "^0.21.2",
"eslint": "^9.25.0",
"eslint-config-expo": "~55.0.0",
"eslint-config-expo": "~57.0.0",
"html-webpack-plugin": "^5.6.6",
"react-test-renderer": "19.2.0",
"react-test-renderer": "19.2.3",
"rozenite": "workspace:*",
"typescript": "~5.9.2",
"typescript": "~6.0.3",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
Expand Down
1 change: 1 addition & 0 deletions apps/playground/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"module": "esnext",
"moduleResolution": "bundler",
"baseUrl": ".",
"ignoreDeprecations": "6.0",
"lib": ["dom", "es2022"],
"types": ["node"],
"noUnusedLocals": false,
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"dts-bundle-generator": "^9.5.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"expo": "^57.0.7",
"husky": "^9.1.7",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
Expand All @@ -57,6 +58,7 @@
}
},
"resolutions": {
"@microsoft/api-extractor": "7.48.1"
"@microsoft/api-extractor": "7.48.1",
"metro-config": "0.84.4"
}
}
2 changes: 1 addition & 1 deletion packages/metro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native/metro-config": "~0.76.0"
"@react-native/metro-config": "~0.86.0"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react": "catalog:",
"react-dom": "catalog:",
"react-native": "catalog:",
"react-native-svg": "~15.8.0",
"react-native-svg": "15.15.4",
"react-native-web": "^0.21.2",
"rozenite": "workspace:*",
"tailwind-variants": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/src/__tests__/metro-transformers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const mockMetroConfig = {
enabled: false,
},
},
} as MetroConfig;
} as unknown as MetroConfig;

// Helper to create a test config
const createTestConfig = (): MetroConfig => ({
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@react-native/metro-config": "~0.76.0"
"@react-native/metro-config": "~0.86.0"
},
"engines": {
"node": ">=20"
Expand Down
Loading
Loading