|
3 | 3 | "version": "0.0.1", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "android": "react-native run-android", |
7 | | - "build:android": "mkdirp dist/res && react-native bundle --entry-file index.js --platform android --dev true --bundle-output dist/main.android.jsbundle --assets-dest dist/res", |
8 | | - "build:ios": "mkdirp dist && react-native bundle --entry-file index.js --platform ios --dev true --bundle-output dist/main.ios.jsbundle --assets-dest dist", |
9 | | - "build:macos": "mkdirp dist && react-native bundle --entry-file index.js --platform macos --dev true --bundle-output dist/main.macos.jsbundle --assets-dest dist", |
10 | 6 | "build:windows": "mkdirp dist && react-native bundle --entry-file index.js --platform windows --dev true --bundle-output dist/main.windows.bundle --assets-dest dist", |
11 | | - "ios": "react-native run-ios", |
12 | 7 | "lint": "eslint .", |
13 | | - "macos": "react-native run-macos --scheme Playground", |
14 | 8 | "start": "react-native start", |
15 | 9 | "test": "jest", |
16 | 10 | "windows": "react-native run-windows --sln windows/Playground.sln" |
|
33 | 27 | "@babel/preset-env": "^7.25.3", |
34 | 28 | "@babel/runtime": "^7.25.0", |
35 | 29 | "@react-native-community/cli": "19.0.0", |
36 | | - "@react-native-community/cli-platform-android": "19.0.0", |
37 | | - "@react-native-community/cli-platform-ios": "19.0.0", |
38 | 30 | "@react-native/babel-preset": "0.80.0", |
39 | 31 | "@react-native/eslint-config": "0.80.0", |
40 | 32 | "@react-native/metro-config": "0.80.0", |
|
0 commit comments