Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@react-native-community/progress-view": "^1.5.0",
"@react-native-community/slider": "^4.4.2",
"@react-native-picker/picker": "^2.4.10",
"@react-native/metro-config": "0.74.81",
"@react-native/metro-config": "0.80.0",
"@react-navigation/drawer": "^7.0.0-alpha.0",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.3.12",
Expand All @@ -32,8 +32,8 @@
"lowlight": "^1.17.0",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "19.0.0",
"react-native": "0.79.2",
"react": "19.1.0",
"react-native": "0.80.0",
"react-native-config": "^1.5.2",
"react-native-device-info": "^10.7.0",
"react-native-gesture-handler": "2.9.0",
Expand All @@ -42,36 +42,36 @@
"react-native-print": "0.8.0",
"react-native-reanimated": "^1.10.0",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^2.9.0",
"react-native-screens": "^3.0.0",
"react-native-sensitive-info": "6.0.0-alpha.9",
"react-native-svg": "^15.2.0",
"react-native-track-player": "JaneaSystems/react-native-track-player#windows_cpp2",
"react-native-tts": "ak1394/react-native-tts",
"react-native-webview": "^13.2.2",
"react-native-windows": "0.79.2",
"react-native-windows": "0.80.0-preview.1",
"react-native-xaml": "^0.0.78"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.79.2",
"@react-native/eslint-config": "0.79.2",
"@react-native/metro-config": "0.79.2",
"@react-native/typescript-config": "0.79.2",
"@react-native/babel-preset": "0.80.0",
"@react-native/eslint-config": "0.80.0",
"@react-native/metro-config": "0.80.0",
"@react-native/typescript-config": "0.80.0",
"@rnx-kit/cli": "^0.16.10",
"@rnx-kit/jest-preset": "^0.1.17",
"@types/lowlight": "^0.0.1",
"@types/metro-config": "^0.76.3",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.0.0",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.1.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"metro-config": "^0.80.12",
"metro-config": "^0.82.5",
"prettier": "2.8.8",
"react-native-windows-hello": "^1.1.0",
"react-test-renderer": "19.0.0",
"react-test-renderer": "19.1.0",
"typescript": "5.0.4"
},
"jest": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
"allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"skipLibCheck": true /* Skip type checking of declaration files. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */

/* Source Map Options */
Expand Down
14 changes: 14 additions & 0 deletions windows/rngallery.sln
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactNativeXaml", "..\node_
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReactNativeWindowsHello", "..\node_modules\react-native-windows-hello\windows\ReactNativeWindowsHello\ReactNativeWindowsHello.vcxproj", "{82BF2B2C-EDA5-47CA-A9F5-56BA622A15EA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RNScreens", "..\node_modules\react-native-screens\windows\RNScreens\RNScreens.vcxproj", "{D638F49E-29D2-4699-AC52-FACD82FA7138}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Expand Down Expand Up @@ -417,6 +419,18 @@ Global
{82BF2B2C-EDA5-47CA-A9F5-56BA622A15EA}.Release|x64.Build.0 = Release|x64
{82BF2B2C-EDA5-47CA-A9F5-56BA622A15EA}.Release|x86.ActiveCfg = Release|Win32
{82BF2B2C-EDA5-47CA-A9F5-56BA622A15EA}.Release|x86.Build.0 = Release|Win32
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Debug|ARM64.ActiveCfg = Debug|ARM64
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Debug|ARM64.Build.0 = Debug|ARM64
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Debug|x64.ActiveCfg = Debug|x64
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Debug|x64.Build.0 = Debug|x64
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Debug|x86.ActiveCfg = Debug|Win32
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Debug|x86.Build.0 = Debug|Win32
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Release|ARM64.ActiveCfg = Release|ARM64
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Release|ARM64.Build.0 = Release|ARM64
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Release|x64.ActiveCfg = Release|x64
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Release|x64.Build.0 = Release|x64
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Release|x86.ActiveCfg = Release|Win32
{D638F49E-29D2-4699-AC52-FACD82FA7138}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
5 changes: 5 additions & 0 deletions windows/rngallery/AutolinkedNativeModules.g.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
// Includes from react-native-print
#include <winrt/RNPrint.h>

// Includes from react-native-screens
#include <winrt/RNScreens.h>

// Includes from react-native-sensitive-info
#include <winrt/RNSensitiveInfoCPP.h>

Expand Down Expand Up @@ -94,6 +97,8 @@ void RegisterAutolinkedNativeModulePackages(winrt::Windows::Foundation::Collecti
packageProviders.Append(winrt::RNPermissions::ReactPackageProvider());
// IReactPackageProviders from react-native-print
packageProviders.Append(winrt::RNPrint::ReactPackageProvider());
// IReactPackageProviders from react-native-screens
packageProviders.Append(winrt::RNScreens::ReactPackageProvider());
// IReactPackageProviders from react-native-sensitive-info
packageProviders.Append(winrt::RNSensitiveInfoCPP::ReactPackageProvider());
// IReactPackageProviders from react-native-svg
Expand Down
4 changes: 4 additions & 0 deletions windows/rngallery/AutolinkedNativeModules.g.targets
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
<ProjectReference Include="$(ProjectDir)..\..\node_modules\react-native-print\windows\RNPrint\RNPrint.vcxproj">
<Project>{6f9ac236-d97d-4c75-971b-91ac99d7c23b}</Project>
</ProjectReference>
<!-- Projects from react-native-screens -->
<ProjectReference Include="$(ProjectDir)..\..\node_modules\react-native-screens\windows\RNScreens\RNScreens.vcxproj">
<Project>{d638f49e-29d2-4699-ac52-facd82fa7138}</Project>
</ProjectReference>
<!-- Projects from react-native-sensitive-info -->
<ProjectReference Include="$(ProjectDir)..\..\node_modules\react-native-sensitive-info\windows\RNSensitiveInfoCPP\RNSensitiveInfoCPP.vcxproj">
<Project>{471024f1-cd6d-4f1e-a6c7-0037152c850e}</Project>
Expand Down
2 changes: 1 addition & 1 deletion windows/rngallery/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<Identity
Name="Microsoft.ReactNativeGallery"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="1.0.37.0" />
Version="1.0.38.0" />

<mp:PhoneIdentity PhoneProductId="92a2ad66-6238-420f-9f50-a5bd0955913f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
2 changes: 1 addition & 1 deletion windows/rngallery/rngallery.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.79.2 -->
<!-- This project was created with react-native-windows 0.80.0-preview.1 -->
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\LottieGen.MsBuild.7.0.5\build\native\LottieGen.MsBuild.props" Condition="Exists('..\packages\LottieGen.MsBuild.7.0.5\build\native\LottieGen.MsBuild.props')" />
<Import Project="$(SolutionDir)\ExperimentalFeatures.props" Condition="Exists('$(SolutionDir)\ExperimentalFeatures.props')" />
Expand Down
Loading
Loading