Skip to content

Commit

Permalink
[ui] clipboard component for native. macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
lts-po committed Jul 19, 2022
1 parent bdda3e9 commit 831fde1
Show file tree
Hide file tree
Showing 3 changed files with 1,022 additions and 612 deletions.
6 changes: 6 additions & 0 deletions frontend/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ PODS:
- React-perflogger (= 0.68.2)
- RNCAsyncStorage (1.17.7):
- React-Core
- RNCClipboard (1.10.0):
- React-Core
- RNSVG (12.3.0):
- React-Core
- SocketRocket (0.6.0)
Expand Down Expand Up @@ -422,6 +424,7 @@ DEPENDENCIES:
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
- RNSVG (from `../node_modules/react-native-svg`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

Expand Down Expand Up @@ -510,6 +513,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon"
RNCAsyncStorage:
:path: "../node_modules/@react-native-async-storage/async-storage"
RNCClipboard:
:path: "../node_modules/@react-native-clipboard/clipboard"
RNSVG:
:path: "../node_modules/react-native-svg"
Yoga:
Expand Down Expand Up @@ -562,6 +567,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: b960b687d2dfef0d3761fbb187e01812ebab8b23
ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2
RNCAsyncStorage: d81ee5c3db1060afd49ea7045ad460eff82d2b7d
RNCClipboard: f1736c75ab85b627a4d57587edb4b60999c4dd80
RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952
Expand Down
8 changes: 3 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"macos": "react-native run-macos",
"native-start": "react-native start",
"build": "react-scripts build",
"test": "jest --forceExit",
"cypress": "cypress run",
"lint": "npx run prettier --write src",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
Expand All @@ -38,6 +38,7 @@
"@fortawesome/react-fontawesome": "^0.1.18",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-clipboard/clipboard": "^1.10.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"chart.js": "^3.7.1",
Expand All @@ -53,6 +54,7 @@
"react-chartjs-2": "^4.0.1",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-macos": "^0.66.0-0",
"react-native-pager-view": "^5.4.15",
"react-native-safe-area-context": "^4.2.5",
"react-native-svg": "^12.3.0",
Expand All @@ -74,7 +76,6 @@
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"cypress": "^9.5.2",
"html-webpack-plugin": "^5.5.0",
"react-test-renderer": "17.0.2",
"serve": "^13.0.2",
Expand Down Expand Up @@ -114,9 +115,6 @@
],
"transformIgnorePatterns": [
"/node_modules/(?!(@react-native|react-native|@fortawesome)/).*/"
],
"testPathIgnorePatterns": [
"cypress"
]
}
}
Loading

0 comments on commit 831fde1

Please sign in to comment.