├── .ado └── ci.yml ├── .dockerignore ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── bug-report-documentation.yaml │ ├── bug-report-sample.yaml │ ├── config.yml │ ├── request-documentation.yaml │ └── request-sample.yaml ├── dependabot.yml ├── policies │ └── resourceManagement.yml ├── pull_request_template.md ├── scripts │ ├── CheckUnbrokenExclusions.ps1 │ ├── GetFolderSize.ps1 │ ├── UpdateNativeApiDocs.ps1 │ └── UpgradeSmokeTest.ps1 ├── security.md └── workflows │ ├── ci-upgrade.yml │ ├── ci.yml │ ├── pr.yml │ ├── template-buildsample.yml │ ├── template-buildwebsite.yml │ ├── template-upgradesample.yml │ └── website-publish.yml ├── .gitignore ├── .spelling ├── .vscode ├── extensions.json └── settings.json ├── CodeQL.yml ├── Dockerfile ├── LICENSE ├── README.md ├── docker-compose.yml ├── docs ├── .unbroken_exclusions ├── Microsoft.ReactNative.xml ├── app-publishing.md ├── assets │ ├── bad-readability.png │ ├── data-marshaling-flow.png │ ├── native-module-dependencies61.png │ ├── native-module-dependencies62.png │ ├── native-module-dependencies63.png │ ├── native-modules-setup-new-cpp-project.png │ ├── native-modules-setup-new-cs-project.png │ ├── native-modules-setup-wrong-cpp-project.png │ ├── nuget-update-cpp-project.png │ ├── nuget-update-cs-project.png │ ├── nuget-update-packages-manager-installed-tab.png │ ├── nuget-update-select-package.png │ ├── powershell-start-menu.png │ ├── reveal-surface-animation.gif │ ├── rn-app-layout-with-native-modules.png │ ├── rn-app-layout.png │ ├── rn-windows-app-layout-with-native-modules.png │ ├── rn-windows-app-layout.png │ ├── rnw-acrylic-surface.png │ ├── setup-options-1.png │ ├── setup-options-2.png │ ├── technical-decision.png │ └── wdio-internal-dependencies.png ├── autolink-windows-cli.md ├── codegen-windows-cli.md ├── config.md ├── customizing-SDK-versions.md ├── debugging-javascript.md ├── flyout-component-windows.md ├── getting-started.md ├── glyph-component-windows.md ├── hermes.md ├── ikeyboardprops-api-windows.md ├── init-windows-cli.md ├── iviewwindowsprops-api-windows.md ├── managing-cpp-deps.md ├── metro-config-out-tree-platforms.md ├── native-api │ ├── AccessibilityAction-api-windows.md │ ├── AccessibilityActionEventHandler-api-windows.md │ ├── AccessibilityInvokeEventHandler-api-windows.md │ ├── AccessibilityRoles-api-windows.md │ ├── AccessibilityStateCheckedValue-api-windows.md │ ├── AccessibilityStates-api-windows.md │ ├── AccessibilityValue-api-windows.md │ ├── ActivityIndicatorComponentView-api-windows.md │ ├── AnimationClass-api-windows.md │ ├── AriaRole-api-windows.md │ ├── BackNavigationHandlerKind-api-windows.md │ ├── BackfaceVisibility-api-windows.md │ ├── BorderEffect-api-windows.md │ ├── CallFunc-api-windows.md │ ├── CallInvoker-api-windows.md │ ├── CanvasComposite-api-windows.md │ ├── CanvasEdgeBehavior-api-windows.md │ ├── CharacterReceivedRoutedEventArgs-api-windows.md │ ├── Color-api-windows.md │ ├── ColorSourceEffect-api-windows.md │ ├── ComponentIslandComponentViewInitializer-api-windows.md │ ├── ComponentView-api-windows.md │ ├── ComponentViewFeatures-api-windows.md │ ├── ComponentViewInitializer-api-windows.md │ ├── ComponentViewUpdateMask-api-windows.md │ ├── CompositeStepEffect-api-windows.md │ ├── CompositionHwndHost-api-windows.md │ ├── CompositionStretch-api-windows.md │ ├── CompositionUIService-api-windows.md │ ├── ConstantProviderDelegate-api-windows.md │ ├── ContentIslandComponentView-api-windows.md │ ├── CreateInternalVisualDelegate-api-windows.md │ ├── CreateVisualDelegate-api-windows.md │ ├── CustomResourceResult-api-windows.md │ ├── DebuggingOverlayComponentView-api-windows.md │ ├── DesktopWindowMessage-api-windows.md │ ├── DevMenuControl-api-windows.md │ ├── DynamicAutomationPeer-api-windows.md │ ├── DynamicAutomationProperties-api-windows.md │ ├── DynamicValueProvider-api-windows.md │ ├── EffectBorderMode-api-windows.md │ ├── EffectOptimization-api-windows.md │ ├── EmitEventSetterDelegate-api-windows.md │ ├── EventEmitter-api-windows.md │ ├── EventEmitterInitializerDelegate-api-windows.md │ ├── FocusManager-api-windows.md │ ├── FocusNavigationDirection-api-windows.md │ ├── FocusNavigationReason-api-windows.md │ ├── FocusNavigationRequest-api-windows.md │ ├── FocusNavigationResult-api-windows.md │ ├── GaussianBlurEffect-api-windows.md │ ├── GettingFocusEventArgs-api-windows.md │ ├── HandleCommandArgs-api-windows.md │ ├── HandleCommandDelegate-api-windows.md │ ├── HttpSettings-api-windows.md │ ├── IActivityVisual-api-windows.md │ ├── IBrush-api-windows.md │ ├── ICaretVisual-api-windows.md │ ├── IComponentProps-api-windows.md │ ├── IComponentState-api-windows.md │ ├── ICompositionContext-api-windows.md │ ├── ICustomResourceLoader-api-windows.md │ ├── IDrawingSurfaceBrush-api-windows.md │ ├── IDropShadow-api-windows.md │ ├── IFocusVisual-api-windows.md │ ├── IInternalColor-api-windows.md │ ├── IInternalComponentView-api-windows.md │ ├── IInternalCompositionRootView-api-windows.md │ ├── IInternalCreateVisual-api-windows.md │ ├── IInternalTheme-api-windows.md │ ├── IJSValueReader-api-windows.md │ ├── IJSValueWriter-api-windows.md │ ├── IJsiByteBuffer-api-windows.md │ ├── IJsiHostObject-api-windows.md │ ├── IPointerPointTransform-api-windows.md │ ├── IPortalStateData-api-windows.md │ ├── IReactCompositionViewComponentBuilder-api-windows.md │ ├── IReactCompositionViewComponentInternalBuilder-api-windows.md │ ├── IReactContext-api-windows.md │ ├── IReactDispatcher-api-windows.md │ ├── IReactModuleBuilder-api-windows.md │ ├── IReactNonAbiValue-api-windows.md │ ├── IReactNotificationArgs-api-windows.md │ ├── IReactNotificationService-api-windows.md │ ├── IReactNotificationSubscription-api-windows.md │ ├── IReactPackageBuilder-api-windows.md │ ├── IReactPackageBuilderFabric-api-windows.md │ ├── IReactPackageProvider-api-windows.md │ ├── IReactPropertyBag-api-windows.md │ ├── IReactPropertyName-api-windows.md │ ├── IReactPropertyNamespace-api-windows.md │ ├── IReactSettingsSnapshot-api-windows.md │ ├── IReactViewComponentBuilder-api-windows.md │ ├── IReactViewHost-api-windows.md │ ├── IReactViewInstance-api-windows.md │ ├── IRedBoxErrorFrameInfo-api-windows.md │ ├── IRedBoxErrorInfo-api-windows.md │ ├── IRedBoxHandler-api-windows.md │ ├── IRoundedRectangleVisual-api-windows.md │ ├── IScrollPositionChangedArgs-api-windows.md │ ├── IScrollVisual-api-windows.md │ ├── ISpriteVisual-api-windows.md │ ├── ITimer-api-windows.md │ ├── IUriImageProvider-api-windows.md │ ├── IViewManager-api-windows.md │ ├── IViewManagerCreateWithProperties-api-windows.md │ ├── IViewManagerRequiresNativeLayout-api-windows.md │ ├── IViewManagerWithChildren-api-windows.md │ ├── IViewManagerWithCommands-api-windows.md │ ├── IViewManagerWithDropViewInstance-api-windows.md │ ├── IViewManagerWithExportedEventTypeConstants-api-windows.md │ ├── IViewManagerWithExportedViewConstants-api-windows.md │ ├── IViewManagerWithNativeProperties-api-windows.md │ ├── IViewManagerWithOnLayout-api-windows.md │ ├── IViewManagerWithPointerEvents-api-windows.md │ ├── IViewManagerWithReactContext-api-windows.md │ ├── IVisual-api-windows.md │ ├── IVisualToMountChildrenIntoDelegate-api-windows.md │ ├── ImageComponentView-api-windows.md │ ├── ImageFailedResponse-api-windows.md │ ├── ImageProps-api-windows.md │ ├── ImageResponse-api-windows.md │ ├── ImageSource-api-windows.md │ ├── ImageSourceType-api-windows.md │ ├── InitialStateDataFactory-api-windows.md │ ├── InitializerDelegate-api-windows.md │ ├── InstanceCreatedEventArgs-api-windows.md │ ├── InstanceDestroyedEventArgs-api-windows.md │ ├── InstanceLoadedEventArgs-api-windows.md │ ├── JSIEngine-api-windows.md │ ├── JSValueArgWriter-api-windows.md │ ├── JSValueType-api-windows.md │ ├── JsiBigIntRef-api-windows.md │ ├── JsiByteArrayUser-api-windows.md │ ├── JsiError-api-windows.md │ ├── JsiErrorType-api-windows.md │ ├── JsiHostFunction-api-windows.md │ ├── JsiInitializerDelegate-api-windows.md │ ├── JsiObjectRef-api-windows.md │ ├── JsiPreparedJavaScript-api-windows.md │ ├── JsiPropertyIdRef-api-windows.md │ ├── JsiRuntime-api-windows.md │ ├── JsiScopeState-api-windows.md │ ├── JsiStringRef-api-windows.md │ ├── JsiSymbolRef-api-windows.md │ ├── JsiValueKind-api-windows.md │ ├── JsiValueRef-api-windows.md │ ├── JsiWeakObjectRef-api-windows.md │ ├── KeyRoutedEventArgs-api-windows.md │ ├── KeyboardSource-api-windows.md │ ├── LayoutConstraints-api-windows.md │ ├── LayoutContext-api-windows.md │ ├── LayoutDirection-api-windows.md │ ├── LayoutHandler-api-windows.md │ ├── LayoutMetrics-api-windows.md │ ├── LayoutMetricsChangedArgs-api-windows.md │ ├── LayoutService-api-windows.md │ ├── LoadingState-api-windows.md │ ├── LogHandler-api-windows.md │ ├── LogLevel-api-windows.md │ ├── LosingFocusEventArgs-api-windows.md │ ├── MeasureContentHandler-api-windows.md │ ├── MethodDelegate-api-windows.md │ ├── MethodResultCallback-api-windows.md │ ├── MethodReturnType-api-windows.md │ ├── MicrosoftCompositionContextHelper-api-windows.md │ ├── MountChildComponentViewArgs-api-windows.md │ ├── MountChildComponentViewDelegate-api-windows.md │ ├── ParagraphComponentView-api-windows.md │ ├── Pointer-api-windows.md │ ├── PointerDeviceType-api-windows.md │ ├── PointerEventKind-api-windows.md │ ├── PointerPoint-api-windows.md │ ├── PointerPointProperties-api-windows.md │ ├── PointerRoutedEventArgs-api-windows.md │ ├── PointerUpdateKind-api-windows.md │ ├── PortalComponentView-api-windows.md │ ├── PortalComponentViewInitializer-api-windows.md │ ├── QuirkSettings-api-windows.md │ ├── ReactApplication-api-windows.md │ ├── ReactCoreInjection-api-windows.md │ ├── ReactCreatePropertyValue-api-windows.md │ ├── ReactDispatcherCallback-api-windows.md │ ├── ReactDispatcherHelper-api-windows.md │ ├── ReactInstanceSettings-api-windows.md │ ├── ReactModuleProvider-api-windows.md │ ├── ReactNativeAppBuilder-api-windows.md │ ├── ReactNativeHost-api-windows.md │ ├── ReactNativeIsland-api-windows.md │ ├── ReactNativeWin32App-api-windows.md │ ├── ReactNotificationHandler-api-windows.md │ ├── ReactNotificationServiceHelper-api-windows.md │ ├── ReactPointerEventArgs-api-windows.md │ ├── ReactPropertyBagHelper-api-windows.md │ ├── ReactRootView-api-windows.md │ ├── ReactViewComponentProvider-api-windows.md │ ├── ReactViewManagerProvider-api-windows.md │ ├── ReactViewOptions-api-windows.md │ ├── RedBoxErrorType-api-windows.md │ ├── RedBoxHelper-api-windows.md │ ├── ResourceType-api-windows.md │ ├── RootComponentView-api-windows.md │ ├── RootViewSizeChangedEventArgs-api-windows.md │ ├── RoutedEventArgs-api-windows.md │ ├── ScrollViewComponentView-api-windows.md │ ├── ShadowNode-api-windows.md │ ├── StateUpdateMutation-api-windows.md │ ├── StreamImageResponse-api-windows.md │ ├── SwitchComponentView-api-windows.md │ ├── SyncMethodDelegate-api-windows.md │ ├── SystemCompositionContextHelper-api-windows.md │ ├── Theme-api-windows.md │ ├── Timer-api-windows.md │ ├── TimerFactory-api-windows.md │ ├── UIBatchCompleteCallback-api-windows.md │ ├── UnimplementedNativeViewComponentView-api-windows.md │ ├── UnmountChildComponentViewArgs-api-windows.md │ ├── UnmountChildComponentViewDelegate-api-windows.md │ ├── UpdateEventEmitterDelegate-api-windows.md │ ├── UpdateFinalizerDelegate-api-windows.md │ ├── UpdateLayoutMetricsDelegate-api-windows.md │ ├── UpdatePropsDelegate-api-windows.md │ ├── UpdateStateDelegate-api-windows.md │ ├── UriBrushFactory-api-windows.md │ ├── UriBrushFactoryImageResponse-api-windows.md │ ├── ViewComponentView-api-windows.md │ ├── ViewComponentViewInitializer-api-windows.md │ ├── ViewControl-api-windows.md │ ├── ViewManagerPropertyType-api-windows.md │ ├── ViewPanel-api-windows.md │ ├── ViewProps-api-windows.md │ ├── ViewPropsFactory-api-windows.md │ ├── ViewShadowNodeCloner-api-windows.md │ ├── ViewShadowNodeFactory-api-windows.md │ ├── VisualToMountChildrenIntoDelegate-api-windows.md │ ├── WindowsModalHostComponentView-api-windows.md │ ├── WindowsTextInputComponentView-api-windows.md │ ├── XamlHelper-api-windows.md │ ├── XamlMetaDataProvider-api-windows.md │ ├── XamlUIService-api-windows.md │ ├── YogaLayoutableShadowNode-api-windows.md │ └── index-api-windows.md ├── native-code-language-choice.md ├── native-code.md ├── native-modules-advanced.md ├── native-modules-async.md ├── native-modules-autolinking.md ├── native-modules-csharp-codegen.md ├── native-modules-jsvalue.md ├── native-modules-marshalling-data.md ├── native-modules-setup.md ├── native-modules-troubleshooting.md ├── native-modules-using.md ├── native-modules-vs-turbo-modules.md ├── native-modules.md ├── native-platform-components-paper.md ├── native-platform-components.md ├── native-platform-getting-started.md ├── native-platform-modules.md ├── native-platform-using.md ├── native-platform.md ├── new-architecture.md ├── nuget.md ├── parity-status.md ├── platform.md ├── popup-component-windows.md ├── react-native-windows-cli.md ├── releases.md ├── rnm-dependencies.md ├── rnm-getting-started.md ├── rnw-dependencies.md ├── run-windows-cli.md ├── setup-ci.md ├── supported-community-modules.md ├── textinput-component-windows.md ├── upgrade-app.md ├── view-managers.md ├── win10-compat.md ├── win10-vm.md └── windowsbrush-and-theme.md ├── samples-old ├── AppServiceDemo │ ├── .buckconfig │ ├── .editorconfig │ ├── .eslintrc.js │ ├── .flowconfig │ ├── .gitattributes │ ├── .gitignore │ ├── .prettierrc.js │ ├── .watchmanconfig │ ├── App.js │ ├── README.md │ ├── __tests__ │ │ └── App-test.js │ ├── app.json │ ├── babel.config.js │ ├── index.js │ ├── metro.config.js │ ├── package.json │ ├── windows │ │ ├── .gitignore │ │ ├── ExperimentalFeatures.props │ │ ├── NuGet.Config │ │ ├── ReactNativeAppServiceModule │ │ │ ├── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ └── Default.rd.xml │ │ │ ├── ReactNativeAppServiceModule.csproj │ │ │ ├── ReactNativeModule.cs │ │ │ ├── ReactPackageProvider.cs │ │ │ └── packages.lock.json │ │ ├── RegistryApp │ │ │ ├── Program.cs │ │ │ └── RegistryApp.csproj │ │ ├── appservicedemo.Package │ │ │ ├── Images │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── Package.appxmanifest │ │ │ └── appservicedemo.Package.wapproj │ │ ├── appservicedemo.sln │ │ └── appservicedemo │ │ │ ├── .gitignore │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── Assets │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ ├── SplashScreen.scale-200.png │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ ├── StoreLogo.png │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── AutolinkedNativeModules.g.cs │ │ │ ├── AutolinkedNativeModules.g.props │ │ │ ├── AutolinkedNativeModules.g.targets │ │ │ ├── MainPage.xaml │ │ │ ├── MainPage.xaml.cs │ │ │ ├── Package.appxmanifest │ │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ └── Default.rd.xml │ │ │ ├── ReactPackageProvider.cs │ │ │ ├── appservicedemo.csproj │ │ │ └── packages.lock.json │ └── yarn.lock ├── CalculatorCoreAppNuGet │ ├── .bundle │ │ └── config │ ├── .eslintrc.js │ ├── .gitignore │ ├── .prettierrc.js │ ├── .watchmanconfig │ ├── App.tsx │ ├── Gemfile │ ├── README.md │ ├── __tests__ │ │ └── App.test.tsx │ ├── android │ │ ├── app │ │ │ ├── build.gradle │ │ │ ├── debug.keystore │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ ├── debug │ │ │ │ └── AndroidManifest.xml │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── calculatorcoreappnuget │ │ │ │ │ ├── MainActivity.kt │ │ │ │ │ └── MainApplication.kt │ │ │ │ └── res │ │ │ │ ├── drawable │ │ │ │ └── rn_edit_text_material.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── app.json │ ├── babel.config.js │ ├── index.js │ ├── ios │ │ ├── .xcode.env │ │ ├── CalculatorCoreAppNuGet.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── CalculatorCoreAppNuGet.xcscheme │ │ ├── CalculatorCoreAppNuGet │ │ │ ├── AppDelegate.h │ │ │ ├── AppDelegate.mm │ │ │ ├── Images.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ ├── Info.plist │ │ │ ├── LaunchScreen.storyboard │ │ │ └── main.m │ │ ├── CalculatorCoreAppNuGetTests │ │ │ ├── CalculatorCoreAppNuGetTests.m │ │ │ └── Info.plist │ │ └── Podfile │ ├── jest.config.js │ ├── metro.config.js │ ├── package.json │ ├── tsconfig.json │ ├── windows │ │ ├── .gitignore │ │ ├── CalculatorCoreAppNuGet.sln │ │ ├── CalculatorCoreAppNuGet │ │ │ ├── .gitignore │ │ │ ├── App.cpp │ │ │ ├── App.h │ │ │ ├── App.idl │ │ │ ├── App.xaml │ │ │ ├── Assets │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── AutolinkedNativeModules.g.cpp │ │ │ ├── AutolinkedNativeModules.g.h │ │ │ ├── AutolinkedNativeModules.g.props │ │ │ ├── AutolinkedNativeModules.g.targets │ │ │ ├── CalculatorCoreAppNuGet.vcxproj │ │ │ ├── CalculatorCoreAppNuGet.vcxproj.filters │ │ │ ├── MainPage.cpp │ │ │ ├── MainPage.h │ │ │ ├── MainPage.idl │ │ │ ├── MainPage.xaml │ │ │ ├── Package.appxmanifest │ │ │ ├── PropertySheet.props │ │ │ ├── ReactPackageProvider.cpp │ │ │ ├── ReactPackageProvider.h │ │ │ ├── packages.lock.json │ │ │ ├── pch.cpp │ │ │ └── pch.h │ │ ├── ExperimentalFeatures.props │ │ └── NuGet.Config │ └── yarn.lock ├── CalculatorNuGet │ ├── .bundle │ │ └── config │ ├── .eslintrc.js │ ├── .gitignore │ ├── .prettierrc.js │ ├── .watchmanconfig │ ├── App.tsx │ ├── Gemfile │ ├── README.md │ ├── __tests__ │ │ └── App.test.tsx │ ├── android │ │ ├── app │ │ │ ├── build.gradle │ │ │ ├── debug.keystore │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ ├── debug │ │ │ │ └── AndroidManifest.xml │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── calculatornuget │ │ │ │ │ ├── MainActivity.kt │ │ │ │ │ └── MainApplication.kt │ │ │ │ └── res │ │ │ │ ├── drawable │ │ │ │ └── rn_edit_text_material.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── app.json │ ├── babel.config.js │ ├── index.js │ ├── ios │ │ ├── .xcode.env │ │ ├── CalculatorNuGet.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── CalculatorNuGet.xcscheme │ │ ├── CalculatorNuGet │ │ │ ├── AppDelegate.h │ │ │ ├── AppDelegate.mm │ │ │ ├── Images.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ ├── Info.plist │ │ │ ├── LaunchScreen.storyboard │ │ │ ├── PrivacyInfo.xcprivacy │ │ │ └── main.m │ │ ├── CalculatorNuGetTests │ │ │ ├── CalculatorNuGetTests.m │ │ │ └── Info.plist │ │ └── Podfile │ ├── jest.config.js │ ├── metro.config.js │ ├── package.json │ ├── tsconfig.json │ ├── windows │ │ ├── .gitignore │ │ ├── ExperimentalFeatures.props │ │ ├── NuGet.Config │ │ ├── calculatornuget.sln │ │ └── calculatornuget │ │ │ ├── .gitignore │ │ │ ├── App.cpp │ │ │ ├── App.h │ │ │ ├── App.idl │ │ │ ├── App.xaml │ │ │ ├── Assets │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ ├── SplashScreen.scale-200.png │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ ├── StoreLogo.png │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── AutolinkedNativeModules.g.cpp │ │ │ ├── AutolinkedNativeModules.g.h │ │ │ ├── AutolinkedNativeModules.g.props │ │ │ ├── AutolinkedNativeModules.g.targets │ │ │ ├── MainPage.cpp │ │ │ ├── MainPage.h │ │ │ ├── MainPage.idl │ │ │ ├── MainPage.xaml │ │ │ ├── Package.appxmanifest │ │ │ ├── PropertySheet.props │ │ │ ├── ReactPackageProvider.cpp │ │ │ ├── ReactPackageProvider.h │ │ │ ├── calculatornuget.vcxproj │ │ │ ├── calculatornuget.vcxproj.filters │ │ │ ├── packages.lock.json │ │ │ ├── pch.cpp │ │ │ └── pch.h │ └── yarn.lock ├── CameraDemo │ ├── .buckconfig │ ├── .eslintrc.js │ ├── .flowconfig │ ├── .gitignore │ ├── .prettierrc.js │ ├── .watchmanconfig │ ├── App.js │ ├── Gemfile │ ├── Gemfile.lock │ ├── README.md │ ├── __tests__ │ │ └── App-test.js │ ├── _bundle │ │ └── config │ ├── _ruby-version │ ├── android │ │ ├── app │ │ │ ├── _BUCK │ │ │ ├── build.gradle │ │ │ ├── build_defs.bzl │ │ │ ├── debug.keystore │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ ├── debug │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── java │ │ │ │ │ └── com │ │ │ │ │ └── camerademo │ │ │ │ │ └── ReactNativeFlipper.java │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── camerademo │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── MainApplication.java │ │ │ │ └── res │ │ │ │ ├── drawable │ │ │ │ └── rn_edit_text_material.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ ├── app.json │ ├── babel.config.js │ ├── index.js │ ├── ios │ │ ├── CameraDemo.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── CameraDemo.xcscheme │ │ ├── CameraDemo │ │ │ ├── AppDelegate.h │ │ │ ├── AppDelegate.m │ │ │ ├── Images.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ ├── Info.plist │ │ │ ├── LaunchScreen.storyboard │ │ │ └── main.m │ │ ├── CameraDemoTests │ │ │ ├── CameraDemoTests.m │ │ │ └── Info.plist │ │ └── Podfile │ ├── metro.config.js │ ├── package.json │ ├── windows │ │ ├── .gitignore │ │ ├── CameraDemo.sln │ │ ├── CameraDemo │ │ │ ├── .gitignore │ │ │ ├── App.cpp │ │ │ ├── App.h │ │ │ ├── App.idl │ │ │ ├── App.xaml │ │ │ ├── Assets │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── AutolinkedNativeModules.g.cpp │ │ │ ├── AutolinkedNativeModules.g.h │ │ │ ├── AutolinkedNativeModules.g.props │ │ │ ├── AutolinkedNativeModules.g.targets │ │ │ ├── CameraDemo.vcxproj │ │ │ ├── CameraDemo.vcxproj.filters │ │ │ ├── MainPage.cpp │ │ │ ├── MainPage.h │ │ │ ├── MainPage.idl │ │ │ ├── MainPage.xaml │ │ │ ├── Package.appxmanifest │ │ │ ├── PropertySheet.props │ │ │ ├── ReactPackageProvider.cpp │ │ │ ├── ReactPackageProvider.h │ │ │ ├── packages.config │ │ │ ├── pch.cpp │ │ │ └── pch.h │ │ ├── ExperimentalFeatures.props │ │ └── NuGet.Config │ └── yarn.lock ├── NativeModuleSample │ ├── README.md │ ├── cppwinrt │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── README.md │ │ ├── codegen │ │ │ ├── .clang-format │ │ │ ├── NativeAsyncMethodExamplesSpec.g.h │ │ │ ├── NativeDataMarshallingExamplesSpec.g.h │ │ │ └── NativeFancyMathSpec.g.h │ │ ├── index.js │ │ ├── package.json │ │ ├── react-native.config.js │ │ ├── src │ │ │ ├── NativeAsyncMethodExamples.js │ │ │ ├── NativeDataMarshallingExamples.js │ │ │ └── NativeFancyMath.js │ │ ├── windows │ │ │ ├── .gitignore │ │ │ ├── ExperimentalFeatures.props │ │ │ ├── NativeModuleSample.sln │ │ │ ├── NativeModuleSample │ │ │ │ ├── AsyncMethodExamples.h │ │ │ │ ├── DataMarshallingExamples.h │ │ │ │ ├── FancyMath.h │ │ │ │ ├── NativeModuleSample.def │ │ │ │ ├── NativeModuleSample.vcxproj │ │ │ │ ├── NativeModuleSample.vcxproj.filters │ │ │ │ ├── PropertySheet.props │ │ │ │ ├── ReactPackageProvider.cpp │ │ │ │ ├── ReactPackageProvider.h │ │ │ │ ├── ReactPackageProvider.idl │ │ │ │ ├── packages.lock.json │ │ │ │ ├── pch.cpp │ │ │ │ └── pch.h │ │ │ └── NuGet.Config │ │ └── yarn.lock │ └── csharp │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── NativeDataMarshallingExamples.js │ │ ├── NativeFancyMath.js │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ ├── react-native.config.js │ │ ├── windows │ │ ├── .gitignore │ │ ├── ExperimentalFeatures.props │ │ ├── NativeModuleSample.sln │ │ ├── NativeModuleSample │ │ │ ├── AsyncMethodExamples.cs │ │ │ ├── DataMarshallingExamples.cs │ │ │ ├── FancyMath.cs │ │ │ ├── NativeModuleSample.csproj │ │ │ ├── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ └── Default.rd.xml │ │ │ ├── ReactPackageProvider.cs │ │ │ └── packages.lock.json │ │ └── NuGet.Config │ │ └── yarn.lock ├── README.md ├── TodosFeed │ ├── .gitattributes │ ├── .gitignore │ ├── ContosoExpenses │ │ ├── ContosoExpenses.Data │ │ │ ├── ContosoExpenses.Data.csproj │ │ │ ├── Models │ │ │ │ ├── Employee.cs │ │ │ │ └── Expense.cs │ │ │ └── Services │ │ │ │ ├── DatabaseService.cs │ │ │ │ ├── IDatabaseService.cs │ │ │ │ ├── IStorageService.cs │ │ │ │ └── StorageService.cs │ │ ├── ContosoExpenses.Package │ │ │ ├── ContosoExpenses.Package.wapproj │ │ │ ├── Images │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ └── Package.appxmanifest │ │ ├── ContosoExpenses.Uwp │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── Assets │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── ContosoExpenses.Uwp.csproj │ │ │ ├── MainPage.xaml │ │ │ ├── MainPage.xaml.cs │ │ │ ├── Package.appxmanifest │ │ │ └── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ └── Default.rd.xml │ │ ├── ContosoExpenses.sln │ │ └── ContosoExpenses │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── ContosoExpenses.csproj │ │ │ ├── ContosoExpenses.manifest │ │ │ ├── Converters │ │ │ └── CostToHeightConverter.cs │ │ │ ├── Images │ │ │ ├── AddNewExpense.png │ │ │ ├── ExpensesBackground.jpg │ │ │ ├── ExpensesListBackground.png │ │ │ ├── HorizontalBackground.png │ │ │ └── contoso.ico │ │ │ ├── Messages │ │ │ ├── AddNewExpenseMessage.cs │ │ │ ├── CloseWindowMessage.cs │ │ │ ├── SelectedDateMessage.cs │ │ │ ├── SelectedEmployeeMessage.cs │ │ │ ├── SelectedExpenseMessage.cs │ │ │ └── UpdateExpensesListMessage.cs │ │ │ ├── NotificationService.cs │ │ │ ├── TimelineService.cs │ │ │ ├── ViewModelLocator.cs │ │ │ ├── ViewModels │ │ │ ├── AddNewExpenseViewModel.cs │ │ │ ├── ExpensesDetailViewModel.cs │ │ │ ├── ExpensesListViewModel.cs │ │ │ └── MainWindowViewModel.cs │ │ │ └── Views │ │ │ ├── AboutView.xaml │ │ │ ├── AboutView.xaml.cs │ │ │ ├── AddNewExpense.xaml │ │ │ ├── AddNewExpense.xaml.cs │ │ │ ├── ExpenseDetail.xaml │ │ │ ├── ExpenseDetail.xaml.cs │ │ │ ├── ExpensesList.xaml │ │ │ ├── ExpensesList.xaml.cs │ │ │ ├── MainWindow.xaml │ │ │ └── MainWindow.xaml.cs │ ├── InventorySample │ │ ├── Inventory.App │ │ │ ├── App.xaml │ │ │ ├── App.xaml.cs │ │ │ ├── Assets │ │ │ │ ├── AppLog │ │ │ │ │ └── AppLog.db │ │ │ │ ├── AppLogo.png │ │ │ │ ├── Html │ │ │ │ │ └── ChartHtmlControl.html │ │ │ │ ├── Images │ │ │ │ │ └── LoginBackground.jpg │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── Common │ │ │ │ ├── GridLengths.cs │ │ │ │ └── VirtualCollection │ │ │ │ │ ├── VirtualCollection.IList.cs │ │ │ │ │ ├── VirtualCollection.Selection.cs │ │ │ │ │ └── VirtualCollection.cs │ │ │ ├── Configuration │ │ │ │ ├── AppSettings.cs │ │ │ │ ├── ServiceLocator.cs │ │ │ │ └── Startup.cs │ │ │ ├── Controls │ │ │ │ ├── AdaptiveGridView │ │ │ │ │ ├── AdaptiveGridView.Properties.cs │ │ │ │ │ ├── AdaptiveGridView.cs │ │ │ │ │ └── AdaptiveHeightValueConverter.cs │ │ │ │ ├── Buttons │ │ │ │ │ ├── IconButton.cs │ │ │ │ │ ├── IconLabel.cs │ │ │ │ │ ├── IconLabelButton.cs │ │ │ │ │ └── RoundButton.cs │ │ │ │ ├── DataGrid │ │ │ │ │ ├── DataGrid.xaml │ │ │ │ │ └── DataGrid.xaml.cs │ │ │ │ ├── DataList │ │ │ │ │ ├── DataList.xaml │ │ │ │ │ └── DataList.xaml.cs │ │ │ │ ├── Details │ │ │ │ │ ├── Details.xaml │ │ │ │ │ └── Details.xaml.cs │ │ │ │ ├── FluidGrid │ │ │ │ │ └── FluidGrid.cs │ │ │ │ ├── Forms │ │ │ │ │ ├── FormAutoSuggestBox.cs │ │ │ │ │ ├── FormCalendarDatePicker.cs │ │ │ │ │ ├── FormComboBox.cs │ │ │ │ │ ├── FormTextBox.cs │ │ │ │ │ └── FormTypes.cs │ │ │ │ ├── Search │ │ │ │ │ ├── Search.xaml │ │ │ │ │ └── Search.xaml.cs │ │ │ │ ├── Section │ │ │ │ │ └── Section.cs │ │ │ │ ├── Toolbars │ │ │ │ │ ├── DetailToolbar.xaml │ │ │ │ │ ├── DetailToolbar.xaml.cs │ │ │ │ │ ├── ListToolbar.xaml │ │ │ │ │ ├── ListToolbar.xaml.cs │ │ │ │ │ └── ToolbarCommon.cs │ │ │ │ ├── WindowTitle │ │ │ │ │ └── WindowTitle.cs │ │ │ │ └── WrapPanel │ │ │ │ │ └── WrapPanel.cs │ │ │ ├── Converters │ │ │ │ ├── BindingTypeConverter.cs │ │ │ │ ├── BoolNegationConverter.cs │ │ │ │ ├── BoolToVisibilityConverter.cs │ │ │ │ ├── DateTimeFormatConverter.cs │ │ │ │ ├── DateTimeOffsetConverter.cs │ │ │ │ ├── DecimalConverter.cs │ │ │ │ ├── DoubleConverter.cs │ │ │ │ ├── Int16Converter.cs │ │ │ │ ├── Int32Converter.cs │ │ │ │ ├── Int64Converter.cs │ │ │ │ ├── LogTypeConverter.cs │ │ │ │ ├── NullToVisibilityConverter.cs │ │ │ │ └── ObjectToImageConverter.cs │ │ │ ├── Extensions │ │ │ │ ├── AnimationExtensions.cs │ │ │ │ ├── ICommandExtensions.cs │ │ │ │ ├── ItemIndexRangeExtensions.cs │ │ │ │ └── UriExtensions.cs │ │ │ ├── Inventory.App.csproj │ │ │ ├── Package.appxmanifest │ │ │ ├── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ └── Default.rd.xml │ │ │ ├── Services │ │ │ │ ├── CustomerService.cs │ │ │ │ ├── DataServiceFactory │ │ │ │ │ ├── DataServiceFactory.cs │ │ │ │ │ └── IDataServiceFactory.cs │ │ │ │ ├── Infrastructure │ │ │ │ │ ├── ActivationService.cs │ │ │ │ │ ├── CommonServices.cs │ │ │ │ │ ├── ContextService.cs │ │ │ │ │ ├── DialogService.cs │ │ │ │ │ ├── FilePickerService.cs │ │ │ │ │ ├── LogService │ │ │ │ │ │ ├── LogCollection.cs │ │ │ │ │ │ └── LogService.cs │ │ │ │ │ ├── LoginService.cs │ │ │ │ │ ├── MessageService.cs │ │ │ │ │ ├── NavigationService.cs │ │ │ │ │ └── SettingsService.cs │ │ │ │ ├── LookupTables.cs │ │ │ │ ├── OrderItemService.cs │ │ │ │ ├── OrderService.cs │ │ │ │ ├── ProductService.cs │ │ │ │ └── VirtualCollections │ │ │ │ │ ├── CustomerCollection.cs │ │ │ │ │ ├── OrderCollection.cs │ │ │ │ │ └── ProductCollection.cs │ │ │ ├── Styles │ │ │ │ ├── Buttons.xaml │ │ │ │ ├── CalendarPicker.xaml │ │ │ │ ├── Cards.xaml │ │ │ │ ├── DataGrid.xaml │ │ │ │ ├── NavigationView.xaml │ │ │ │ ├── PivotHeaderItem.xaml │ │ │ │ ├── Sections.xaml │ │ │ │ └── ToolBar.xaml │ │ │ ├── Themes │ │ │ │ ├── Controls │ │ │ │ │ ├── Buttons.xaml │ │ │ │ │ ├── FormAutoSuggestBox.xaml │ │ │ │ │ ├── FormCalendarDatePicker.xaml │ │ │ │ │ ├── FormComboBox.xaml │ │ │ │ │ ├── FormTextBox.xaml │ │ │ │ │ └── Section.xaml │ │ │ │ ├── Generic.xaml │ │ │ │ └── ThemeDictionaries.xaml │ │ │ ├── Tools │ │ │ │ ├── BitmapTools.cs │ │ │ │ ├── DependencyExpressions │ │ │ │ │ ├── DependencyExpression.cs │ │ │ │ │ ├── DependencyExpressions.cs │ │ │ │ │ └── INotifyExpressionChanged.cs │ │ │ │ └── ElementSet │ │ │ │ │ ├── ElementExtensions.cs │ │ │ │ │ ├── ElementSet.Events.cs │ │ │ │ │ ├── ElementSet.Methods.cs │ │ │ │ │ ├── ElementSet.Properties.cs │ │ │ │ │ └── ElementSet.cs │ │ │ └── Views │ │ │ │ ├── AppLogs │ │ │ │ ├── AppLogsView.xaml │ │ │ │ ├── AppLogsView.xaml.cs │ │ │ │ ├── Details │ │ │ │ │ ├── AppLogsDetails.xaml │ │ │ │ │ └── AppLogsDetails.xaml.cs │ │ │ │ └── List │ │ │ │ │ ├── AppLogsList.xaml │ │ │ │ │ └── AppLogsList.xaml.cs │ │ │ │ ├── Controls │ │ │ │ ├── CustomerSuggestBox.xaml │ │ │ │ ├── CustomerSuggestBox.xaml.cs │ │ │ │ ├── ProductSuggestBox.xaml │ │ │ │ └── ProductSuggestBox.xaml.cs │ │ │ │ ├── Customer │ │ │ │ ├── CustomerView.xaml │ │ │ │ ├── CustomerView.xaml.cs │ │ │ │ └── Details │ │ │ │ │ ├── CustomerCard.xaml │ │ │ │ │ ├── CustomerCard.xaml.cs │ │ │ │ │ ├── CustomerDetails.xaml │ │ │ │ │ └── CustomerDetails.xaml.cs │ │ │ │ ├── Customers │ │ │ │ ├── CustomersView.xaml │ │ │ │ ├── CustomersView.xaml.cs │ │ │ │ ├── Details │ │ │ │ │ ├── CustomersCard.xaml │ │ │ │ │ ├── CustomersCard.xaml.cs │ │ │ │ │ ├── CustomersDetails.xaml │ │ │ │ │ ├── CustomersDetails.xaml.cs │ │ │ │ │ ├── CustomersOrders.xaml │ │ │ │ │ └── CustomersOrders.xaml.cs │ │ │ │ └── List │ │ │ │ │ ├── CustomersList.xaml │ │ │ │ │ └── CustomersList.xaml.cs │ │ │ │ ├── Dashboard │ │ │ │ ├── DashboardView.xaml │ │ │ │ ├── DashboardView.xaml.cs │ │ │ │ └── Parts │ │ │ │ │ ├── ChartPane.xaml │ │ │ │ │ ├── ChartPane.xaml.cs │ │ │ │ │ ├── CustomersPane.xaml │ │ │ │ │ ├── CustomersPane.xaml.cs │ │ │ │ │ ├── OrdersPane.xaml │ │ │ │ │ ├── OrdersPane.xaml.cs │ │ │ │ │ ├── ProductsPane.xaml │ │ │ │ │ └── ProductsPane.xaml.cs │ │ │ │ ├── Login │ │ │ │ ├── LoginView.xaml │ │ │ │ ├── LoginView.xaml.cs │ │ │ │ ├── NamePasswordControl.xaml │ │ │ │ ├── NamePasswordControl.xaml.cs │ │ │ │ ├── WindowsHelloControl.xaml │ │ │ │ └── WindowsHelloControl.xaml.cs │ │ │ │ ├── Order │ │ │ │ ├── Details │ │ │ │ │ ├── OrderCard.xaml │ │ │ │ │ ├── OrderCard.xaml.cs │ │ │ │ │ ├── OrderDetails.xaml │ │ │ │ │ └── OrderDetails.xaml.cs │ │ │ │ ├── OrderView.xaml │ │ │ │ └── OrderView.xaml.cs │ │ │ │ ├── OrderItem │ │ │ │ ├── Details │ │ │ │ │ ├── OrderItemCard.xaml │ │ │ │ │ ├── OrderItemCard.xaml.cs │ │ │ │ │ ├── OrderItemDetails.xaml │ │ │ │ │ └── OrderItemDetails.xaml.cs │ │ │ │ ├── OrderItemView.xaml │ │ │ │ └── OrderItemView.xaml.cs │ │ │ │ ├── OrderItems │ │ │ │ ├── Details │ │ │ │ │ ├── OrderItemsCard.xaml │ │ │ │ │ ├── OrderItemsCard.xaml.cs │ │ │ │ │ ├── OrderItemsDetails.xaml │ │ │ │ │ └── OrderItemsDetails.xaml.cs │ │ │ │ ├── List │ │ │ │ │ ├── OrderItemsList.xaml │ │ │ │ │ └── OrderItemsList.xaml.cs │ │ │ │ ├── OrderItemsView.xaml │ │ │ │ └── OrderItemsView.xaml.cs │ │ │ │ ├── Orders │ │ │ │ ├── Details │ │ │ │ │ ├── OrdersCard.xaml │ │ │ │ │ ├── OrdersCard.xaml.cs │ │ │ │ │ ├── OrdersDetails.xaml │ │ │ │ │ ├── OrdersDetails.xaml.cs │ │ │ │ │ ├── OrdersOrderItems.xaml │ │ │ │ │ └── OrdersOrderItems.xaml.cs │ │ │ │ ├── List │ │ │ │ │ ├── OrdersList.xaml │ │ │ │ │ └── OrdersList.xaml.cs │ │ │ │ ├── OrdersView.xaml │ │ │ │ └── OrdersView.xaml.cs │ │ │ │ ├── Product │ │ │ │ ├── Details │ │ │ │ │ ├── ProductCard.xaml │ │ │ │ │ ├── ProductCard.xaml.cs │ │ │ │ │ ├── ProductDetails.xaml │ │ │ │ │ └── ProductDetails.xaml.cs │ │ │ │ ├── ProductView.xaml │ │ │ │ └── ProductView.xaml.cs │ │ │ │ ├── Products │ │ │ │ ├── List │ │ │ │ │ ├── ProductsList.xaml │ │ │ │ │ └── ProductsList.xaml.cs │ │ │ │ ├── ProductsView.xaml │ │ │ │ └── ProductsView.xaml.cs │ │ │ │ ├── Settings │ │ │ │ ├── CreateDatabaseView.xaml │ │ │ │ ├── CreateDatabaseView.xaml.cs │ │ │ │ ├── SettingsView.xaml │ │ │ │ ├── SettingsView.xaml.cs │ │ │ │ ├── ValidateConnectionView.xaml │ │ │ │ └── ValidateConnectionView.xaml.cs │ │ │ │ ├── Shell │ │ │ │ ├── MainShellView.xaml │ │ │ │ ├── MainShellView.xaml.cs │ │ │ │ ├── ShellView.xaml │ │ │ │ └── ShellView.xaml.cs │ │ │ │ └── SplashScreen │ │ │ │ ├── ExtendedSplash.xaml │ │ │ │ └── ExtendedSplash.xaml.cs │ │ ├── Inventory.Data │ │ │ ├── Common │ │ │ │ ├── DataRequest.cs │ │ │ │ └── UIDGenerator.cs │ │ │ ├── Data │ │ │ │ ├── AppLog.cs │ │ │ │ ├── Category.cs │ │ │ │ ├── CountryCode.cs │ │ │ │ ├── Customer.cs │ │ │ │ ├── DbVersion.cs │ │ │ │ ├── Order.cs │ │ │ │ ├── OrderItem.cs │ │ │ │ ├── OrderStatus.cs │ │ │ │ ├── PaymentType.cs │ │ │ │ ├── Product.cs │ │ │ │ ├── Shipper.cs │ │ │ │ └── TaxType.cs │ │ │ ├── DataContexts │ │ │ │ ├── AppLogDb.cs │ │ │ │ ├── IDataSource.cs │ │ │ │ ├── SQLServerDb.cs │ │ │ │ └── SQLiteDb.cs │ │ │ ├── DataServices │ │ │ │ ├── Base │ │ │ │ │ ├── DataServiceBase.Customers.cs │ │ │ │ │ ├── DataServiceBase.OrderItems.cs │ │ │ │ │ ├── DataServiceBase.Orders.cs │ │ │ │ │ ├── DataServiceBase.Products.cs │ │ │ │ │ └── DataServiceBase.cs │ │ │ │ ├── IDataService.cs │ │ │ │ ├── SQLServerDataService.cs │ │ │ │ └── SQLiteDataService.cs │ │ │ └── Inventory.Data.csproj │ │ ├── Inventory.ViewModels │ │ │ ├── Infrastructure │ │ │ │ ├── Common │ │ │ │ │ ├── IndexRange.cs │ │ │ │ │ ├── RelayCommand.cs │ │ │ │ │ ├── Result.cs │ │ │ │ │ ├── ToolbarModes.cs │ │ │ │ │ ├── UserInfo.cs │ │ │ │ │ └── ValidationConstraint.cs │ │ │ │ ├── Services │ │ │ │ │ ├── ICommonServices.cs │ │ │ │ │ ├── IContextService.cs │ │ │ │ │ ├── IDialogService.cs │ │ │ │ │ ├── IFilePickerService.cs │ │ │ │ │ ├── ILogService.cs │ │ │ │ │ ├── ILoginService.cs │ │ │ │ │ ├── IMessageService.cs │ │ │ │ │ ├── INavigationService.cs │ │ │ │ │ └── ISettingsService.cs │ │ │ │ └── ViewModels │ │ │ │ │ ├── ObservableObject.cs │ │ │ │ │ └── ViewModelBase.cs │ │ │ ├── Inventory.ViewModels.csproj │ │ │ ├── Models │ │ │ │ ├── AppLogModel.cs │ │ │ │ ├── CategoryModel.cs │ │ │ │ ├── CountryCodeModel.cs │ │ │ │ ├── CustomerModel.cs │ │ │ │ ├── OrderItemModel.cs │ │ │ │ ├── OrderModel.cs │ │ │ │ ├── OrderStatusModel.cs │ │ │ │ ├── PaymentTypeModel.cs │ │ │ │ ├── ProductModel.cs │ │ │ │ ├── ShipperModel.cs │ │ │ │ └── TaxTypeModel.cs │ │ │ ├── Services │ │ │ │ ├── ICustomerService.cs │ │ │ │ ├── ILookupTables.cs │ │ │ │ ├── IOrderItemService.cs │ │ │ │ ├── IOrderService.cs │ │ │ │ └── IProductService.cs │ │ │ └── ViewModels │ │ │ │ ├── AppLogs │ │ │ │ ├── AppLogDetailsViewModel.cs │ │ │ │ ├── AppLogListViewModel.cs │ │ │ │ └── AppLogsViewModel.cs │ │ │ │ ├── Common │ │ │ │ ├── GenericDetailsViewModel.cs │ │ │ │ └── GenericListViewModel.cs │ │ │ │ ├── Customers │ │ │ │ ├── CustomerDetailsViewModel.cs │ │ │ │ ├── CustomerListViewModel.cs │ │ │ │ └── CustomersViewModel.cs │ │ │ │ ├── Dashboard │ │ │ │ └── DashboardViewModel.cs │ │ │ │ ├── Login │ │ │ │ └── LoginViewModel.cs │ │ │ │ ├── OrderItems │ │ │ │ ├── OrderItemDetailsViewModel.cs │ │ │ │ ├── OrderItemListViewModel.cs │ │ │ │ └── OrderItemsViewModel.cs │ │ │ │ ├── Orders │ │ │ │ ├── OrderDetailsViewModel.cs │ │ │ │ ├── OrderDetailsWithItemsViewModel.cs │ │ │ │ ├── OrderListViewModel.cs │ │ │ │ └── OrdersViewModel.cs │ │ │ │ ├── Products │ │ │ │ ├── ProductDetailsViewModel.cs │ │ │ │ ├── ProductListViewModel.cs │ │ │ │ └── ProductsViewModel.cs │ │ │ │ ├── Settings │ │ │ │ ├── CreateDatabaseViewModel.cs │ │ │ │ ├── SettingsViewModel.cs │ │ │ │ └── ValidateConnectionViewModel.cs │ │ │ │ └── Shell │ │ │ │ ├── MainShellViewModel.cs │ │ │ │ ├── NavigationItem.cs │ │ │ │ └── ShellViewModel.cs │ │ ├── Inventory.sln │ │ └── Inventory.sln.licenseheader │ ├── LICENSE │ ├── README.md │ └── TodosFeed │ │ ├── .buckconfig │ │ ├── .eslintrc.js │ │ ├── .flowconfig │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .prettierrc.js │ │ ├── .watchmanconfig │ │ ├── App.js │ │ ├── __tests__ │ │ └── App-test.js │ │ ├── android │ │ ├── app │ │ │ ├── BUCK │ │ │ ├── build.gradle │ │ │ ├── build_defs.bzl │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── todosfeed │ │ │ │ │ ├── MainActivity.java │ │ │ │ │ └── MainApplication.java │ │ │ │ └── res │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ │ ├── app.json │ │ ├── babel.config.js │ │ ├── components │ │ ├── TodoItem.js │ │ └── TodosList.js │ │ ├── index.js │ │ ├── ios │ │ ├── Podfile │ │ ├── TodosFeed-tvOS │ │ │ └── Info.plist │ │ ├── TodosFeed-tvOSTests │ │ │ └── Info.plist │ │ ├── TodosFeed.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ ├── TodosFeed-tvOS.xcscheme │ │ │ │ └── TodosFeed.xcscheme │ │ ├── TodosFeed │ │ │ ├── AppDelegate.h │ │ │ ├── AppDelegate.m │ │ │ ├── Base.lproj │ │ │ │ └── LaunchScreen.xib │ │ │ ├── Images.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ ├── Info.plist │ │ │ └── main.m │ │ └── TodosFeedTests │ │ │ ├── Info.plist │ │ │ └── TodosFeedTests.m │ │ ├── metro.config.js │ │ ├── package.json │ │ ├── react-native.config.js │ │ ├── windows │ │ ├── .gitignore │ │ ├── TodosFeed.Component │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── TodosFeed.Component.csproj │ │ │ ├── TodosFeedControl.xaml │ │ │ └── TodosFeedControl.xaml.cs │ │ ├── TodosFeed.sln │ │ └── TodosFeed │ │ │ ├── App.cpp │ │ │ ├── App.h │ │ │ ├── App.idl │ │ │ ├── App.xaml │ │ │ ├── Assets │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ ├── SplashScreen.scale-200.png │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ ├── StoreLogo.png │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── Bundle │ │ │ └── index.windows.bundle │ │ │ ├── Package.appxmanifest │ │ │ ├── PropertySheet.props │ │ │ ├── ReactAssets │ │ │ └── .gitignore │ │ │ ├── ReactPackageProvider.cpp │ │ │ ├── ReactPackageProvider.h │ │ │ ├── TodosFeed.vcxproj │ │ │ ├── TodosFeed.vcxproj.filters │ │ │ ├── packages.config │ │ │ ├── pch.cpp │ │ │ └── pch.h │ │ └── yarn.lock └── rssreader │ ├── .buckconfig │ ├── .eslintrc.js │ ├── .flowconfig │ ├── .gitattributes │ ├── .gitignore │ ├── .prettierrc.js │ ├── .watchmanconfig │ ├── App.js │ ├── README.md │ ├── __tests__ │ └── App-test.js │ ├── android │ ├── app │ │ ├── BUCK │ │ ├── build.gradle │ │ ├── build_defs.bzl │ │ ├── debug.keystore │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── debug │ │ │ ├── AndroidManifest.xml │ │ │ └── java │ │ │ │ └── com │ │ │ │ └── rssreader │ │ │ │ └── ReactNativeFlipper.java │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── com │ │ │ │ └── rssreader │ │ │ │ ├── MainActivity.java │ │ │ │ └── MainApplication.java │ │ │ └── res │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ └── values │ │ │ ├── strings.xml │ │ │ └── styles.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle │ ├── app.json │ ├── babel.config.js │ ├── components │ └── Card.js │ ├── index.js │ ├── ios │ ├── Podfile │ ├── Podfile.lock │ ├── rssreader-tvOS │ │ └── Info.plist │ ├── rssreader-tvOSTests │ │ └── Info.plist │ ├── rssreader.xcodeproj │ │ ├── project.pbxproj │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ ├── rssreader-tvOS.xcscheme │ │ │ └── rssreader.xcscheme │ ├── rssreader.xcworkspace │ │ └── contents.xcworkspacedata │ ├── rssreader │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Base.lproj │ │ │ └── LaunchScreen.xib │ │ ├── Images.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Info.plist │ │ └── main.m │ └── rssreaderTests │ │ ├── Info.plist │ │ └── rssreaderTests.m │ ├── macos │ ├── .gitignore │ ├── Podfile │ ├── Podfile.lock │ ├── rssreader-iOS │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Base.lproj │ │ │ └── LaunchScreen.xib │ │ ├── Images.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Info.plist │ │ └── main.m │ ├── rssreader-macOS │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Assets.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Base.lproj │ │ │ └── Main.storyboard │ │ ├── Info.plist │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── main.m │ │ └── rssreader.entitlements │ ├── rssreader.xcodeproj │ │ ├── project.pbxproj │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ ├── rssreader-iOS.xcscheme │ │ │ └── rssreader-macOS.xcscheme │ └── rssreader.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist │ ├── metro.config.js │ ├── metro.config.macos.js │ ├── package.json │ ├── react-native.config.js │ ├── screens │ ├── ContentScreen.js │ └── FeedScreen.js │ ├── windows │ ├── .gitignore │ ├── rssreader.sln │ └── rssreader │ │ ├── .gitignore │ │ ├── App.cpp │ │ ├── App.h │ │ ├── App.idl │ │ ├── App.xaml │ │ ├── Assets │ │ ├── LargeTile.scale-100.png │ │ ├── LargeTile.scale-125.png │ │ ├── LargeTile.scale-150.png │ │ ├── LargeTile.scale-200.png │ │ ├── LargeTile.scale-400.png │ │ ├── SmallTile.scale-100.png │ │ ├── SmallTile.scale-125.png │ │ ├── SmallTile.scale-150.png │ │ ├── SmallTile.scale-200.png │ │ ├── SmallTile.scale-400.png │ │ ├── SplashScreen.scale-100.png │ │ ├── SplashScreen.scale-125.png │ │ ├── SplashScreen.scale-150.png │ │ ├── SplashScreen.scale-200.png │ │ ├── SplashScreen.scale-400.png │ │ ├── Square150x150Logo.scale-100.png │ │ ├── Square150x150Logo.scale-125.png │ │ ├── Square150x150Logo.scale-150.png │ │ ├── Square150x150Logo.scale-200.png │ │ ├── Square150x150Logo.scale-400.png │ │ ├── Square44x44Logo.altform-lightunplated_targetsize-16.png │ │ ├── Square44x44Logo.altform-lightunplated_targetsize-24.png │ │ ├── Square44x44Logo.altform-lightunplated_targetsize-256.png │ │ ├── Square44x44Logo.altform-lightunplated_targetsize-32.png │ │ ├── Square44x44Logo.altform-lightunplated_targetsize-48.png │ │ ├── Square44x44Logo.altform-unplated_targetsize-16.png │ │ ├── Square44x44Logo.altform-unplated_targetsize-256.png │ │ ├── Square44x44Logo.altform-unplated_targetsize-32.png │ │ ├── Square44x44Logo.altform-unplated_targetsize-48.png │ │ ├── Square44x44Logo.scale-100.png │ │ ├── Square44x44Logo.scale-125.png │ │ ├── Square44x44Logo.scale-150.png │ │ ├── Square44x44Logo.scale-200.png │ │ ├── Square44x44Logo.scale-400.png │ │ ├── Square44x44Logo.targetsize-16.png │ │ ├── Square44x44Logo.targetsize-24.png │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ ├── Square44x44Logo.targetsize-256.png │ │ ├── Square44x44Logo.targetsize-32.png │ │ ├── Square44x44Logo.targetsize-48.png │ │ ├── StoreLogo.backup.png │ │ ├── StoreLogo.scale-100.png │ │ ├── StoreLogo.scale-125.png │ │ ├── StoreLogo.scale-150.png │ │ ├── StoreLogo.scale-200.png │ │ ├── StoreLogo.scale-400.png │ │ ├── Wide310x150Logo.scale-100.png │ │ ├── Wide310x150Logo.scale-125.png │ │ ├── Wide310x150Logo.scale-150.png │ │ ├── Wide310x150Logo.scale-200.png │ │ └── Wide310x150Logo.scale-400.png │ │ ├── AutolinkedNativeModules.g.cpp │ │ ├── AutolinkedNativeModules.g.h │ │ ├── Package.appxmanifest │ │ ├── PropertySheet.props │ │ ├── ReactPackageProvider.cpp │ │ ├── ReactPackageProvider.h │ │ ├── packages.config │ │ ├── pch.cpp │ │ ├── pch.h │ │ ├── rssreader.vcxproj │ │ ├── rssreader.vcxproj.filters │ │ └── rssreader_TemporaryKey.pfx │ └── yarn.lock ├── samples ├── Calculator │ ├── README.md │ ├── cppwinrt │ │ ├── .bundle │ │ │ └── config │ │ ├── .eslintrc.js │ │ ├── .gitignore │ │ ├── .prettierrc.js │ │ ├── .watchmanconfig │ │ ├── App.tsx │ │ ├── Gemfile │ │ ├── README.md │ │ ├── __tests__ │ │ │ └── App.test.tsx │ │ ├── android │ │ │ ├── app │ │ │ │ ├── build.gradle │ │ │ │ ├── debug.keystore │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── debug │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ └── com │ │ │ │ │ │ └── calculator │ │ │ │ │ │ ├── MainActivity.kt │ │ │ │ │ │ └── MainApplication.kt │ │ │ │ │ └── res │ │ │ │ │ ├── drawable │ │ │ │ │ └── rn_edit_text_material.xml │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ └── values │ │ │ │ │ ├── strings.xml │ │ │ │ │ └── styles.xml │ │ │ ├── build.gradle │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ └── settings.gradle │ │ ├── app.json │ │ ├── babel.config.js │ │ ├── index.js │ │ ├── ios │ │ │ ├── .xcode.env │ │ │ ├── Calculator.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ └── xcshareddata │ │ │ │ │ └── xcschemes │ │ │ │ │ └── Calculator.xcscheme │ │ │ ├── Calculator │ │ │ │ ├── AppDelegate.swift │ │ │ │ ├── Images.xcassets │ │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Info.plist │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ └── PrivacyInfo.xcprivacy │ │ │ └── Podfile │ │ ├── jest.config.js │ │ ├── metro.config.js │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── tsconfig.json │ │ ├── windows │ │ │ ├── .gitignore │ │ │ ├── Calculator.sln │ │ │ ├── Calculator │ │ │ │ ├── .gitignore │ │ │ │ ├── App.cpp │ │ │ │ ├── App.h │ │ │ │ ├── App.idl │ │ │ │ ├── App.xaml │ │ │ │ ├── Assets │ │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ │ ├── StoreLogo.png │ │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ │ ├── AutolinkedNativeModules.g.cpp │ │ │ │ ├── AutolinkedNativeModules.g.h │ │ │ │ ├── AutolinkedNativeModules.g.props │ │ │ │ ├── AutolinkedNativeModules.g.targets │ │ │ │ ├── Calculator.vcxproj │ │ │ │ ├── Calculator.vcxproj.filters │ │ │ │ ├── MainPage.cpp │ │ │ │ ├── MainPage.h │ │ │ │ ├── MainPage.idl │ │ │ │ ├── MainPage.xaml │ │ │ │ ├── Package.appxmanifest │ │ │ │ ├── PropertySheet.props │ │ │ │ ├── ReactPackageProvider.cpp │ │ │ │ ├── ReactPackageProvider.h │ │ │ │ ├── packages.lock.json │ │ │ │ ├── pch.cpp │ │ │ │ └── pch.h │ │ │ ├── ExperimentalFeatures.props │ │ │ └── NuGet.Config │ │ └── yarn.lock │ ├── csharp │ │ ├── .bundle │ │ │ └── config │ │ ├── .eslintrc.js │ │ ├── .gitignore │ │ ├── .prettierrc.js │ │ ├── .watchmanconfig │ │ ├── App.tsx │ │ ├── Gemfile │ │ ├── README.md │ │ ├── __tests__ │ │ │ └── App.test.tsx │ │ ├── android │ │ │ ├── app │ │ │ │ ├── build.gradle │ │ │ │ ├── debug.keystore │ │ │ │ ├── proguard-rules.pro │ │ │ │ └── src │ │ │ │ │ ├── debug │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ └── main │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── java │ │ │ │ │ └── com │ │ │ │ │ │ └── calculator │ │ │ │ │ │ ├── MainActivity.kt │ │ │ │ │ │ └── MainApplication.kt │ │ │ │ │ └── res │ │ │ │ │ ├── drawable │ │ │ │ │ └── rn_edit_text_material.xml │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_launcher_round.png │ │ │ │ │ └── values │ │ │ │ │ ├── strings.xml │ │ │ │ │ └── styles.xml │ │ │ ├── build.gradle │ │ │ ├── gradle.properties │ │ │ ├── gradle │ │ │ │ └── wrapper │ │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ │ └── gradle-wrapper.properties │ │ │ ├── gradlew │ │ │ ├── gradlew.bat │ │ │ └── settings.gradle │ │ ├── app.json │ │ ├── babel.config.js │ │ ├── index.js │ │ ├── ios │ │ │ ├── .xcode.env │ │ │ ├── Calculator.xcodeproj │ │ │ │ ├── project.pbxproj │ │ │ │ └── xcshareddata │ │ │ │ │ └── xcschemes │ │ │ │ │ └── Calculator.xcscheme │ │ │ ├── Calculator │ │ │ │ ├── AppDelegate.swift │ │ │ │ ├── Images.xcassets │ │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ │ └── Contents.json │ │ │ │ │ └── Contents.json │ │ │ │ ├── Info.plist │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ └── PrivacyInfo.xcprivacy │ │ │ └── Podfile │ │ ├── jest.config.js │ │ ├── metro.config.js │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── tsconfig.json │ │ ├── windows │ │ │ ├── .gitignore │ │ │ ├── ExperimentalFeatures.props │ │ │ ├── NuGet.Config │ │ │ ├── calculator.sln │ │ │ └── calculator │ │ │ │ ├── .gitignore │ │ │ │ ├── App.xaml │ │ │ │ ├── App.xaml.cs │ │ │ │ ├── Assets │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ │ ├── AutolinkedNativeModules.g.cs │ │ │ │ ├── AutolinkedNativeModules.g.props │ │ │ │ ├── AutolinkedNativeModules.g.targets │ │ │ │ ├── MainPage.xaml │ │ │ │ ├── MainPage.xaml.cs │ │ │ │ ├── Package.appxmanifest │ │ │ │ ├── Properties │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ └── Default.rd.xml │ │ │ │ ├── ReactPackageProvider.cs │ │ │ │ ├── calculator.csproj │ │ │ │ └── packages.lock.json │ │ └── yarn.lock │ └── fabric │ │ ├── .bundle │ │ └── config │ │ ├── .eslintrc.js │ │ ├── .gitignore │ │ ├── .prettierrc.js │ │ ├── .watchmanconfig │ │ ├── App.tsx │ │ ├── Gemfile │ │ ├── NuGet.config │ │ ├── README.md │ │ ├── __tests__ │ │ └── App.test.tsx │ │ ├── android │ │ ├── app │ │ │ ├── build.gradle │ │ │ ├── debug.keystore │ │ │ ├── proguard-rules.pro │ │ │ └── src │ │ │ │ ├── debug │ │ │ │ └── AndroidManifest.xml │ │ │ │ └── main │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── java │ │ │ │ └── com │ │ │ │ │ └── calculatorfabric │ │ │ │ │ ├── MainActivity.kt │ │ │ │ │ └── MainApplication.kt │ │ │ │ └── res │ │ │ │ ├── drawable │ │ │ │ └── rn_edit_text_material.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ ├── build.gradle │ │ ├── gradle.properties │ │ ├── gradle │ │ │ └── wrapper │ │ │ │ ├── gradle-wrapper.jar │ │ │ │ └── gradle-wrapper.properties │ │ ├── gradlew │ │ ├── gradlew.bat │ │ └── settings.gradle │ │ ├── app.json │ │ ├── babel.config.js │ │ ├── index.js │ │ ├── ios │ │ ├── .xcode.env │ │ ├── CalculatorFabric.xcodeproj │ │ │ ├── project.pbxproj │ │ │ └── xcshareddata │ │ │ │ └── xcschemes │ │ │ │ └── CalculatorFabric.xcscheme │ │ ├── CalculatorFabric │ │ │ ├── AppDelegate.swift │ │ │ ├── Images.xcassets │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ ├── Info.plist │ │ │ ├── LaunchScreen.storyboard │ │ │ └── PrivacyInfo.xcprivacy │ │ └── Podfile │ │ ├── jest.config.js │ │ ├── jest.config.windows.js │ │ ├── metro.config.js │ │ ├── package-lock.json │ │ ├── package.json │ │ ├── tsconfig.json │ │ ├── windows │ │ ├── .gitignore │ │ ├── CalculatorFabric.Package │ │ │ ├── CalculatorFabric.Package.wapproj │ │ │ ├── Images │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ └── Package.appxmanifest │ │ ├── CalculatorFabric.sln │ │ ├── CalculatorFabric │ │ │ ├── .gitignore │ │ │ ├── AutolinkedNativeModules.g.cpp │ │ │ ├── AutolinkedNativeModules.g.h │ │ │ ├── AutolinkedNativeModules.g.props │ │ │ ├── AutolinkedNativeModules.g.targets │ │ │ ├── CalculatorFabric.cpp │ │ │ ├── CalculatorFabric.h │ │ │ ├── CalculatorFabric.ico │ │ │ ├── CalculatorFabric.rc │ │ │ ├── CalculatorFabric.vcxproj │ │ │ ├── CalculatorFabric.vcxproj.filters │ │ │ ├── pch.cpp │ │ │ ├── pch.h │ │ │ ├── resource.h │ │ │ ├── small.ico │ │ │ └── targetver.h │ │ └── ExperimentalFeatures.props │ │ └── yarn.lock ├── ContinuousIntegration │ ├── GitHubActions │ │ ├── 0.62 │ │ │ ├── build-app-ci.yml │ │ │ ├── build-app-pr.yml │ │ │ ├── build-nativemodule-ci.yml │ │ │ └── build-nativemodule-pr.yml │ │ ├── 0.63 │ │ │ ├── build-app-ci.yml │ │ │ ├── build-app-pr.yml │ │ │ ├── build-nativemodule-ci.yml │ │ │ └── build-nativemodule-pr.yml │ │ ├── 0.64 │ │ │ ├── build-app-ci.yml │ │ │ ├── build-app-pr.yml │ │ │ ├── build-nativemodule-ci.yml │ │ │ └── build-nativemodule-pr.yml │ │ ├── 0.65 │ │ │ ├── build-app-ci.yml │ │ │ ├── build-app-pr.yml │ │ │ ├── build-nativemodule-ci.yml │ │ │ └── build-nativemodule-pr.yml │ │ ├── 0.66 │ │ │ ├── build-app-ci.yml │ │ │ ├── build-app-pr.yml │ │ │ ├── build-nativemodule-ci.yml │ │ │ └── build-nativemodule-pr.yml │ │ └── 0.67 │ │ │ ├── build-app-ci.yml │ │ │ ├── build-app-pr.yml │ │ │ ├── build-nativemodule-ci.yml │ │ │ └── build-nativemodule-pr.yml │ └── README.md ├── NativeModuleSample │ ├── README.md │ └── cpp-lib │ │ ├── .editorconfig │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .nvmrc │ │ ├── .watchmanconfig │ │ ├── .yarn │ │ ├── plugins │ │ │ └── @yarnpkg │ │ │ │ ├── plugin-interactive-tools.cjs │ │ │ │ └── plugin-workspace-tools.cjs │ │ └── releases │ │ │ └── yarn-3.6.1.cjs │ │ ├── .yarnrc.yml │ │ ├── NuGet.config │ │ ├── README.md │ │ ├── babel.config.js │ │ ├── example-old │ │ ├── .bundle │ │ │ └── config │ │ ├── .watchmanconfig │ │ ├── app.json │ │ ├── babel.config.js │ │ ├── index.js │ │ ├── jest.config.js │ │ ├── metro.config.js │ │ ├── package.json │ │ ├── react-native.config.js │ │ ├── src │ │ │ └── App.tsx │ │ └── windows │ │ │ ├── .gitignore │ │ │ ├── ExperimentalFeatures.props │ │ │ ├── NativeModuleSampleExampleOld.sln │ │ │ ├── NativeModuleSampleExampleOld │ │ │ ├── .gitignore │ │ │ ├── App.cpp │ │ │ ├── App.h │ │ │ ├── App.idl │ │ │ ├── App.xaml │ │ │ ├── Assets │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── AutolinkedNativeModules.g.cpp │ │ │ ├── AutolinkedNativeModules.g.h │ │ │ ├── AutolinkedNativeModules.g.props │ │ │ ├── AutolinkedNativeModules.g.targets │ │ │ ├── MainPage.cpp │ │ │ ├── MainPage.h │ │ │ ├── MainPage.idl │ │ │ ├── MainPage.xaml │ │ │ ├── NativeModuleSampleExampleOld.vcxproj │ │ │ ├── NativeModuleSampleExampleOld.vcxproj.filters │ │ │ ├── Package.appxmanifest │ │ │ ├── PropertySheet.props │ │ │ ├── ReactPackageProvider.cpp │ │ │ ├── ReactPackageProvider.h │ │ │ ├── packages.lock.json │ │ │ ├── pch.cpp │ │ │ └── pch.h │ │ │ └── NuGet.Config │ │ ├── example │ │ ├── .bundle │ │ │ └── config │ │ ├── .watchmanconfig │ │ ├── NuGet.config │ │ ├── app.json │ │ ├── babel.config.js │ │ ├── index.js │ │ ├── jest.config.js │ │ ├── jest.config.windows.js │ │ ├── metro.config.js │ │ ├── package.json │ │ ├── react-native.config.js │ │ ├── src │ │ │ └── App.tsx │ │ └── windows │ │ │ ├── .gitignore │ │ │ ├── ExperimentalFeatures.props │ │ │ ├── NativeModuleSampleExample.Package │ │ │ ├── Images │ │ │ │ ├── LockScreenLogo.scale-200.png │ │ │ │ ├── SplashScreen.scale-200.png │ │ │ │ ├── Square150x150Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.scale-200.png │ │ │ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png │ │ │ │ ├── StoreLogo.png │ │ │ │ └── Wide310x150Logo.scale-200.png │ │ │ ├── NativeModuleSampleExample.Package.wapproj │ │ │ ├── Package.appxmanifest │ │ │ └── packages.lock.json │ │ │ ├── NativeModuleSampleExample.sln │ │ │ └── NativeModuleSampleExample │ │ │ ├── .gitignore │ │ │ ├── AutolinkedNativeModules.g.cpp │ │ │ ├── AutolinkedNativeModules.g.h │ │ │ ├── AutolinkedNativeModules.g.props │ │ │ ├── AutolinkedNativeModules.g.targets │ │ │ ├── NativeModuleSampleExample.cpp │ │ │ ├── NativeModuleSampleExample.h │ │ │ ├── NativeModuleSampleExample.ico │ │ │ ├── NativeModuleSampleExample.rc │ │ │ ├── NativeModuleSampleExample.vcxproj │ │ │ ├── NativeModuleSampleExample.vcxproj.filters │ │ │ ├── packages.lock.json │ │ │ ├── pch.cpp │ │ │ ├── pch.h │ │ │ ├── resource.h │ │ │ ├── small.ico │ │ │ └── targetver.h │ │ ├── package.json │ │ ├── react-native.config.js │ │ ├── src │ │ ├── CircleMaskNativeComponent.ts │ │ ├── NativeDataMarshallingExamples.ts │ │ ├── NativeFancyMath.ts │ │ ├── NativeSimpleHttpModule.ts │ │ ├── __tests__ │ │ │ └── index.test.tsx │ │ └── index.tsx │ │ ├── tsconfig.build.json │ │ ├── tsconfig.json │ │ ├── windows │ │ ├── .gitignore │ │ ├── ExperimentalFeatures.props │ │ ├── NativeModuleSample.sln │ │ └── NativeModuleSample │ │ │ ├── CircleMask.cpp │ │ │ ├── CircleMask.h │ │ │ ├── DataMarshallingExamples.h │ │ │ ├── FancyMath.h │ │ │ ├── NativeModuleSample.def │ │ │ ├── NativeModuleSample.rc │ │ │ ├── NativeModuleSample.vcxproj │ │ │ ├── NativeModuleSample.vcxproj.filters │ │ │ ├── ReactPackageProvider.cpp │ │ │ ├── ReactPackageProvider.h │ │ │ ├── ReactPackageProvider.idl │ │ │ ├── SimpleHttpModule.h │ │ │ ├── codegen │ │ │ ├── .clang-format │ │ │ ├── NativeDataMarshallingExamplesDataTypes.g.h │ │ │ ├── NativeDataMarshallingExamplesSpec.g.h │ │ │ ├── NativeFancyMathDataTypes.g.h │ │ │ ├── NativeFancyMathSpec.g.h │ │ │ ├── NativeSimpleHttpModuleDataTypes.g.h │ │ │ ├── NativeSimpleHttpModuleSpec.g.h │ │ │ └── react │ │ │ │ └── components │ │ │ │ └── NativeModuleSampleSpec │ │ │ │ └── CircleMask.g.h │ │ │ ├── packages.lock.json │ │ │ ├── pch.cpp │ │ │ ├── pch.h │ │ │ ├── resource.h │ │ │ └── targetver.h │ │ └── yarn.lock └── README.md └── website ├── .gitattributes ├── .unbroken_exclusions ├── README.md ├── blog ├── 2019-07-21-updates.md ├── 2019-07-22-roadmap.md ├── 2019-12-3-m3updates.md ├── 2020-02-010-m4updates.md ├── 2020-05-19-rn4mupdadates.md ├── 2020-06-01-build2020recap.md ├── 2020-07-22-62updates.md ├── 2020-09-02-63updates.md ├── 2021-03-16-64updates.md ├── 2021-05-17-codepush.md ├── 2021-05-25-inking.md ├── 2021-06-30-notifications.md ├── 2021-08-05-win32component.md ├── 2022-02-11-rnwinrt.md ├── 2022-02-11-settings.md ├── 2022-07-29-coreapp.md └── assets │ ├── 2021-05-08-win32component │ ├── appservice-manifest.png │ ├── architecture.png │ ├── defaultproject.png │ ├── desktop-extensions.png │ ├── final-app.png │ └── registryapp.png │ ├── 2021-05-17-codepush │ ├── CodePush-AppCenter.png │ ├── CodePush-Releases.png │ ├── ConfigureUpdate.png │ ├── Environments.png │ ├── NewApp.png │ ├── ReleaseDetail.png │ ├── SolutionExplorer.png │ ├── UpdatePrompt.png │ └── url.png │ ├── 2021-05-25-inking │ ├── FileSavePicker.png │ ├── HelloWorld.png │ └── base64string.png │ ├── 2022-07-29-coreapp │ ├── Calculator.png │ ├── CalculatorCoreAppNuGet.png │ └── CalculatorNuGet.png │ ├── autolinking-windows.png │ ├── build2020_evolvingwindowsplatform.png │ ├── build2020_expertqa.png │ ├── build2020_kevin.png │ ├── build2020_plex.png │ ├── build2020_reactnativeeu.png │ ├── build2020_xbox.gif │ ├── eloy_rn4m_preview_full.png │ ├── fastrefresh.gif │ ├── final_demo_gif.gif │ ├── gallery_demo_1.gif │ ├── janeasystemslogo.png │ ├── logbox_demo.gif │ ├── m1-5roadmap_m4release.png │ ├── picker-windows-module.png │ ├── platformcolor_demo.gif │ ├── react-camera.png │ ├── react-nav.gif │ ├── react-navigation-rnw.gif │ ├── roadmap.png │ ├── rtl.gif │ ├── settings.png │ ├── toast-rnwinrt.png │ ├── transforms.gif │ ├── vscode.png │ └── windows_datetimepicker-module.png ├── core └── Footer.js ├── fix-unbroken.js ├── package.json ├── pages └── en │ ├── index.js │ ├── init-cli.js │ ├── resources-news-social.js │ ├── resources-showcase.js │ ├── resources-videos.js │ ├── resources.js │ ├── support.js │ └── versions.js ├── showcaseApps.json ├── sidebars.json ├── siteConfig.js ├── static ├── css │ ├── HelpPage.css │ ├── blog.css │ ├── code-block-buttons.css │ ├── codeblocks.css │ ├── custom.css │ ├── docs-prevnext.css │ ├── docs.css │ ├── footer.css │ ├── header.css │ ├── homepage │ │ ├── ActionButton.css │ │ ├── HeaderHero.css │ │ ├── Heading.css │ │ ├── HomePage.css │ │ ├── Section.css │ │ ├── TableRowItem.css │ │ └── TwoColumns.css │ ├── react-native.css │ ├── reset.css │ ├── showcase.css │ ├── support.css │ ├── syntax.css │ ├── tabs.css │ ├── toc.css │ └── versions.css ├── img │ ├── Axsy.png │ ├── Citrix.png │ ├── Excel.png │ ├── Knomadix.jpg │ ├── Mashreq.jpg │ ├── Messenger.png │ ├── Office.png │ ├── Plex.png │ ├── PowerApps.png │ ├── PowerPoint.png │ ├── Windows11.png │ ├── XBox.png │ ├── XboxStoreApp.gif │ ├── discord.png │ ├── epam.png │ ├── favicon.ico │ ├── header_logo.png │ ├── header_logo.svg │ ├── homepage │ │ ├── appcenter_logo.png │ │ ├── cross-platform.png │ │ ├── duo.jpg │ │ ├── eloy_rn4m_preview.png │ │ ├── eloy_rn4m_preview_full.png │ │ ├── fluentUI_image.png │ │ ├── hermes_logo_small.png │ │ ├── native-and-js.png │ │ ├── native_and_js_mac.png │ │ ├── native_and_js_mac_cropped.png │ │ ├── native_and_js_windows.png │ │ ├── native_and_js_windows_cropped.png │ │ ├── timeicon.png │ │ ├── video_learning_image-small.png │ │ ├── video_learning_image.png │ │ └── vs_code_logo.png │ ├── oss_logo.png │ ├── rngallery.png │ ├── undraw_code_review.svg │ ├── undraw_monitor.svg │ ├── undraw_note_list.svg │ ├── undraw_online.svg │ ├── undraw_open_source.svg │ ├── undraw_operating_system.svg │ ├── undraw_react.svg │ ├── undraw_tweetstorm.svg │ ├── undraw_youtube_tutorial.svg │ ├── winui.png │ └── word.png └── js │ ├── code-block-buttons.js │ └── nav-buttons.js ├── versioned_docs ├── version-0.60 │ ├── apptheme-api-windows.md │ ├── branch-setup.md │ ├── building-rnw.md │ ├── contributing.md │ ├── e2e-test-more-about.md │ ├── e2e-test.md │ ├── flyout-component-windows.md │ ├── getting-started.md │ ├── glyph-component-windows.md │ ├── ikeyboardprops-api-windows.md │ ├── iviewwindowsprops-api-windows.md │ ├── native-modules-advanced.md │ ├── native-modules-setup.md │ ├── native-modules-using.md │ ├── native-modules.md │ ├── parity-status.md │ ├── popup-component-windows.md │ ├── project-structure.md │ ├── releases.md │ ├── rnw-dependencies.md │ ├── testing.md │ ├── view-managers.md │ ├── win10-compat.md │ └── windowsbrush-and-theme.md ├── version-0.61 │ ├── building-rnw.md │ ├── flyout-component-windows.md │ ├── getting-started.md │ ├── glyph-component-windows.md │ ├── iviewwindowsprops-api-windows.md │ ├── native-modules-async.md │ ├── native-modules-jsvalue.md │ ├── native-modules-marshalling-data.md │ ├── native-modules-setup.md │ ├── native-modules.md │ ├── parity-status.md │ ├── popup-component-windows.md │ ├── rnm-dependencies.md │ ├── rnm-getting-started.md │ ├── rnw-dependencies.md │ └── view-managers.md ├── version-0.62 │ ├── IJSValueReader-api-windows.md │ ├── IJSValueWriter-api-windows.md │ ├── IReactContext-api-windows.md │ ├── IReactDispatcher-api-windows.md │ ├── IReactModuleBuilder-api-windows.md │ ├── IReactNonAbiValue-api-windows.md │ ├── IReactNotificationService-api-windows.md │ ├── IReactPackageBuilder-api-windows.md │ ├── IReactPackageProvider-api-windows.md │ ├── IReactPropertyBag-api-windows.md │ ├── IRedBoxHandler-api-windows.md │ ├── IViewManager-api-windows.md │ ├── ReactApplication-api-windows.md │ ├── ReactInstanceSettings-api-windows.md │ ├── ReactNativeHost-api-windows.md │ ├── XamlUIService-api-windows.md │ ├── apptheme-api-windows.md │ ├── getting-started.md │ ├── ikeyboardprops-api-windows.md │ ├── iviewwindowsprops-api-windows.md │ ├── native-code-language-choice.md │ ├── native-code.md │ ├── native-modules-advanced.md │ ├── native-modules-async.md │ ├── native-modules-setup.md │ ├── native-modules-troubleshooting.md │ ├── native-modules.md │ ├── parity-status.md │ ├── releases.md │ ├── rnm-getting-started.md │ ├── rnw-dependencies.md │ ├── supported-community-modules.md │ ├── view-managers.md │ └── winui3.md ├── version-0.63 │ ├── AccessibilityAction-api-windows.md │ ├── AccessibilityActionEventHandler-api-windows.md │ ├── AccessibilityInvokeEventHandler-api-windows.md │ ├── AccessibilityRoles-api-windows.md │ ├── AccessibilityStates-api-windows.md │ ├── AccessibilityValue-api-windows.md │ ├── BorderEffect-api-windows.md │ ├── CanvasComposite-api-windows.md │ ├── CanvasEdgeBehavior-api-windows.md │ ├── ColorSourceEffect-api-windows.md │ ├── CompositeStepEffect-api-windows.md │ ├── ConstantProviderDelegate-api-windows.md │ ├── DynamicAutomationPeer-api-windows.md │ ├── DynamicAutomationProperties-api-windows.md │ ├── DynamicValueProvider-api-windows.md │ ├── EffectBorderMode-api-windows.md │ ├── EffectOptimization-api-windows.md │ ├── GaussianBlurEffect-api-windows.md │ ├── IJSValueReader-api-windows (2).md │ ├── IJSValueReader-api-windows.md │ ├── IJSValueWriter-api-windows.md │ ├── IReactContext-api-windows.md │ ├── IReactDispatcher-api-windows (2).md │ ├── IReactDispatcher-api-windows.md │ ├── IReactModuleBuilder-api-windows (2).md │ ├── IReactModuleBuilder-api-windows.md │ ├── IReactNonAbiValue-api-windows.md │ ├── IReactNotificationArgs-api-windows.md │ ├── IReactNotificationService-api-windows.md │ ├── IReactNotificationSubscription-api-windows.md │ ├── IReactPackageBuilder-api-windows (2).md │ ├── IReactPackageBuilder-api-windows.md │ ├── IReactPackageBuilderExperimental-api-windows.md │ ├── IReactPackageProvider-api-windows (2).md │ ├── IReactPackageProvider-api-windows.md │ ├── IReactPropertyBag-api-windows.md │ ├── IReactPropertyName-api-windows.md │ ├── IReactPropertyNamespace-api-windows.md │ ├── IRedBoxErrorFrameInfo-api-windows.md │ ├── IRedBoxErrorInfo-api-windows.md │ ├── IRedBoxHandler-api-windows (2).md │ ├── IRedBoxHandler-api-windows.md │ ├── IViewManager-api-windows.md │ ├── IViewManagerWithChildren-api-windows.md │ ├── IViewManagerWithCommands-api-windows.md │ ├── IViewManagerWithExportedEventTypeConstants-api-windows.md │ ├── IViewManagerWithExportedViewConstants-api-windows.md │ ├── IViewManagerWithNativeProperties-api-windows.md │ ├── IViewManagerWithReactContext-api-windows.md │ ├── InitializerDelegate-api-windows.md │ ├── JSIEngine-api-windows.md │ ├── JSValueArgWriter-api-windows.md │ ├── JSValueType-api-windows.md │ ├── MethodDelegate-api-windows.md │ ├── MethodResultCallback-api-windows.md │ ├── MethodReturnType-api-windows.md │ ├── Microsoft.ReactNative.xml │ ├── OnResumeAction-api-windows.md │ ├── QuirkSettings-api-windows.md │ ├── ReactApplication-api-windows.md │ ├── ReactCreatePropertyValue-api-windows.md │ ├── ReactDispatcherCallback-api-windows.md │ ├── ReactDispatcherHelper-api-windows.md │ ├── ReactInstanceSettings-api-windows (2).md │ ├── ReactInstanceSettings-api-windows.md │ ├── ReactModuleProvider-api-windows.md │ ├── ReactNativeHost-api-windows (2).md │ ├── ReactNativeHost-api-windows.md │ ├── ReactNotificationHandler-api-windows.md │ ├── ReactNotificationServiceHelper-api-windows.md │ ├── ReactPropertyBagHelper-api-windows.md │ ├── ReactRootView-api-windows.md │ ├── ReactViewManagerProvider-api-windows.md │ ├── RedBoxErrorType-api-windows.md │ ├── RedBoxHelper-api-windows.md │ ├── SyncMethodDelegate-api-windows.md │ ├── ViewControl-api-windows.md │ ├── ViewManagerPropertyType-api-windows.md │ ├── ViewPanel-api-windows.md │ ├── XamlHelper-api-windows.md │ ├── XamlUIService-api-windows.md │ ├── config.md │ ├── getting-started.md │ ├── hermes.md │ ├── index-api-windows.md │ ├── native-modules-async.md │ ├── native-modules-autolinking.md │ ├── native-modules-csharp-codegen.md │ ├── native-modules-jsvalue.md │ ├── native-modules-setup.md │ ├── native-modules-using.md │ ├── native-modules.md │ ├── nuget-update.md │ ├── nuget.md │ ├── releases.md │ ├── rnm-getting-started.md │ ├── rnw-dependencies.md │ ├── view-managers.md │ ├── windowsbrush-and-theme.md │ └── winui3.md ├── version-0.64 │ ├── AccessibilityAction-api-windows.md │ ├── AccessibilityActionEventHandler-api-windows.md │ ├── AccessibilityInvokeEventHandler-api-windows.md │ ├── AccessibilityRoles-api-windows.md │ ├── AccessibilityStates-api-windows.md │ ├── AccessibilityValue-api-windows.md │ ├── BorderEffect-api-windows.md │ ├── CanvasComposite-api-windows.md │ ├── CanvasEdgeBehavior-api-windows.md │ ├── ColorSourceEffect-api-windows.md │ ├── CompositeStepEffect-api-windows.md │ ├── ConstantProviderDelegate-api-windows.md │ ├── DevMenuControl-api-windows.md │ ├── DynamicAutomationPeer-api-windows.md │ ├── DynamicAutomationProperties-api-windows.md │ ├── DynamicValueProvider-api-windows.md │ ├── EffectBorderMode-api-windows.md │ ├── EffectOptimization-api-windows.md │ ├── GaussianBlurEffect-api-windows.md │ ├── IJSValueReader-api-windows.md │ ├── IJSValueWriter-api-windows.md │ ├── IJsiByteBuffer-api-windows.md │ ├── IJsiHostObject-api-windows.md │ ├── IReactContext-api-windows.md │ ├── IReactDispatcher-api-windows.md │ ├── IReactModuleBuilder-api-windows.md │ ├── IReactNonAbiValue-api-windows.md │ ├── IReactNotificationArgs-api-windows.md │ ├── IReactNotificationService-api-windows.md │ ├── IReactNotificationSubscription-api-windows.md │ ├── IReactPackageBuilder-api-windows.md │ ├── IReactPackageBuilderExperimental-api-windows.md │ ├── IReactPackageProvider-api-windows.md │ ├── IReactPropertyBag-api-windows.md │ ├── IReactPropertyName-api-windows.md │ ├── IReactPropertyNamespace-api-windows.md │ ├── IReactSettingsSnapshot-api-windows.md │ ├── IRedBoxErrorFrameInfo-api-windows.md │ ├── IRedBoxErrorInfo-api-windows.md │ ├── IRedBoxHandler-api-windows.md │ ├── IViewManager-api-windows.md │ ├── IViewManagerCreateWithProperties-api-windows.md │ ├── IViewManagerRequiresNativeLayout-api-windows.md │ ├── IViewManagerWithChildren-api-windows.md │ ├── IViewManagerWithCommands-api-windows.md │ ├── IViewManagerWithExportedEventTypeConstants-api-windows.md │ ├── IViewManagerWithExportedViewConstants-api-windows.md │ ├── IViewManagerWithNativeProperties-api-windows.md │ ├── IViewManagerWithReactContext-api-windows.md │ ├── InitializerDelegate-api-windows.md │ ├── InstanceCreatedEventArgs-api-windows.md │ ├── InstanceDestroyedEventArgs-api-windows.md │ ├── InstanceLoadedEventArgs-api-windows.md │ ├── JSIEngine-api-windows.md │ ├── JSValueArgWriter-api-windows.md │ ├── JSValueType-api-windows.md │ ├── JsiByteArrayUser-api-windows.md │ ├── JsiError-api-windows.md │ ├── JsiErrorType-api-windows.md │ ├── JsiHostFunction-api-windows.md │ ├── JsiObjectRef-api-windows.md │ ├── JsiPreparedJavaScript-api-windows.md │ ├── JsiPropertyIdRef-api-windows.md │ ├── JsiRuntime-api-windows.md │ ├── JsiScopeState-api-windows.md │ ├── JsiStringRef-api-windows.md │ ├── JsiSymbolRef-api-windows.md │ ├── JsiValueKind-api-windows.md │ ├── JsiValueRef-api-windows.md │ ├── JsiWeakObjectRef-api-windows.md │ ├── MethodDelegate-api-windows.md │ ├── MethodResultCallback-api-windows.md │ ├── MethodReturnType-api-windows.md │ ├── Microsoft.ReactNative.xml │ ├── QuirkSettings-api-windows.md │ ├── ReactApplication-api-windows.md │ ├── ReactCreatePropertyValue-api-windows.md │ ├── ReactDispatcherCallback-api-windows.md │ ├── ReactDispatcherHelper-api-windows.md │ ├── ReactInstanceSettings-api-windows.md │ ├── ReactModuleProvider-api-windows.md │ ├── ReactNativeHost-api-windows.md │ ├── ReactNotificationHandler-api-windows.md │ ├── ReactNotificationServiceHelper-api-windows.md │ ├── ReactPropertyBagHelper-api-windows.md │ ├── ReactRootView-api-windows.md │ ├── ReactViewManagerProvider-api-windows.md │ ├── RedBoxErrorType-api-windows.md │ ├── RedBoxHelper-api-windows.md │ ├── SyncMethodDelegate-api-windows.md │ ├── ViewControl-api-windows.md │ ├── ViewManagerPropertyType-api-windows.md │ ├── ViewPanel-api-windows.md │ ├── XamlHelper-api-windows.md │ ├── XamlMetaDataProvider-api-windows.md │ ├── XamlUIService-api-windows.md │ ├── apptheme-api-windows.md │ ├── building-rnw.md │ ├── config.md │ ├── customizing-SDK-versions.md │ ├── flyout-component-windows.md │ ├── getting-started.md │ ├── glyph-component-windows.md │ ├── hermes.md │ ├── ikeyboardprops-api-windows.md │ ├── index-api-windows.md │ ├── iviewwindowsprops-api-windows.md │ ├── metro-config-out-tree-platforms.md │ ├── native-modules-advanced.md │ ├── native-modules-autolinking.md │ ├── native-modules-csharp-codegen.md │ ├── native-modules-jsvalue.md │ ├── native-modules-marshalling-data.md │ ├── native-modules-setup.md │ ├── native-modules-troubleshooting.md │ ├── native-modules-using.md │ ├── native-modules.md │ ├── nuget-update.md │ ├── nuget.md │ ├── parity-status.md │ ├── platform.md │ ├── popup-component-windows.md │ ├── releases.md │ ├── rnm-dependencies.md │ ├── rnm-getting-started.md │ ├── rnw-dependencies.md │ ├── view-managers.md │ ├── win10-vm.md │ ├── windowsbrush-and-theme.md │ └── winui3.md ├── version-0.65 │ ├── AccessibilityAction-api-windows.md │ ├── AccessibilityActionEventHandler-api-windows.md │ ├── AccessibilityInvokeEventHandler-api-windows.md │ ├── AccessibilityRoles-api-windows.md │ ├── AccessibilityStates-api-windows.md │ ├── AccessibilityValue-api-windows.md │ ├── BorderEffect-api-windows.md │ ├── CanvasComposite-api-windows.md │ ├── CanvasEdgeBehavior-api-windows.md │ ├── ColorSourceEffect-api-windows.md │ ├── CompositeStepEffect-api-windows.md │ ├── ConstantProviderDelegate-api-windows.md │ ├── DesktopWindowMessage-api-windows.md │ ├── DevMenuControl-api-windows.md │ ├── DynamicAutomationPeer-api-windows.md │ ├── DynamicAutomationProperties-api-windows.md │ ├── DynamicValueProvider-api-windows.md │ ├── EffectBorderMode-api-windows.md │ ├── EffectOptimization-api-windows.md │ ├── GaussianBlurEffect-api-windows.md │ ├── IJSValueReader-api-windows.md │ ├── IJSValueWriter-api-windows.md │ ├── IJsiByteBuffer-api-windows.md │ ├── IJsiHostObject-api-windows.md │ ├── IReactContext-api-windows.md │ ├── IReactDispatcher-api-windows.md │ ├── IReactModuleBuilder-api-windows.md │ ├── IReactNonAbiValue-api-windows.md │ ├── IReactNotificationArgs-api-windows.md │ ├── IReactNotificationService-api-windows.md │ ├── IReactNotificationSubscription-api-windows.md │ ├── IReactPackageBuilder-api-windows.md │ ├── IReactPackageBuilderExperimental-api-windows.md │ ├── IReactPackageProvider-api-windows.md │ ├── IReactPropertyBag-api-windows.md │ ├── IReactPropertyName-api-windows.md │ ├── IReactPropertyNamespace-api-windows.md │ ├── IReactSettingsSnapshot-api-windows.md │ ├── IReactViewHost-api-windows.md │ ├── IReactViewInstance-api-windows.md │ ├── IRedBoxErrorFrameInfo-api-windows.md │ ├── IRedBoxErrorInfo-api-windows.md │ ├── IRedBoxHandler-api-windows.md │ ├── IViewManager-api-windows.md │ ├── IViewManagerCreateWithProperties-api-windows.md │ ├── IViewManagerRequiresNativeLayout-api-windows.md │ ├── IViewManagerWithChildren-api-windows.md │ ├── IViewManagerWithCommands-api-windows.md │ ├── IViewManagerWithExportedEventTypeConstants-api-windows.md │ ├── IViewManagerWithExportedViewConstants-api-windows.md │ ├── IViewManagerWithNativeProperties-api-windows.md │ ├── IViewManagerWithReactContext-api-windows.md │ ├── InitializerDelegate-api-windows.md │ ├── InstanceCreatedEventArgs-api-windows.md │ ├── InstanceDestroyedEventArgs-api-windows.md │ ├── InstanceLoadedEventArgs-api-windows.md │ ├── JSIEngine-api-windows.md │ ├── JSValueArgWriter-api-windows.md │ ├── JSValueType-api-windows.md │ ├── JsiByteArrayUser-api-windows.md │ ├── JsiError-api-windows.md │ ├── JsiErrorType-api-windows.md │ ├── JsiHostFunction-api-windows.md │ ├── JsiObjectRef-api-windows.md │ ├── JsiPreparedJavaScript-api-windows.md │ ├── JsiPropertyIdRef-api-windows.md │ ├── JsiRuntime-api-windows.md │ ├── JsiScopeState-api-windows.md │ ├── JsiStringRef-api-windows.md │ ├── JsiSymbolRef-api-windows.md │ ├── JsiValueKind-api-windows.md │ ├── JsiValueRef-api-windows.md │ ├── JsiWeakObjectRef-api-windows.md │ ├── MethodDelegate-api-windows.md │ ├── MethodResultCallback-api-windows.md │ ├── MethodReturnType-api-windows.md │ ├── QuirkSettings-api-windows.md │ ├── ReactApplication-api-windows.md │ ├── ReactCoreInjection-api-windows.md │ ├── ReactCreatePropertyValue-api-windows.md │ ├── ReactDispatcherCallback-api-windows.md │ ├── ReactDispatcherHelper-api-windows.md │ ├── ReactInstanceSettings-api-windows.md │ ├── ReactModuleProvider-api-windows.md │ ├── ReactNativeHost-api-windows.md │ ├── ReactNotificationHandler-api-windows.md │ ├── ReactNotificationServiceHelper-api-windows.md │ ├── ReactPropertyBagHelper-api-windows.md │ ├── ReactRootView-api-windows.md │ ├── ReactViewManagerProvider-api-windows.md │ ├── ReactViewOptions-api-windows.md │ ├── RedBoxErrorType-api-windows.md │ ├── RedBoxHelper-api-windows.md │ ├── SyncMethodDelegate-api-windows.md │ ├── UIBatchCompleteCallback-api-windows.md │ ├── ViewControl-api-windows.md │ ├── ViewManagerPropertyType-api-windows.md │ ├── ViewPanel-api-windows.md │ ├── XamlHelper-api-windows.md │ ├── XamlMetaDataProvider-api-windows.md │ ├── XamlUIService-api-windows.md │ ├── apptheme-api-windows.md │ ├── config.md │ ├── customizing-SDK-versions.md │ ├── getting-started.md │ ├── hermes.md │ ├── index-api-windows.md │ ├── iviewwindowsprops-api-windows.md │ ├── native-code.md │ ├── native-modules-advanced.md │ ├── native-modules-async.md │ ├── native-modules-jsvalue.md │ ├── native-modules-setup.md │ ├── native-modules.md │ ├── nuget.md │ ├── parity-status.md │ ├── releases.md │ ├── rnw-dependencies.md │ ├── run-windows-cli.md │ ├── view-managers.md │ └── windowsbrush-and-theme.md ├── version-0.66 │ ├── AccessibilityAction-api-windows.md │ ├── AccessibilityActionEventHandler-api-windows.md │ ├── AccessibilityInvokeEventHandler-api-windows.md │ ├── AccessibilityRoles-api-windows.md │ ├── AccessibilityStates-api-windows.md │ ├── AccessibilityValue-api-windows.md │ ├── BackNavigationHandlerKind-api-windows.md │ ├── BorderEffect-api-windows.md │ ├── CanvasComposite-api-windows.md │ ├── CanvasEdgeBehavior-api-windows.md │ ├── ColorSourceEffect-api-windows.md │ ├── CompositeStepEffect-api-windows.md │ ├── ConstantProviderDelegate-api-windows.md │ ├── DesktopWindowMessage-api-windows.md │ ├── DevMenuControl-api-windows.md │ ├── DynamicAutomationPeer-api-windows.md │ ├── DynamicAutomationProperties-api-windows.md │ ├── DynamicValueProvider-api-windows.md │ ├── EffectBorderMode-api-windows.md │ ├── EffectOptimization-api-windows.md │ ├── GaussianBlurEffect-api-windows.md │ ├── IJSValueReader-api-windows.md │ ├── IJSValueWriter-api-windows.md │ ├── IJsiByteBuffer-api-windows.md │ ├── IJsiHostObject-api-windows.md │ ├── IReactContext-api-windows.md │ ├── IReactDispatcher-api-windows.md │ ├── IReactModuleBuilder-api-windows.md │ ├── IReactNonAbiValue-api-windows.md │ ├── IReactNotificationArgs-api-windows.md │ ├── IReactNotificationService-api-windows.md │ ├── IReactNotificationSubscription-api-windows.md │ ├── IReactPackageBuilder-api-windows.md │ ├── IReactPackageBuilderExperimental-api-windows.md │ ├── IReactPackageProvider-api-windows.md │ ├── IReactPropertyBag-api-windows.md │ ├── IReactPropertyName-api-windows.md │ ├── IReactPropertyNamespace-api-windows.md │ ├── IReactRootViewExperimental-api-windows.md │ ├── IReactSettingsSnapshot-api-windows.md │ ├── IReactViewHost-api-windows.md │ ├── IReactViewInstance-api-windows.md │ ├── IRedBoxErrorFrameInfo-api-windows.md │ ├── IRedBoxErrorInfo-api-windows.md │ ├── IRedBoxHandler-api-windows.md │ ├── IViewManager-api-windows.md │ ├── IViewManagerCreateWithProperties-api-windows.md │ ├── IViewManagerRequiresNativeLayout-api-windows.md │ ├── IViewManagerWithChildren-api-windows.md │ ├── IViewManagerWithCommands-api-windows.md │ ├── IViewManagerWithExportedEventTypeConstants-api-windows.md │ ├── IViewManagerWithExportedViewConstants-api-windows.md │ ├── IViewManagerWithNativeProperties-api-windows.md │ ├── IViewManagerWithReactContext-api-windows.md │ ├── InitializerDelegate-api-windows.md │ ├── InstanceCreatedEventArgs-api-windows.md │ ├── InstanceDestroyedEventArgs-api-windows.md │ ├── InstanceLoadedEventArgs-api-windows.md │ ├── JSIEngine-api-windows.md │ ├── JSValueArgWriter-api-windows.md │ ├── JSValueType-api-windows.md │ ├── JsiByteArrayUser-api-windows.md │ ├── JsiError-api-windows.md │ ├── JsiErrorType-api-windows.md │ ├── JsiHostFunction-api-windows.md │ ├── JsiObjectRef-api-windows.md │ ├── JsiPreparedJavaScript-api-windows.md │ ├── JsiPropertyIdRef-api-windows.md │ ├── JsiRuntime-api-windows.md │ ├── JsiScopeState-api-windows.md │ ├── JsiStringRef-api-windows.md │ ├── JsiSymbolRef-api-windows.md │ ├── JsiValueKind-api-windows.md │ ├── JsiValueRef-api-windows.md │ ├── JsiWeakObjectRef-api-windows.md │ ├── LogHandler-api-windows.md │ ├── LogLevel-api-windows.md │ ├── MethodDelegate-api-windows.md │ ├── MethodResultCallback-api-windows.md │ ├── MethodReturnType-api-windows.md │ ├── QuirkSettings-api-windows.md │ ├── ReactApplication-api-windows.md │ ├── ReactCoreInjection-api-windows.md │ ├── ReactCreatePropertyValue-api-windows.md │ ├── ReactDispatcherCallback-api-windows.md │ ├── ReactDispatcherHelper-api-windows.md │ ├── ReactInstanceSettings-api-windows.md │ ├── ReactModuleProvider-api-windows.md │ ├── ReactNativeHost-api-windows.md │ ├── ReactNotificationHandler-api-windows.md │ ├── ReactNotificationServiceHelper-api-windows.md │ ├── ReactPropertyBagHelper-api-windows.md │ ├── ReactRootView-api-windows.md │ ├── ReactViewManagerProvider-api-windows.md │ ├── ReactViewOptions-api-windows.md │ ├── RedBoxErrorType-api-windows.md │ ├── RedBoxHelper-api-windows.md │ ├── SyncMethodDelegate-api-windows.md │ ├── UIBatchCompleteCallback-api-windows.md │ ├── ViewControl-api-windows.md │ ├── ViewManagerPropertyType-api-windows.md │ ├── ViewPanel-api-windows.md │ ├── XamlHelper-api-windows.md │ ├── XamlMetaDataProvider-api-windows.md │ ├── XamlUIService-api-windows.md │ ├── config.md │ ├── getting-started.md │ ├── hermes.md │ ├── index-api-windows.md │ ├── nuget.md │ ├── rnm-getting-started.md │ └── rnw-dependencies.md ├── version-0.67 │ ├── app-publishing.md │ ├── customizing-SDK-versions.md │ ├── debugging-javascript.md │ ├── flyout-component-windows.md │ ├── getting-started.md │ ├── hermes.md │ ├── native-api │ │ ├── AccessibilityAction-api-windows.md │ │ ├── AccessibilityActionEventHandler-api-windows.md │ │ ├── AccessibilityInvokeEventHandler-api-windows.md │ │ ├── AccessibilityRoles-api-windows.md │ │ ├── AccessibilityStates-api-windows.md │ │ ├── AccessibilityValue-api-windows.md │ │ ├── BackNavigationHandlerKind-api-windows.md │ │ ├── BorderEffect-api-windows.md │ │ ├── CanvasComposite-api-windows.md │ │ ├── CanvasEdgeBehavior-api-windows.md │ │ ├── ColorSourceEffect-api-windows.md │ │ ├── CompositeStepEffect-api-windows.md │ │ ├── ConstantProviderDelegate-api-windows.md │ │ ├── DesktopWindowMessage-api-windows.md │ │ ├── DevMenuControl-api-windows.md │ │ ├── DynamicAutomationPeer-api-windows.md │ │ ├── DynamicAutomationProperties-api-windows.md │ │ ├── DynamicValueProvider-api-windows.md │ │ ├── EffectBorderMode-api-windows.md │ │ ├── EffectOptimization-api-windows.md │ │ ├── GaussianBlurEffect-api-windows.md │ │ ├── IJSValueReader-api-windows.md │ │ ├── IJSValueWriter-api-windows.md │ │ ├── IJsiByteBuffer-api-windows.md │ │ ├── IJsiHostObject-api-windows.md │ │ ├── IReactContext-api-windows.md │ │ ├── IReactDispatcher-api-windows.md │ │ ├── IReactModuleBuilder-api-windows.md │ │ ├── IReactNonAbiValue-api-windows.md │ │ ├── IReactNotificationArgs-api-windows.md │ │ ├── IReactNotificationService-api-windows.md │ │ ├── IReactNotificationSubscription-api-windows.md │ │ ├── IReactPackageBuilder-api-windows.md │ │ ├── IReactPackageBuilderExperimental-api-windows.md │ │ ├── IReactPackageProvider-api-windows.md │ │ ├── IReactPropertyBag-api-windows.md │ │ ├── IReactPropertyName-api-windows.md │ │ ├── IReactPropertyNamespace-api-windows.md │ │ ├── IReactRootViewExperimental-api-windows.md │ │ ├── IReactSettingsSnapshot-api-windows.md │ │ ├── IReactViewHost-api-windows.md │ │ ├── IReactViewInstance-api-windows.md │ │ ├── IRedBoxErrorFrameInfo-api-windows.md │ │ ├── IRedBoxErrorInfo-api-windows.md │ │ ├── IRedBoxHandler-api-windows.md │ │ ├── IViewManager-api-windows.md │ │ ├── IViewManagerCreateWithProperties-api-windows.md │ │ ├── IViewManagerRequiresNativeLayout-api-windows.md │ │ ├── IViewManagerWithChildren-api-windows.md │ │ ├── IViewManagerWithCommands-api-windows.md │ │ ├── IViewManagerWithExportedEventTypeConstants-api-windows.md │ │ ├── IViewManagerWithExportedViewConstants-api-windows.md │ │ ├── IViewManagerWithNativeProperties-api-windows.md │ │ ├── IViewManagerWithPointerEvents-api-windows.md │ │ ├── IViewManagerWithReactContext-api-windows.md │ │ ├── InitializerDelegate-api-windows.md │ │ ├── InstanceCreatedEventArgs-api-windows.md │ │ ├── InstanceDestroyedEventArgs-api-windows.md │ │ ├── InstanceLoadedEventArgs-api-windows.md │ │ ├── JSIEngine-api-windows.md │ │ ├── JSValueArgWriter-api-windows.md │ │ ├── JSValueType-api-windows.md │ │ ├── JsiByteArrayUser-api-windows.md │ │ ├── JsiError-api-windows.md │ │ ├── JsiErrorType-api-windows.md │ │ ├── JsiHostFunction-api-windows.md │ │ ├── JsiObjectRef-api-windows.md │ │ ├── JsiPreparedJavaScript-api-windows.md │ │ ├── JsiPropertyIdRef-api-windows.md │ │ ├── JsiRuntime-api-windows.md │ │ ├── JsiScopeState-api-windows.md │ │ ├── JsiStringRef-api-windows.md │ │ ├── JsiSymbolRef-api-windows.md │ │ ├── JsiValueKind-api-windows.md │ │ ├── JsiValueRef-api-windows.md │ │ ├── JsiWeakObjectRef-api-windows.md │ │ ├── LogHandler-api-windows.md │ │ ├── LogLevel-api-windows.md │ │ ├── MethodDelegate-api-windows.md │ │ ├── MethodResultCallback-api-windows.md │ │ ├── MethodReturnType-api-windows.md │ │ ├── PointerEventKind-api-windows.md │ │ ├── QuirkSettings-api-windows.md │ │ ├── ReactApplication-api-windows.md │ │ ├── ReactCoreInjection-api-windows.md │ │ ├── ReactCreatePropertyValue-api-windows.md │ │ ├── ReactDispatcherCallback-api-windows.md │ │ ├── ReactDispatcherHelper-api-windows.md │ │ ├── ReactInstanceSettings-api-windows.md │ │ ├── ReactModuleProvider-api-windows.md │ │ ├── ReactNativeHost-api-windows.md │ │ ├── ReactNotificationHandler-api-windows.md │ │ ├── ReactNotificationServiceHelper-api-windows.md │ │ ├── ReactPointerEventArgs-api-windows.md │ │ ├── ReactPropertyBagHelper-api-windows.md │ │ ├── ReactRootView-api-windows.md │ │ ├── ReactViewManagerProvider-api-windows.md │ │ ├── ReactViewOptions-api-windows.md │ │ ├── RedBoxErrorType-api-windows.md │ │ ├── RedBoxHelper-api-windows.md │ │ ├── SyncMethodDelegate-api-windows.md │ │ ├── UIBatchCompleteCallback-api-windows.md │ │ ├── ViewControl-api-windows.md │ │ ├── ViewManagerPropertyType-api-windows.md │ │ ├── ViewPanel-api-windows.md │ │ ├── XamlHelper-api-windows.md │ │ ├── XamlMetaDataProvider-api-windows.md │ │ ├── XamlUIService-api-windows.md │ │ ├── apptheme-api-windows.md │ │ └── index-api-windows.md │ ├── native-modules-autolinking.md │ ├── native-modules-setup.md │ ├── popup-component-windows.md │ ├── setup-ci.md │ ├── upgrade-app.md │ └── winui3.md ├── version-0.68 │ ├── customizing-SDK-versions.md │ ├── getting-started.md │ ├── managing-cpp-deps.md │ ├── native-api │ │ ├── IReactSettingsSnapshot-api-windows.md │ │ ├── IViewManagerWithDropViewInstance-api-windows.md │ │ ├── ReactInstanceSettings-api-windows.md │ │ └── index-api-windows.md │ ├── native-modules-setup.md │ ├── native-modules.md │ ├── nuget.md │ ├── rnm-getting-started.md │ ├── rnw-dependencies.md │ └── win10-compat.md ├── version-0.69 │ ├── getting-started.md │ ├── native-api │ │ ├── IReactContext-api-windows.md │ │ ├── IViewManagerWithDropViewInstance-api-windows.md │ │ ├── JsiRuntime-api-windows.md │ │ ├── LoadingState-api-windows.md │ │ ├── ReactInstanceSettings-api-windows.md │ │ └── index-api-windows.md │ └── nuget-update.md ├── version-0.70 │ ├── coreapp.md │ ├── getting-started.md │ └── native-api │ │ ├── CoreAppPage-api-windows.md │ │ ├── IReactPackageProvider-api-windows.md │ │ ├── IReactPropertyBag-api-windows.md │ │ ├── IViewManagerWithDropViewInstance-api-windows.md │ │ ├── JsiBigIntRef-api-windows.md │ │ ├── JsiRuntime-api-windows.md │ │ ├── JsiValueKind-api-windows.md │ │ ├── QuirkSettings-api-windows.md │ │ ├── ReactDispatcherHelper-api-windows.md │ │ ├── ReactInstanceSettings-api-windows.md │ │ └── index-api-windows.md ├── version-0.71 │ ├── coreapp.md │ ├── getting-started.md │ ├── native-api │ │ ├── IReactContext-api-windows.md │ │ ├── IReactPackageBuilder-api-windows.md │ │ ├── IReactPackageProvider-api-windows.md │ │ ├── IReactViewHost-api-windows.md │ │ ├── IViewManagerWithOnLayout-api-windows.md │ │ ├── JsiRuntime-api-windows.md │ │ ├── LayoutService-api-windows.md │ │ ├── QuirkSettings-api-windows.md │ │ ├── ReactInstanceSettings-api-windows.md │ │ ├── ReactModuleProvider-api-windows.md │ │ ├── ReactNativeHost-api-windows.md │ │ ├── ReactRootView-api-windows.md │ │ ├── ViewControl-api-windows.md │ │ ├── ViewManagerPropertyType-api-windows.md │ │ ├── ViewPanel-api-windows.md │ │ ├── XamlHelper-api-windows.md │ │ ├── XamlUIService-api-windows.md │ │ └── index-api-windows.md │ ├── native-modules-advanced.md │ ├── native-modules-vs-turbo-modules.md │ ├── native-modules.md │ ├── rnm-getting-started.md │ ├── rnw-dependencies.md │ └── win10-vm.md ├── version-0.72 │ ├── coreapp.md │ ├── getting-started.md │ ├── native-api │ │ ├── IReactSettingsSnapshot-api-windows.md │ │ ├── ReactApplication-api-windows.md │ │ ├── ReactCoreInjection-api-windows.md │ │ └── ReactInstanceSettings-api-windows.md │ ├── native-modules-advanced.md │ ├── native-modules-vs-turbo-modules.md │ ├── native-modules.md │ ├── popup-component-windows.md │ ├── rnm-getting-started.md │ ├── rnw-dependencies.md │ ├── win10-compat.md │ └── winui3.md ├── version-0.73 │ ├── debugging-javascript.md │ ├── getting-started.md │ ├── hermes.md │ ├── native-api │ │ ├── AccessibilityStateCheckedValue-api-windows.md │ │ ├── AccessibilityStates-api-windows.md │ │ ├── DynamicAutomationProperties-api-windows.md │ │ ├── IRedBoxHandler-api-windows.md │ │ ├── QuirkSettings-api-windows.md │ │ ├── ReactPointerEventArgs-api-windows.md │ │ ├── ViewPanel-api-windows.md │ │ └── index-api-windows.md │ ├── native-modules.md │ └── nuget.md ├── version-0.74 │ ├── debugging-javascript.md │ ├── getting-started.md │ ├── hermes.md │ ├── native-api │ │ ├── AriaRole-api-windows.md │ │ ├── DevMenuControl-api-windows.md │ │ ├── DynamicAutomationProperties-api-windows.md │ │ ├── IReactNonAbiValue-api-windows.md │ │ ├── IReactPropertyBag-api-windows.md │ │ ├── IReactSettingsSnapshot-api-windows.md │ │ ├── ITimer-api-windows.md │ │ ├── JsiRuntime-api-windows.md │ │ ├── QuirkSettings-api-windows.md │ │ ├── ReactCoreInjection-api-windows.md │ │ ├── ReactInstanceSettings-api-windows.md │ │ ├── ReactPointerEventArgs-api-windows.md │ │ ├── Timer-api-windows.md │ │ ├── TimerFactory-api-windows.md │ │ └── index-api-windows.md │ ├── rnm-getting-started.md │ ├── run-windows-cli.md │ └── textinput-component-windows.md ├── version-0.75 │ ├── autolink-windows-cli.md │ ├── codegen-windows-cli.md │ ├── debugging-javascript.md │ ├── getting-started.md │ ├── hermes.md │ ├── init-windows-cli.md │ ├── native-api │ │ ├── HttpSettings-api-windows.md │ │ ├── ReactInstanceSettings-api-windows.md │ │ └── index-api-windows.md │ ├── native-code.md │ ├── native-modules-autolinking.md │ ├── native-modules-setup.md │ ├── native-modules-using.md │ ├── nuget.md │ ├── react-native-windows-cli.md │ ├── releases.md │ ├── rnw-dependencies.md │ ├── run-windows-cli.md │ ├── setup-ci.md │ ├── upgrade-app.md │ ├── view-managers.md │ └── win10-compat.md ├── version-0.76 │ ├── getting-started.md │ ├── native-api │ │ ├── EmitEventSetterDelegate-api-windows.md │ │ ├── EventEmitterInitializerDelegate-api-windows.md │ │ ├── IReactModuleBuilder-api-windows.md │ │ ├── JSValueArgWriter-api-windows.md │ │ ├── QuirkSettings-api-windows.md │ │ ├── ReactPointerEventArgs-api-windows.md │ │ └── index-api-windows.md │ ├── native-modules-setup.md │ ├── new-architecture.md │ ├── nuget.md │ ├── view-managers.md │ └── win10-compat.md ├── version-0.77 │ ├── getting-started.md │ ├── native-modules-autolinking.md │ ├── native-modules-vs-turbo-modules.md │ └── rnm-getting-started.md └── version-0.78 │ ├── getting-started.md │ ├── native-modules-autolinking.md │ ├── native-modules-vs-turbo-modules.md │ └── rnm-getting-started.md ├── versioned_sidebars ├── version-0.60-sidebars.json ├── version-0.61-sidebars.json ├── version-0.62-sidebars.json ├── version-0.63-sidebars.json ├── version-0.64-sidebars.json ├── version-0.65-sidebars.json ├── version-0.67-sidebars.json ├── version-0.68-sidebars.json ├── version-0.70-sidebars.json ├── version-0.71-sidebars.json ├── version-0.73-sidebars.json ├── version-0.74-sidebars.json ├── version-0.75-sidebars.json ├── version-0.76-sidebars.json ├── version-0.77-sidebars.json └── version-0.78-sidebars.json ├── versions.json └── yarn.lock /.dockerignore: -------------------------------------------------------------------------------- 1 | */node_modules 2 | *.log 3 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true 2 | contact_links: 3 | - name: Ask a question 4 | url: https://github.com/microsoft/react-native-windows/discussions 5 | about: Haven't found a bug, but still need some help? 6 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | ## Description 2 | 3 | ### Why 4 | What is the motivation for this change? Add a few sentences describing the context and overall goals of the pull request's commits. 5 | 6 | Resolves [Add Relevant Issue Here] 7 | 8 | ## Screenshots 9 | Add any relevant screen captures here from before or after your changes. 10 | -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "recommendations": [ 3 | "streetsidesoftware.code-spell-checker" 4 | ] 5 | } -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM node:8.11.4 2 | 3 | WORKDIR /app/website 4 | 5 | EXPOSE 3000 35729 6 | COPY ./docs /app/docs 7 | COPY ./website /app/website 8 | RUN yarn install 9 | 10 | CMD ["yarn", "start"] 11 | -------------------------------------------------------------------------------- /docs/.unbroken_exclusions: -------------------------------------------------------------------------------- 1 | !coreapp.md 2 | -------------------------------------------------------------------------------- /docs/assets/bad-readability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/bad-readability.png -------------------------------------------------------------------------------- /docs/assets/data-marshaling-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/data-marshaling-flow.png -------------------------------------------------------------------------------- /docs/assets/native-module-dependencies61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/native-module-dependencies61.png -------------------------------------------------------------------------------- /docs/assets/native-module-dependencies62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/native-module-dependencies62.png -------------------------------------------------------------------------------- /docs/assets/native-module-dependencies63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/native-module-dependencies63.png -------------------------------------------------------------------------------- /docs/assets/native-modules-setup-new-cpp-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/native-modules-setup-new-cpp-project.png -------------------------------------------------------------------------------- /docs/assets/native-modules-setup-new-cs-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/native-modules-setup-new-cs-project.png -------------------------------------------------------------------------------- /docs/assets/native-modules-setup-wrong-cpp-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/native-modules-setup-wrong-cpp-project.png -------------------------------------------------------------------------------- /docs/assets/nuget-update-cpp-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/nuget-update-cpp-project.png -------------------------------------------------------------------------------- /docs/assets/nuget-update-cs-project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/nuget-update-cs-project.png -------------------------------------------------------------------------------- /docs/assets/nuget-update-packages-manager-installed-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/nuget-update-packages-manager-installed-tab.png -------------------------------------------------------------------------------- /docs/assets/nuget-update-select-package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/nuget-update-select-package.png -------------------------------------------------------------------------------- /docs/assets/powershell-start-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/powershell-start-menu.png -------------------------------------------------------------------------------- /docs/assets/reveal-surface-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/reveal-surface-animation.gif -------------------------------------------------------------------------------- /docs/assets/rn-app-layout-with-native-modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/rn-app-layout-with-native-modules.png -------------------------------------------------------------------------------- /docs/assets/rn-app-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/rn-app-layout.png -------------------------------------------------------------------------------- /docs/assets/rn-windows-app-layout-with-native-modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/rn-windows-app-layout-with-native-modules.png -------------------------------------------------------------------------------- /docs/assets/rn-windows-app-layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/rn-windows-app-layout.png -------------------------------------------------------------------------------- /docs/assets/rnw-acrylic-surface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/rnw-acrylic-surface.png -------------------------------------------------------------------------------- /docs/assets/setup-options-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/setup-options-1.png -------------------------------------------------------------------------------- /docs/assets/setup-options-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/setup-options-2.png -------------------------------------------------------------------------------- /docs/assets/technical-decision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/technical-decision.png -------------------------------------------------------------------------------- /docs/assets/wdio-internal-dependencies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/docs/assets/wdio-internal-dependencies.png -------------------------------------------------------------------------------- /docs/native-api/ActivityIndicatorComponentView-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ActivityIndicatorComponentView 3 | title: ActivityIndicatorComponentView 4 | --- 5 | 6 | ![Architecture](https://img.shields.io/badge/architecture-new_only-blue) 7 | 8 | Kind: `class` 9 | 10 | Extends: [`ViewComponentView`](ViewComponentView) 11 | 12 | > **EXPERIMENTAL** 13 | -------------------------------------------------------------------------------- /docs/native-api/DebuggingOverlayComponentView-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: DebuggingOverlayComponentView 3 | title: DebuggingOverlayComponentView 4 | --- 5 | 6 | ![Architecture](https://img.shields.io/badge/architecture-new_only-blue) 7 | 8 | Kind: `class` 9 | 10 | Extends: [`ViewComponentView`](ViewComponentView) 11 | 12 | > **EXPERIMENTAL** 13 | -------------------------------------------------------------------------------- /docs/native-api/IInternalColor-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: IInternalColor 3 | title: IInternalColor 4 | --- 5 | 6 | ![Architecture](https://img.shields.io/badge/architecture-new_only-blue) 7 | 8 | Kind: `interface` 9 | 10 | > **EXPERIMENTAL** 11 | 12 | ## Methods 13 | ### AsInternalBrush 14 | [`IBrush`](IBrush) **`AsInternalBrush`**([`Theme`](Theme) theme) 15 | -------------------------------------------------------------------------------- /docs/native-api/ImageResponse-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ImageResponse 3 | title: ImageResponse 4 | --- 5 | 6 | ![Architecture](https://img.shields.io/badge/architecture-new_only-blue) 7 | 8 | Kind: `class` 9 | 10 | > **EXPERIMENTAL** 11 | -------------------------------------------------------------------------------- /docs/native-api/ParagraphComponentView-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ParagraphComponentView 3 | title: ParagraphComponentView 4 | --- 5 | 6 | ![Architecture](https://img.shields.io/badge/architecture-new_only-blue) 7 | 8 | Kind: `class` 9 | 10 | Extends: [`ViewComponentView`](ViewComponentView) 11 | 12 | > **EXPERIMENTAL** 13 | -------------------------------------------------------------------------------- /docs/native-api/ScrollViewComponentView-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: ScrollViewComponentView 3 | title: ScrollViewComponentView 4 | --- 5 | 6 | ![Architecture](https://img.shields.io/badge/architecture-new_only-blue) 7 | 8 | Kind: `class` 9 | 10 | Extends: [`ViewComponentView`](ViewComponentView) 11 | 12 | > **EXPERIMENTAL** 13 | -------------------------------------------------------------------------------- /docs/native-api/SwitchComponentView-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: SwitchComponentView 3 | title: SwitchComponentView 4 | --- 5 | 6 | ![Architecture](https://img.shields.io/badge/architecture-new_only-blue) 7 | 8 | Kind: `class` 9 | 10 | Extends: [`ViewComponentView`](ViewComponentView) 11 | 12 | > **EXPERIMENTAL** 13 | -------------------------------------------------------------------------------- /docs/native-api/WindowsModalHostComponentView-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: WindowsModalHostComponentView 3 | title: WindowsModalHostComponentView 4 | --- 5 | 6 | ![Architecture](https://img.shields.io/badge/architecture-new_only-blue) 7 | 8 | Kind: `class` 9 | 10 | Extends: [`ViewComponentView`](ViewComponentView) 11 | 12 | > **EXPERIMENTAL** 13 | -------------------------------------------------------------------------------- /docs/native-api/WindowsTextInputComponentView-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: WindowsTextInputComponentView 3 | title: WindowsTextInputComponentView 4 | --- 5 | 6 | ![Architecture](https://img.shields.io/badge/architecture-new_only-blue) 7 | 8 | Kind: `class` 9 | 10 | Extends: [`ViewComponentView`](ViewComponentView) 11 | 12 | > **EXPERIMENTAL** 13 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/.buckconfig: -------------------------------------------------------------------------------- 1 | 2 | [android] 3 | target = Google Inc.:Google APIs:23 4 | 5 | [maven_repositories] 6 | central = https://repo1.maven.org/maven2 7 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/.editorconfig: -------------------------------------------------------------------------------- 1 | # Windows files 2 | [*.bat] 3 | end_of_line = crlf 4 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native-community', 4 | }; 5 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/.gitattributes: -------------------------------------------------------------------------------- 1 | # Windows files should use crlf line endings 2 | # https://help.github.com/articles/dealing-with-line-endings/ 3 | *.bat text eol=crlf 4 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | bracketSpacing: false, 3 | jsxBracketSameLine: true, 4 | singleQuote: true, 5 | trailingComma: 'all', 6 | arrowParens: 'avoid', 7 | }; 8 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "AppServiceDemo", 3 | "displayName": "AppServiceDemo" 4 | } -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:metro-react-native-babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import {AppRegistry} from 'react-native'; 6 | import App from './App'; 7 | import {name as appName} from './app.json'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/StoreLogo.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo.Package/Images/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle 2 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/AppServiceDemo/windows/appservicedemo/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/AutolinkedNativeModules.g.props: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples-old/AppServiceDemo/windows/appservicedemo/AutolinkedNativeModules.g.targets: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/.bundle/config: -------------------------------------------------------------------------------- 1 | BUNDLE_PATH: "vendor/bundle" 2 | BUNDLE_FORCE_RUBY_PLATFORM: 1 3 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native', 4 | }; 5 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | arrowParens: 'avoid', 3 | bracketSameLine: true, 4 | bracketSpacing: false, 5 | singleQuote: true, 6 | trailingComma: 'all', 7 | }; 8 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version 4 | ruby ">= 2.6.10" 5 | 6 | gem 'cocoapods', '~> 1.13' 7 | gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' 8 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/debug.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/debug.keystore -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | CalculatorCoreAppNuGet 3 | 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip 4 | networkTimeout=10000 5 | validateDistributionUrl=true 6 | zipStoreBase=GRADLE_USER_HOME 7 | zipStorePath=wrapper/dists 8 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/android/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'CalculatorCoreAppNuGet' 2 | apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) 3 | include ':app' 4 | includeBuild('../node_modules/@react-native/gradle-plugin') 5 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CalculatorCoreAppNuGet", 3 | "displayName": "CalculatorCoreAppNuGet" 4 | } 5 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:@react-native/babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import {AppRegistry} from 'react-native'; 6 | import App from './App'; 7 | import {name as appName} from './app.json'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/ios/CalculatorCoreAppNuGet/AppDelegate.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface AppDelegate : RCTAppDelegate 5 | 6 | @end 7 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/ios/CalculatorCoreAppNuGet/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/ios/CalculatorCoreAppNuGet/main.m: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | #import "AppDelegate.h" 4 | 5 | int main(int argc, char *argv[]) 6 | { 7 | @autoreleasepool { 8 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | preset: 'react-native', 3 | }; 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "@react-native/typescript-config/tsconfig.json" 3 | } 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle 2 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/App.idl: -------------------------------------------------------------------------------- 1 | namespace CalculatorCoreAppNuGet 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/AutolinkedNativeModules.g.props: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/AutolinkedNativeModules.g.targets: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/MainPage.idl: -------------------------------------------------------------------------------- 1 | #include "NamespaceRedirect.h" 2 | 3 | namespace CalculatorCoreAppNuGet 4 | { 5 | [default_interface] 6 | runtimeclass MainPage : XAML_NAMESPACE.Controls.Page 7 | { 8 | MainPage(); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /samples-old/CalculatorCoreAppNuGet/windows/CalculatorCoreAppNuGet/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/.bundle/config: -------------------------------------------------------------------------------- 1 | BUNDLE_PATH: "vendor/bundle" 2 | BUNDLE_FORCE_RUBY_PLATFORM: 1 3 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native', 4 | }; 5 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | arrowParens: 'avoid', 3 | bracketSameLine: true, 4 | bracketSpacing: false, 5 | singleQuote: true, 6 | trailingComma: 'all', 7 | }; 8 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/debug.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/debug.keystore -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | CalculatorNuGet 3 | 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip 4 | networkTimeout=10000 5 | validateDistributionUrl=true 6 | zipStoreBase=GRADLE_USER_HOME 7 | zipStorePath=wrapper/dists 8 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/android/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'CalculatorNuGet' 2 | apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) 3 | include ':app' 4 | includeBuild('../node_modules/@react-native/gradle-plugin') 5 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CalculatorNuGet", 3 | "displayName": "CalculatorNuGet" 4 | } 5 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:@react-native/babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import {AppRegistry} from 'react-native'; 6 | import App from './App'; 7 | import {name as appName} from './app.json'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/ios/CalculatorNuGet/AppDelegate.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface AppDelegate : RCTAppDelegate 5 | 6 | @end 7 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/ios/CalculatorNuGet/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/ios/CalculatorNuGet/main.m: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | #import "AppDelegate.h" 4 | 5 | int main(int argc, char *argv[]) 6 | { 7 | @autoreleasepool { 8 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | preset: 'react-native', 3 | }; 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "@react-native/typescript-config/tsconfig.json" 3 | } 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle 2 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/App.idl: -------------------------------------------------------------------------------- 1 | namespace CalculatorNuGet 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/windows/calculatornuget/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/windows/calculatornuget/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/windows/calculatornuget/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/windows/calculatornuget/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/windows/calculatornuget/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/windows/calculatornuget/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CalculatorNuGet/windows/calculatornuget/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/AutolinkedNativeModules.g.props: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/AutolinkedNativeModules.g.targets: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/MainPage.idl: -------------------------------------------------------------------------------- 1 | #include "NamespaceRedirect.h" 2 | 3 | namespace CalculatorNuGet 4 | { 5 | [default_interface] 6 | runtimeclass MainPage : XAML_NAMESPACE.Controls.Page 7 | { 8 | MainPage(); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /samples-old/CalculatorNuGet/windows/calculatornuget/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/.buckconfig: -------------------------------------------------------------------------------- 1 | 2 | [android] 3 | target = Google Inc.:Google APIs:23 4 | 5 | [maven_repositories] 6 | central = https://repo1.maven.org/maven2 7 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native-community', 4 | }; 5 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | bracketSpacing: false, 3 | jsxBracketSameLine: true, 4 | singleQuote: true, 5 | trailingComma: 'all', 6 | arrowParens: 'avoid', 7 | }; 8 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /samples-old/CameraDemo/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version 4 | ruby '2.7.4' 5 | 6 | gem 'cocoapods', '~> 1.11', '>= 1.11.2' 7 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/_bundle/config: -------------------------------------------------------------------------------- 1 | BUNDLE_PATH: "vendor/bundle" 2 | BUNDLE_FORCE_RUBY_PLATFORM: 1 3 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/_ruby-version: -------------------------------------------------------------------------------- 1 | 2.7.4 2 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/debug.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/debug.keystore -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | CameraDemo 3 | 4 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/android/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'CameraDemo' 2 | apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) 3 | include ':app' 4 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CameraDemo", 3 | "displayName": "CameraDemo" 4 | } -------------------------------------------------------------------------------- /samples-old/CameraDemo/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:metro-react-native-babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import {AppRegistry} from 'react-native'; 6 | import App from './App'; 7 | import {name as appName} from './app.json'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/ios/CameraDemo/AppDelegate.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface AppDelegate : UIResponder 5 | 6 | @property (nonatomic, strong) UIWindow *window; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/ios/CameraDemo/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/ios/CameraDemo/main.m: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | #import "AppDelegate.h" 4 | 5 | int main(int argc, char * argv[]) { 6 | @autoreleasepool { 7 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle 2 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/App.idl: -------------------------------------------------------------------------------- 1 | namespace camerademo 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/windows/CameraDemo/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/windows/CameraDemo/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/windows/CameraDemo/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/windows/CameraDemo/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/windows/CameraDemo/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/windows/CameraDemo/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/CameraDemo/windows/CameraDemo/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/AutolinkedNativeModules.g.props: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/MainPage.idl: -------------------------------------------------------------------------------- 1 | #include "NamespaceRedirect.h" 2 | 3 | namespace camerademo 4 | { 5 | [default_interface] 6 | runtimeclass MainPage : XAML_NAMESPACE.Controls.Page 7 | { 8 | MainPage(); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /samples-old/CameraDemo/windows/CameraDemo/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/cppwinrt/.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/cppwinrt/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/NativeModuleSample/cppwinrt/.npmignore -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/cppwinrt/codegen/.clang-format: -------------------------------------------------------------------------------- 1 | DisableFormat: true 2 | SortIncludes: false -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/cppwinrt/index.js: -------------------------------------------------------------------------------- 1 | import FancyMath from './src/NativeFancyMath'; 2 | import DataMarshallingExamples from './src/NativeDataMarshallingExamples'; 3 | import AsyncMethodExamples from './src/NativeAsyncMethodExamples'; 4 | 5 | export { 6 | DataMarshallingExamples, 7 | FancyMath 8 | }; 9 | -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/cppwinrt/windows/NativeModuleSample/NativeModuleSample.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | DllCanUnloadNow = WINRT_CanUnloadNow PRIVATE 3 | DllGetActivationFactory = WINRT_GetActivationFactory PRIVATE 4 | -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/cppwinrt/windows/NativeModuleSample/ReactPackageProvider.idl: -------------------------------------------------------------------------------- 1 | namespace NativeModuleSample 2 | { 3 | [webhosthidden] 4 | [default_interface] 5 | runtimeclass ReactPackageProvider : Microsoft.ReactNative.IReactPackageProvider 6 | { 7 | ReactPackageProvider(); 8 | }; 9 | } 10 | -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/cppwinrt/windows/NativeModuleSample/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/csharp/.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/csharp/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/NativeModuleSample/csharp/.npmignore -------------------------------------------------------------------------------- /samples-old/NativeModuleSample/csharp/index.js: -------------------------------------------------------------------------------- 1 | import FancyMath from './NativeFancyMath'; 2 | import DataMarshallingExamples from './NativeDataMarshallingExamples'; 3 | 4 | export { 5 | DataMarshallingExamples, 6 | FancyMath 7 | }; 8 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Data/Services/IStorageService.cs: -------------------------------------------------------------------------------- 1 | using ContosoExpenses.Data.Models; 2 | 3 | namespace ContosoExpenses.Data.Services 4 | { 5 | public interface IStorageService 6 | { 7 | int SelectedEmployeeId { get; set; } 8 | 9 | int SelectedExpense { get; set; } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Data/Services/StorageService.cs: -------------------------------------------------------------------------------- 1 | namespace ContosoExpenses.Data.Services 2 | { 3 | public class StorageService : IStorageService 4 | { 5 | public int SelectedEmployeeId { get; set; } 6 | public int SelectedExpense { get ; set; } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/StoreLogo.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Package/Images/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses.Uwp/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/AddNewExpense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/AddNewExpense.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/ExpensesBackground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/ExpensesBackground.jpg -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/ExpensesListBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/ExpensesListBackground.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/HorizontalBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/HorizontalBackground.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/contoso.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Images/contoso.ico -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Messages/AddNewExpenseMessage.cs: -------------------------------------------------------------------------------- 1 | using GalaSoft.MvvmLight.Messaging; 2 | 3 | namespace ContosoExpenses.Messages 4 | { 5 | public class AddNewExpenseMessage: MessageBase 6 | { 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Messages/CloseWindowMessage.cs: -------------------------------------------------------------------------------- 1 | using GalaSoft.MvvmLight.Messaging; 2 | 3 | namespace ContosoExpenses.Messages 4 | { 5 | public class CloseWindowMessage: MessageBase 6 | { 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Messages/SelectedEmployeeMessage.cs: -------------------------------------------------------------------------------- 1 | using GalaSoft.MvvmLight.Messaging; 2 | 3 | namespace ContosoExpenses.Messages 4 | { 5 | public class SelectedEmployeeMessage: MessageBase 6 | { 7 | public SelectedEmployeeMessage() 8 | { 9 | } 10 | } 11 | } -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Messages/SelectedExpenseMessage.cs: -------------------------------------------------------------------------------- 1 | using GalaSoft.MvvmLight.Messaging; 2 | 3 | namespace ContosoExpenses.Messages 4 | { 5 | public class SelectedExpenseMessage: MessageBase 6 | { 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/ContosoExpenses/ContosoExpenses/Messages/UpdateExpensesListMessage.cs: -------------------------------------------------------------------------------- 1 | using GalaSoft.MvvmLight.Messaging; 2 | 3 | namespace ContosoExpenses.Messages 4 | { 5 | public class UpdateExpensesListMessage: MessageBase 6 | { 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/AppLog/AppLog.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/AppLog/AppLog.db -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/AppLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/AppLogo.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Images/LoginBackground.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Images/LoginBackground.jpg -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.App/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/InventorySample/Inventory.sln.licenseheader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/InventorySample/Inventory.sln.licenseheader -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/.buckconfig: -------------------------------------------------------------------------------- 1 | 2 | [android] 3 | target = Google Inc.:Google APIs:23 4 | 5 | [maven_repositories] 6 | central = https://repo1.maven.org/maven2 7 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native-community', 4 | }; 5 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | bracketSpacing: false, 3 | jsxBracketSameLine: true, 4 | singleQuote: true, 5 | trailingComma: 'all', 6 | }; 7 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | TodosFeed 3 | 4 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/android/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'TodosFeed' 2 | apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) 3 | include ':app' 4 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TodosFeed", 3 | "displayName": "TodosFeed" 4 | } -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:metro-react-native-babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import {AppRegistry} from 'react-native'; 6 | import App from './App'; 7 | import {name as appName} from './app.json'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/ios/TodosFeed/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/react-native.config.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | const path = require('path'); 3 | module.exports = { 4 | reactNativePath: fs.realpathSync(path.resolve(require.resolve('react-native-windows/package.json'), '..')), 5 | }; 6 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/App.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "App.xaml.g.h" 4 | 5 | 6 | 7 | namespace winrt::TodosFeed::implementation 8 | { 9 | struct App : AppT 10 | { 11 | App() noexcept; 12 | }; 13 | } // namespace winrt::TodosFeed::implementation 14 | 15 | 16 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/App.idl: -------------------------------------------------------------------------------- 1 | namespace TodosFeed 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/Bundle/index.windows.bundle: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * Be sure to generate this file using the CLI: 4 | * 5 | * react-native bundle --platform windows --entry-file index.js 6 | * --bundle-output windows\TodosFeed\Bundle\index.windows.bundle 7 | * --assets-dest windows\TodosFeed\Bundle 8 | * 9 | */ -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/ReactAssets/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /samples-old/TodosFeed/TodosFeed/windows/TodosFeed/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /samples-old/rssreader/.buckconfig: -------------------------------------------------------------------------------- 1 | 2 | [android] 3 | target = Google Inc.:Google APIs:23 4 | 5 | [maven_repositories] 6 | central = https://repo1.maven.org/maven2 7 | -------------------------------------------------------------------------------- /samples-old/rssreader/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native-community', 4 | }; 5 | -------------------------------------------------------------------------------- /samples-old/rssreader/.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | -------------------------------------------------------------------------------- /samples-old/rssreader/.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | bracketSpacing: false, 3 | jsxBracketSameLine: true, 4 | singleQuote: true, 5 | trailingComma: 'all', 6 | }; 7 | -------------------------------------------------------------------------------- /samples-old/rssreader/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/debug.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/debug.keystore -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | rssreader 3 | 4 | -------------------------------------------------------------------------------- /samples-old/rssreader/android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /samples-old/rssreader/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /samples-old/rssreader/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | -------------------------------------------------------------------------------- /samples-old/rssreader/android/settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'rssreader' 2 | apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) 3 | include ':app' 4 | -------------------------------------------------------------------------------- /samples-old/rssreader/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "rssreader", 3 | "displayName": "rssreader" 4 | } -------------------------------------------------------------------------------- /samples-old/rssreader/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:metro-react-native-babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /samples-old/rssreader/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import {AppRegistry} from 'react-native'; 6 | import App from './App'; 7 | import {name as appName} from './app.json'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | -------------------------------------------------------------------------------- /samples-old/rssreader/ios/rssreader.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /samples-old/rssreader/ios/rssreader/AppDelegate.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface AppDelegate : UIResponder 5 | 6 | @property (nonatomic, strong) UIWindow *window; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /samples-old/rssreader/ios/rssreader/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples-old/rssreader/ios/rssreader/main.m: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | #import "AppDelegate.h" 4 | 5 | int main(int argc, char * argv[]) { 6 | @autoreleasepool { 7 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/.gitignore: -------------------------------------------------------------------------------- 1 | # CocoaPods 2 | Pods/ 3 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/rssreader-iOS/AppDelegate.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import 3 | 4 | @interface AppDelegate : UIResponder 5 | 6 | @property (nonatomic, strong) UIWindow *window; 7 | 8 | @end 9 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/rssreader-iOS/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/rssreader-iOS/main.m: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | #import "AppDelegate.h" 4 | 5 | int main(int argc, char * argv[]) { 6 | @autoreleasepool { 7 | return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/rssreader-macOS/AppDelegate.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @class RCTBridge; 4 | 5 | @interface AppDelegate : NSObject 6 | 7 | @property (nonatomic, readonly) RCTBridge *bridge; 8 | 9 | @end 10 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/rssreader-macOS/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "author" : "xcode", 4 | "version" : 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/rssreader-macOS/ViewController.h: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | @interface ViewController : NSViewController 4 | 5 | @end 6 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/rssreader-macOS/main.m: -------------------------------------------------------------------------------- 1 | #import 2 | 3 | int main(int argc, const char *argv[]) { 4 | return NSApplicationMain(argc, argv); 5 | } 6 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/rssreader.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /samples-old/rssreader/macos/rssreader.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle 2 | -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/App.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "App.xaml.g.h" 4 | 5 | namespace winrt::rssreader::implementation 6 | { 7 | struct App : AppT 8 | { 9 | App() noexcept; 10 | }; 11 | } // namespace winrt::rssreader::implementation 12 | 13 | 14 | -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/App.idl: -------------------------------------------------------------------------------- 1 | namespace rssreader 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-100.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-125.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-150.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-200.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/LargeTile.scale-400.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-100.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-125.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-150.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-200.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SmallTile.scale-400.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-100.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-125.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-150.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/SplashScreen.scale-400.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-100.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-125.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-150.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square150x150Logo.scale-400.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-16.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-24.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-256.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-32.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-lightunplated_targetsize-48.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-unplated_targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-unplated_targetsize-16.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-unplated_targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-unplated_targetsize-256.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-unplated_targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-unplated_targetsize-32.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-unplated_targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.altform-unplated_targetsize-48.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-100.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-125.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-150.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.scale-400.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-16.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-24.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-256.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-32.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Square44x44Logo.targetsize-48.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/StoreLogo.backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/StoreLogo.backup.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-100.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-125.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-150.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-200.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/StoreLogo.scale-400.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-100.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-125.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-150.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/Assets/Wide310x150Logo.scale-400.png -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /samples-old/rssreader/windows/rssreader/rssreader_TemporaryKey.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples-old/rssreader/windows/rssreader/rssreader_TemporaryKey.pfx -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/.bundle/config: -------------------------------------------------------------------------------- 1 | BUNDLE_PATH: "vendor/bundle" 2 | BUNDLE_FORCE_RUBY_PLATFORM: 1 3 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native', 4 | }; 5 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | arrowParens: 'avoid', 3 | bracketSameLine: true, 4 | bracketSpacing: false, 5 | singleQuote: true, 6 | trailingComma: 'all', 7 | }; 8 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/__tests__/App.test.tsx: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import React from 'react'; 6 | import ReactTestRenderer from 'react-test-renderer'; 7 | import App from '../App'; 8 | 9 | test('renders correctly', async () => { 10 | await ReactTestRenderer.act(() => { 11 | ReactTestRenderer.create(); 12 | }); 13 | }); 14 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/debug.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/debug.keystore -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | Calculator 3 | 4 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip 4 | networkTimeout=10000 5 | validateDistributionUrl=true 6 | zipStoreBase=GRADLE_USER_HOME 7 | zipStorePath=wrapper/dists 8 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Calculator", 3 | "displayName": "Calculator" 4 | } 5 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:@react-native/babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import {AppRegistry} from 'react-native'; 6 | import App from './App'; 7 | import {name as appName} from './app.json'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/ios/Calculator/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | preset: 'react-native', 3 | }; 4 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "@react-native/typescript-config/tsconfig.json" 3 | } 4 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle 2 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/App.idl: -------------------------------------------------------------------------------- 1 | namespace Calculator 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/windows/Calculator/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/windows/Calculator/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/windows/Calculator/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/windows/Calculator/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/windows/Calculator/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/windows/Calculator/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/cppwinrt/windows/Calculator/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/AutolinkedNativeModules.g.targets: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/MainPage.idl: -------------------------------------------------------------------------------- 1 | #include "NamespaceRedirect.h" 2 | 3 | namespace Calculator 4 | { 5 | [default_interface] 6 | runtimeclass MainPage : XAML_NAMESPACE.Controls.Page 7 | { 8 | MainPage(); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /samples/Calculator/cppwinrt/windows/Calculator/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/.bundle/config: -------------------------------------------------------------------------------- 1 | BUNDLE_PATH: "vendor/bundle" 2 | BUNDLE_FORCE_RUBY_PLATFORM: 1 3 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native', 4 | }; 5 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | arrowParens: 'avoid', 3 | bracketSameLine: true, 4 | bracketSpacing: false, 5 | singleQuote: true, 6 | trailingComma: 'all', 7 | }; 8 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/__tests__/App.test.tsx: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import React from 'react'; 6 | import ReactTestRenderer from 'react-test-renderer'; 7 | import App from '../App'; 8 | 9 | test('renders correctly', async () => { 10 | await ReactTestRenderer.act(() => { 11 | ReactTestRenderer.create(); 12 | }); 13 | }); 14 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/debug.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/debug.keystore -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | Calculator 3 | 4 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /samples/Calculator/csharp/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip 4 | networkTimeout=10000 5 | validateDistributionUrl=true 6 | zipStoreBase=GRADLE_USER_HOME 7 | zipStorePath=wrapper/dists 8 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Calculator", 3 | "displayName": "Calculator" 4 | } 5 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:@react-native/babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import {AppRegistry} from 'react-native'; 6 | import App from './App'; 7 | import {name as appName} from './app.json'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/ios/Calculator/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | preset: 'react-native', 3 | }; 4 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "@react-native/typescript-config/tsconfig.json" 3 | } 4 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle 2 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/windows/calculator/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/windows/calculator/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/windows/calculator/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/windows/calculator/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/Assets/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/windows/calculator/Assets/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/windows/calculator/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/csharp/windows/calculator/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/AutolinkedNativeModules.g.props: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/Calculator/csharp/windows/calculator/AutolinkedNativeModules.g.targets: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/.bundle/config: -------------------------------------------------------------------------------- 1 | BUNDLE_PATH: "vendor/bundle" 2 | BUNDLE_FORCE_RUBY_PLATFORM: 1 3 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native', 4 | }; 5 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/.prettierrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | arrowParens: 'avoid', 3 | bracketSameLine: true, 4 | bracketSpacing: false, 5 | singleQuote: true, 6 | trailingComma: 'all', 7 | }; 8 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/__tests__/App.test.tsx: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import React from 'react'; 6 | import ReactTestRenderer from 'react-test-renderer'; 7 | import App from '../App'; 8 | 9 | test('renders correctly', async () => { 10 | await ReactTestRenderer.act(() => { 11 | ReactTestRenderer.create(); 12 | }); 13 | }); 14 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/debug.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/debug.keystore -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | CalculatorFabric 3 | 4 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /samples/Calculator/fabric/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip 4 | networkTimeout=10000 5 | validateDistributionUrl=true 6 | zipStoreBase=GRADLE_USER_HOME 7 | zipStorePath=wrapper/dists 8 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "CalculatorFabric", 3 | "displayName": "CalculatorFabric" 4 | } 5 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ['module:@react-native/babel-preset'], 3 | }; 4 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @format 3 | */ 4 | 5 | import {AppRegistry} from 'react-native'; 6 | import App from './App'; 7 | import {name as appName} from './app.json'; 8 | 9 | AppRegistry.registerComponent(appName, () => App); 10 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/ios/CalculatorFabric/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "info" : { 3 | "version" : 1, 4 | "author" : "xcode" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | preset: 'react-native', 3 | }; 4 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/jest.config.windows.js: -------------------------------------------------------------------------------- 1 | const config = {}; 2 | 3 | module.exports = require('@rnx-kit/jest-preset')('windows', config); 4 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "@react-native/typescript-config/tsconfig.json" 3 | } 4 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/Square44x44Logo.targetsize-24_altform-unplated.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/StoreLogo.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric.Package/Images/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric/CalculatorFabric.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include "resource.h" 4 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric/CalculatorFabric.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric/CalculatorFabric.ico -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric/CalculatorFabric.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric/CalculatorFabric.rc -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric/pch.cpp: -------------------------------------------------------------------------------- 1 | #include "pch.h" 2 | -------------------------------------------------------------------------------- /samples/Calculator/fabric/windows/CalculatorFabric/small.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/Calculator/fabric/windows/CalculatorFabric/small.ico -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj -text 2 | # specific for windows script files 3 | *.bat text eol=crlf -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/.nvmrc: -------------------------------------------------------------------------------- 1 | v18 2 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: [ 3 | ['module:react-native-builder-bob/babel-preset', { modules: 'commonjs' }], 4 | ], 5 | }; 6 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/.bundle/config: -------------------------------------------------------------------------------- 1 | BUNDLE_PATH: "vendor/bundle" 2 | BUNDLE_FORCE_RUBY_PLATFORM: 1 3 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NativeModuleSampleExampleOld", 3 | "displayName": "NativeModuleSampleExampleOld" 4 | } 5 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/index.js: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. All rights reserved. 2 | // Licensed under the MIT License. 3 | 4 | import { AppRegistry } from 'react-native'; 5 | import App from './src/App'; 6 | import { name as appName } from './app.json'; 7 | 8 | AppRegistry.registerComponent(appName, () => App); 9 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | preset: 'react-native', 3 | }; 4 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/react-native.config.js: -------------------------------------------------------------------------------- 1 | const path = require('path'); 2 | const pkg = require('../package.json'); 3 | 4 | module.exports = { 5 | dependencies: { 6 | [pkg.name]: { 7 | root: path.join(__dirname, '..'), 8 | }, 9 | }, 10 | }; 11 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle 2 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/App.idl: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. All rights reserved. 2 | // Licensed under the MIT License. 3 | 4 | namespace NativeModuleSampleExampleOld 5 | { 6 | } 7 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/StoreLogo.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/Assets/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example-old/windows/NativeModuleSampleExampleOld/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. All rights reserved. 2 | // Licensed under the MIT License. 3 | 4 | #include "pch.h" 5 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/.bundle/config: -------------------------------------------------------------------------------- 1 | BUNDLE_PATH: "vendor/bundle" 2 | BUNDLE_FORCE_RUBY_PLATFORM: 1 3 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/NuGet.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/app.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "NativeModuleSampleExample", 3 | "displayName": "NativeModuleSampleExample" 4 | } 5 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/index.js: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. All rights reserved. 2 | // Licensed under the MIT License. 3 | 4 | import { AppRegistry } from 'react-native'; 5 | import App from './src/App'; 6 | import { name as appName } from './app.json'; 7 | 8 | AppRegistry.registerComponent(appName, () => App); 9 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | preset: 'react-native', 3 | }; 4 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/jest.config.windows.js: -------------------------------------------------------------------------------- 1 | const config = {}; 2 | 3 | module.exports = require('@rnx-kit/jest-preset')('windows', config); 4 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/react-native.config.js: -------------------------------------------------------------------------------- 1 | const path = require('path'); 2 | const pkg = require('../package.json'); 3 | 4 | module.exports = { 5 | dependencies: { 6 | [pkg.name]: { 7 | root: path.join(__dirname, '..'), 8 | }, 9 | }, 10 | }; 11 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/LockScreenLogo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/LockScreenLogo.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/SplashScreen.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/SplashScreen.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/Square150x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/Square150x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/Square44x44Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/Square44x44Logo.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/StoreLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/StoreLogo.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/Wide310x150Logo.scale-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample.Package/Images/Wide310x150Logo.scale-200.png -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample/.gitignore: -------------------------------------------------------------------------------- 1 | /Bundle -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample/NativeModuleSampleExample.h: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. All rights reserved. 2 | // Licensed under the MIT License. 3 | 4 | #pragma once 5 | 6 | #include "resource.h" 7 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample/NativeModuleSampleExample.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample/NativeModuleSampleExample.ico -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample/NativeModuleSampleExample.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample/NativeModuleSampleExample.rc -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. All rights reserved. 2 | // Licensed under the MIT License. 3 | 4 | #include "pch.h" 5 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample/small.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/example/windows/NativeModuleSampleExample/small.ico -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/src/__tests__/index.test.tsx: -------------------------------------------------------------------------------- 1 | it.todo('write a test'); 2 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/tsconfig.build.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "./tsconfig", 3 | "exclude": ["example", "example-old", "lib"] 4 | } 5 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/windows/NativeModuleSample/NativeModuleSample.def: -------------------------------------------------------------------------------- 1 | EXPORTS 2 | DllCanUnloadNow = WINRT_CanUnloadNow PRIVATE 3 | DllGetActivationFactory = WINRT_GetActivationFactory PRIVATE 4 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/windows/NativeModuleSample/NativeModuleSample.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/samples/NativeModuleSample/cpp-lib/windows/NativeModuleSample/NativeModuleSample.rc -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/windows/NativeModuleSample/codegen/.clang-format: -------------------------------------------------------------------------------- 1 | DisableFormat: true 2 | SortIncludes: false -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/windows/NativeModuleSample/pch.cpp: -------------------------------------------------------------------------------- 1 | // Copyright (c) Microsoft Corporation. All rights reserved. 2 | // Licensed under the MIT License. 3 | 4 | #include "pch.h" 5 | -------------------------------------------------------------------------------- /samples/NativeModuleSample/cpp-lib/windows/NativeModuleSample/resource.h: -------------------------------------------------------------------------------- 1 | // 2 | // Microsoft Visual C++ generated include file. 3 | // Used by NativeModuleSample.rc 4 | 5 | #pragma once 6 | -------------------------------------------------------------------------------- /website/.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | .gitattributes text eol=lf 5 | .unbroken_exclusions text eol=lf 6 | -------------------------------------------------------------------------------- /website/blog/assets/2021-05-08-win32component/appservice-manifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-08-win32component/appservice-manifest.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-08-win32component/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-08-win32component/architecture.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-08-win32component/defaultproject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-08-win32component/defaultproject.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-08-win32component/desktop-extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-08-win32component/desktop-extensions.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-08-win32component/final-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-08-win32component/final-app.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-08-win32component/registryapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-08-win32component/registryapp.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-17-codepush/CodePush-AppCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-17-codepush/CodePush-AppCenter.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-17-codepush/CodePush-Releases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-17-codepush/CodePush-Releases.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-17-codepush/ConfigureUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-17-codepush/ConfigureUpdate.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-17-codepush/Environments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-17-codepush/Environments.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-17-codepush/NewApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-17-codepush/NewApp.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-17-codepush/ReleaseDetail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-17-codepush/ReleaseDetail.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-17-codepush/SolutionExplorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-17-codepush/SolutionExplorer.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-17-codepush/UpdatePrompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-17-codepush/UpdatePrompt.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-17-codepush/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-17-codepush/url.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-25-inking/FileSavePicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-25-inking/FileSavePicker.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-25-inking/HelloWorld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-25-inking/HelloWorld.png -------------------------------------------------------------------------------- /website/blog/assets/2021-05-25-inking/base64string.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2021-05-25-inking/base64string.png -------------------------------------------------------------------------------- /website/blog/assets/2022-07-29-coreapp/Calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2022-07-29-coreapp/Calculator.png -------------------------------------------------------------------------------- /website/blog/assets/2022-07-29-coreapp/CalculatorCoreAppNuGet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2022-07-29-coreapp/CalculatorCoreAppNuGet.png -------------------------------------------------------------------------------- /website/blog/assets/2022-07-29-coreapp/CalculatorNuGet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/2022-07-29-coreapp/CalculatorNuGet.png -------------------------------------------------------------------------------- /website/blog/assets/autolinking-windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/autolinking-windows.png -------------------------------------------------------------------------------- /website/blog/assets/build2020_evolvingwindowsplatform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/build2020_evolvingwindowsplatform.png -------------------------------------------------------------------------------- /website/blog/assets/build2020_expertqa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/build2020_expertqa.png -------------------------------------------------------------------------------- /website/blog/assets/build2020_kevin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/build2020_kevin.png -------------------------------------------------------------------------------- /website/blog/assets/build2020_plex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/build2020_plex.png -------------------------------------------------------------------------------- /website/blog/assets/build2020_reactnativeeu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/build2020_reactnativeeu.png -------------------------------------------------------------------------------- /website/blog/assets/build2020_xbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/build2020_xbox.gif -------------------------------------------------------------------------------- /website/blog/assets/eloy_rn4m_preview_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/eloy_rn4m_preview_full.png -------------------------------------------------------------------------------- /website/blog/assets/fastrefresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/fastrefresh.gif -------------------------------------------------------------------------------- /website/blog/assets/final_demo_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/final_demo_gif.gif -------------------------------------------------------------------------------- /website/blog/assets/gallery_demo_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/gallery_demo_1.gif -------------------------------------------------------------------------------- /website/blog/assets/janeasystemslogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/janeasystemslogo.png -------------------------------------------------------------------------------- /website/blog/assets/logbox_demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/logbox_demo.gif -------------------------------------------------------------------------------- /website/blog/assets/m1-5roadmap_m4release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/m1-5roadmap_m4release.png -------------------------------------------------------------------------------- /website/blog/assets/picker-windows-module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/picker-windows-module.png -------------------------------------------------------------------------------- /website/blog/assets/platformcolor_demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/platformcolor_demo.gif -------------------------------------------------------------------------------- /website/blog/assets/react-camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/react-camera.png -------------------------------------------------------------------------------- /website/blog/assets/react-nav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/react-nav.gif -------------------------------------------------------------------------------- /website/blog/assets/react-navigation-rnw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/react-navigation-rnw.gif -------------------------------------------------------------------------------- /website/blog/assets/roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/roadmap.png -------------------------------------------------------------------------------- /website/blog/assets/rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/rtl.gif -------------------------------------------------------------------------------- /website/blog/assets/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/settings.png -------------------------------------------------------------------------------- /website/blog/assets/toast-rnwinrt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/toast-rnwinrt.png -------------------------------------------------------------------------------- /website/blog/assets/transforms.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/transforms.gif -------------------------------------------------------------------------------- /website/blog/assets/vscode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/vscode.png -------------------------------------------------------------------------------- /website/blog/assets/windows_datetimepicker-module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/blog/assets/windows_datetimepicker-module.png -------------------------------------------------------------------------------- /website/static/css/HelpPage.css: -------------------------------------------------------------------------------- 1 | /* Help page doesn't have a navbar, so remove padding */ 2 | .HelpPage .mainContainer { 3 | padding-top: 0; 4 | } 5 | 6 | /* Make youtube video fit on mobile */ 7 | @media only screen and (max-width: 480px) { 8 | .HelpPage iframe { 9 | max-width: 100%; 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /website/static/css/custom.css: -------------------------------------------------------------------------------- 1 | /* Custom styles */ 2 | 3 | .warning { 4 | background: #cc2020; 5 | padding: 4pt; 6 | border-radius: 6pt; 7 | color: #fff; 8 | } 9 | 10 | div.warning > h3, 11 | div.warning > h4 { 12 | color: #fff; 13 | font-weight: normal; 14 | } 15 | -------------------------------------------------------------------------------- /website/static/css/homepage/Heading.css: -------------------------------------------------------------------------------- 1 | .Heading { 2 | font-size: 25px; 3 | color: $text; 4 | line-height: 1.2; 5 | margin-top: 0; 6 | margin-bottom: 20px; 7 | font-weight: 700; 8 | } 9 | -------------------------------------------------------------------------------- /website/static/css/homepage/HomePage.css: -------------------------------------------------------------------------------- 1 | /* Prevent overflowing elements from causing a scroll on safari */ 2 | .HomePage { 3 | width: 100%; 4 | overflow-x: hidden; 5 | } 6 | @media only screen and (max-width: 600px) { 7 | .HomePageImage { 8 | display: none; 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /website/static/img/Axsy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/Axsy.png -------------------------------------------------------------------------------- /website/static/img/Citrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/Citrix.png -------------------------------------------------------------------------------- /website/static/img/Excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/Excel.png -------------------------------------------------------------------------------- /website/static/img/Knomadix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/Knomadix.jpg -------------------------------------------------------------------------------- /website/static/img/Mashreq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/Mashreq.jpg -------------------------------------------------------------------------------- /website/static/img/Messenger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/Messenger.png -------------------------------------------------------------------------------- /website/static/img/Office.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/Office.png -------------------------------------------------------------------------------- /website/static/img/Plex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/Plex.png -------------------------------------------------------------------------------- /website/static/img/PowerApps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/PowerApps.png -------------------------------------------------------------------------------- /website/static/img/PowerPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/PowerPoint.png -------------------------------------------------------------------------------- /website/static/img/Windows11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/Windows11.png -------------------------------------------------------------------------------- /website/static/img/XBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/XBox.png -------------------------------------------------------------------------------- /website/static/img/XboxStoreApp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/XboxStoreApp.gif -------------------------------------------------------------------------------- /website/static/img/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/discord.png -------------------------------------------------------------------------------- /website/static/img/epam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/epam.png -------------------------------------------------------------------------------- /website/static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/favicon.ico -------------------------------------------------------------------------------- /website/static/img/header_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/header_logo.png -------------------------------------------------------------------------------- /website/static/img/homepage/appcenter_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/appcenter_logo.png -------------------------------------------------------------------------------- /website/static/img/homepage/cross-platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/cross-platform.png -------------------------------------------------------------------------------- /website/static/img/homepage/duo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/duo.jpg -------------------------------------------------------------------------------- /website/static/img/homepage/eloy_rn4m_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/eloy_rn4m_preview.png -------------------------------------------------------------------------------- /website/static/img/homepage/eloy_rn4m_preview_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/eloy_rn4m_preview_full.png -------------------------------------------------------------------------------- /website/static/img/homepage/fluentUI_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/fluentUI_image.png -------------------------------------------------------------------------------- /website/static/img/homepage/hermes_logo_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/hermes_logo_small.png -------------------------------------------------------------------------------- /website/static/img/homepage/native-and-js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/native-and-js.png -------------------------------------------------------------------------------- /website/static/img/homepage/native_and_js_mac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/native_and_js_mac.png -------------------------------------------------------------------------------- /website/static/img/homepage/native_and_js_mac_cropped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/native_and_js_mac_cropped.png -------------------------------------------------------------------------------- /website/static/img/homepage/native_and_js_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/native_and_js_windows.png -------------------------------------------------------------------------------- /website/static/img/homepage/native_and_js_windows_cropped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/native_and_js_windows_cropped.png -------------------------------------------------------------------------------- /website/static/img/homepage/timeicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/timeicon.png -------------------------------------------------------------------------------- /website/static/img/homepage/video_learning_image-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/video_learning_image-small.png -------------------------------------------------------------------------------- /website/static/img/homepage/video_learning_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/video_learning_image.png -------------------------------------------------------------------------------- /website/static/img/homepage/vs_code_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/homepage/vs_code_logo.png -------------------------------------------------------------------------------- /website/static/img/oss_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/oss_logo.png -------------------------------------------------------------------------------- /website/static/img/rngallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/rngallery.png -------------------------------------------------------------------------------- /website/static/img/winui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/winui.png -------------------------------------------------------------------------------- /website/static/img/word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/static/img/word.png -------------------------------------------------------------------------------- /website/versioned_docs/version-0.63/IReactNonAbiValue-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: version-0.63-IReactNonAbiValue 3 | title: IReactNonAbiValue 4 | original_id: IReactNonAbiValue 5 | --- 6 | 7 | Kind: `interface` 8 | 9 | 10 | 11 | 12 | 13 | ## Methods 14 | ### GetPtr 15 | int64_t **`GetPtr`**() 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /website/versioned_docs/version-0.63/Microsoft.ReactNative.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/react-native-windows-samples/0840528aba0ac5e8d05368efeb92a79a32385118/website/versioned_docs/version-0.63/Microsoft.ReactNative.xml -------------------------------------------------------------------------------- /website/versioned_docs/version-0.63/OnResumeAction-api-windows.md: -------------------------------------------------------------------------------- 1 | --- 2 | id: version-0.63-OnResumeAction 3 | title: OnResumeAction 4 | original_id: OnResumeAction 5 | --- 6 | 7 | Kind: `delegate` 8 | 9 | ## Invoke 10 | void **`Invoke`**() 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /website/versions.json: -------------------------------------------------------------------------------- 1 | [ 2 | "0.78", 3 | "0.77", 4 | "0.76", 5 | "0.75", 6 | "0.74", 7 | "0.73", 8 | "0.72", 9 | "0.71", 10 | "0.70", 11 | "0.69", 12 | "0.68", 13 | "0.67", 14 | "0.66", 15 | "0.65", 16 | "0.64", 17 | "0.63", 18 | "0.62", 19 | "0.61", 20 | "0.60" 21 | ] 22 | --------------------------------------------------------------------------------