Skip to content

Commit

Permalink
Update to RNW 0.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisglein committed Apr 29, 2024
1 parent e574c13 commit ab31574
Show file tree
Hide file tree
Showing 9 changed files with 242 additions and 243 deletions.
3 changes: 1 addition & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
module.exports = {
presets: [['module:metro-react-native-babel-preset', {useTransformReactJSXExperimental:true}]],
plugins: [['@babel/plugin-transform-react-jsx', { runtime: 'classic' }]]
presets: ['module:@react-native/babel-preset'],
};
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"react": "18.2.0",
"react-native": "0.74.0-rc.0",
"react-native": "0.74.0-rc.9",
"react-native-content-dialog": "^0.2.0",
"react-native-markdown-display-updated": "^7.0.0",
"react-native-svg": "^15.1.0",
"react-native-syntax-highlighter": "^2.1.0",
"react-native-windows": "0.74.0-preview.1",
"react-native-windows": "0.74.0",
"react-native-winrt": "^0.72.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.77",
"@react-native/eslint-config": "0.74.77",
"@react-native/metro-config": "0.74.77",
"@react-native/typescript-config": "0.74.77",
"@react-native/babel-preset": "0.74.81",
"@react-native/eslint-config": "0.74.81",
"@react-native/metro-config": "0.74.81",
"@react-native/typescript-config": "0.74.81",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"compilerOptions": {
"jsx": "react"
},
"extends": "@react-native/typescript-config/tsconfig.json"
}
Binary file added windows/artificialChat/Assets/SmallTile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed windows/artificialChat/Assets/StoreLogo.backup.png
Binary file not shown.
Binary file added windows/artificialChat/Assets/StoreLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion windows/artificialChat/artificialChat.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This project was created with react-native-windows 0.74.0-preview.1 -->
<!-- This project was created with react-native-windows 0.74.0 -->
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(SolutionDir)\ExperimentalFeatures.props" Condition="Exists('$(SolutionDir)\ExperimentalFeatures.props')" />
<PropertyGroup Label="Globals">
Expand Down Expand Up @@ -116,10 +116,12 @@
</ItemGroup>
<ItemGroup>
<Image Include="Assets\LargeTile.png" />
<Image Include="Assets\LargeTile.png" />
<Image Include="Assets\LargeTile.scale-100.png" />
<Image Include="Assets\LargeTile.scale-125.png" />
<Image Include="Assets\LockScreenLogo.scale-200.png" />
<Image Include="Assets\SmallTile.scale-100.png" />
<Image Include="Assets\SmallTile.png" />
<Image Include="Assets\SmallTile.scale-125.png" />
<Image Include="Assets\SmallTile.scale-150.png" />
<Image Include="Assets\SmallTile.scale-200.png" />
Expand Down Expand Up @@ -153,6 +155,7 @@
<Image Include="Assets\Square44x44Logo.targetsize-256.png" />
<Image Include="Assets\Square44x44Logo.targetsize-32.png" />
<Image Include="Assets\Square44x44Logo.targetsize-48.png" />
<Image Include="Assets\StoreLogo.png" />
<Image Include="Assets\StoreLogo.scale-100.png" />
<Image Include="Assets\StoreLogo.scale-125.png" />
<Image Include="Assets\StoreLogo.scale-150.png" />
Expand Down
462 changes: 231 additions & 231 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ab31574

Please sign in to comment.