mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 11:41:08 +00:00
* Added POST request support for Windows. * Cleanup formatting for docs * Updated test certificate * Reverted publisher name and fixed password mismatch * Fixes to Windows tests * Remove winappdriver install * Run react-native server in background * Added url encoded form support * Added support for custom headers Co-authored-by: Kennedy Mumo <kemumo@microsoft.com>
16 lines
504 B
C
16 lines
504 B
C
#pragma once
|
|
|
|
#define NOMINMAX
|
|
#include <unknwn.h>
|
|
#include <winrt/Windows.Data.Json.h>
|
|
#include <winrt/Windows.Foundation.h>
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
|
#include <winrt/Windows.UI.Popups.h>
|
|
#include <winrt/Windows.UI.Xaml.h>
|
|
#include <winrt/Windows.UI.Xaml.Controls.h>
|
|
#include <winrt/Windows.UI.Xaml.Markup.h>
|
|
#include <winrt/Windows.UI.Xaml.Navigation.h>
|
|
#include <winrt/Windows.Web.Http.h>
|
|
#include <winrt/Windows.Web.Http.Headers.h>
|
|
#include <winrt/Microsoft.ReactNative.h>
|