Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Oct 8, 2023
1 parent cb1665c commit a187d5a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion example/src/testServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Platform } from 'react-native';
// NOTE: The path resolved for server by resolveAssetsPath()
// from react-native-static-server is non-writable on iOS / macOS.§
export const FILE_DIR = Platform.select({
windows: `${TemporaryDirectoryPath}\\test-server`,
windows: `${TemporaryDirectoryPath}\\test-server`,
default: `${TemporaryDirectoryPath}test-server`,
});

Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"devDependencies": {
"@react-native/eslint-config": "^0.72.2",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.23",
"@types/react": "^18.2.25",
"del-cli": "^5.1.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit a187d5a

Please sign in to comment.