@identomat-inc/react-native-identomat 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/README.md +44 -0
  2. package/android/build.gradle +48 -0
  3. package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  4. package/android/gradle/wrapper/gradle-wrapper.properties +5 -0
  5. package/android/src/main/AndroidManifest.xml +7 -0
  6. package/android/src/main/java/com/reactlibrary/BridgeModule.java +86 -0
  7. package/android/src/main/java/com/reactlibrary/BridgePackage.java +36 -0
  8. package/index.js +46 -0
  9. package/ios/Frameworks/identomat.framework/Assets.car +0 -0
  10. package/ios/Frameworks/identomat.framework/Headers/identomat-Swift.h +638 -0
  11. package/ios/Frameworks/identomat.framework/Headers/identomat.h +18 -0
  12. package/ios/Frameworks/identomat.framework/Info.plist +0 -0
  13. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/arm.swiftsourceinfo +0 -0
  14. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  15. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  16. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
  17. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
  18. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm.swiftdoc +0 -0
  19. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm.swiftinterface +1866 -0
  20. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm.swiftmodule +0 -0
  21. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  22. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64-apple-ios.swiftinterface +1947 -0
  23. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
  24. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64.swiftdoc +0 -0
  25. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64.swiftinterface +1947 -0
  26. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/arm64.swiftmodule +0 -0
  27. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  28. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7-apple-ios.swiftinterface +1866 -0
  29. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7-apple-ios.swiftmodule +0 -0
  30. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7.swiftdoc +0 -0
  31. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7.swiftinterface +1866 -0
  32. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/armv7.swiftmodule +0 -0
  33. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/x86_64.swiftdoc +0 -0
  34. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/x86_64.swiftinterface +1947 -0
  35. package/ios/Frameworks/identomat.framework/Modules/identomat.swiftmodule/x86_64.swiftmodule +0 -0
  36. package/ios/Frameworks/identomat.framework/Modules/module.modulemap +11 -0
  37. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/3Qb-Zw-Ydv-view-5fQ-xy-n01.nib/objects-11.0+.nib +0 -0
  38. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/3Qb-Zw-Ydv-view-5fQ-xy-n01.nib/runtime.nib +0 -0
  39. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/Ajy-Ix-fe9-view-G1g-ks-BqP.nib/objects-11.0+.nib +0 -0
  40. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/Ajy-Ix-fe9-view-G1g-ks-BqP.nib/runtime.nib +0 -0
  41. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/Info.plist +0 -0
  42. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/RiD-hj-AH5-view-oaZ-g7-pTv.nib/objects-11.0+.nib +0 -0
  43. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/RiD-hj-AH5-view-oaZ-g7-pTv.nib/runtime.nib +0 -0
  44. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/VAA-Ss-lbh-view-UDO-8x-V4i.nib/objects-11.0+.nib +0 -0
  45. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/VAA-Ss-lbh-view-UDO-8x-V4i.nib/runtime.nib +0 -0
  46. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/YyM-f0-UbG-view-INz-ta-t1c.nib/objects-11.0+.nib +0 -0
  47. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/YyM-f0-UbG-view-INz-ta-t1c.nib/runtime.nib +0 -0
  48. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/agreement_view.nib/objects-11.0+.nib +0 -0
  49. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/agreement_view.nib/runtime.nib +0 -0
  50. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/default_view_controller.nib/objects-11.0+.nib +0 -0
  51. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/default_view_controller.nib/runtime.nib +0 -0
  52. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/document_types_view.nib/objects-11.0+.nib +0 -0
  53. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/document_types_view.nib/runtime.nib +0 -0
  54. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/fQF-H1-pI2-view-oqs-SO-IYK.nib/objects-11.0+.nib +0 -0
  55. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/fQF-H1-pI2-view-oqs-SO-IYK.nib/runtime.nib +0 -0
  56. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/liveness_view.nib/objects-11.0+.nib +0 -0
  57. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/liveness_view.nib/runtime.nib +0 -0
  58. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/match_photo_view.nib/objects-11.0+.nib +0 -0
  59. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/match_photo_view.nib/runtime.nib +0 -0
  60. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/qkz-dS-cJe-view-KRp-Px-e4R.nib/objects-11.0+.nib +0 -0
  61. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/qkz-dS-cJe-view-KRp-Px-e4R.nib/runtime.nib +0 -0
  62. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/scan_document_view.nib/objects-11.0+.nib +0 -0
  63. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/scan_document_view.nib/runtime.nib +0 -0
  64. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/upload_file_view.nib/objects-11.0+.nib +0 -0
  65. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/upload_file_view.nib/runtime.nib +0 -0
  66. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/upload_types_view.nib/objects-11.0+.nib +0 -0
  67. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/upload_types_view.nib/runtime.nib +0 -0
  68. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/vTZ-J7-KVA-view-nnL-sn-lBz.nib/objects-11.0+.nib +0 -0
  69. package/ios/Frameworks/identomat.framework/Storyboard.storyboardc/vTZ-J7-KVA-view-nnL-sn-lBz.nib/runtime.nib +0 -0
  70. package/ios/Frameworks/identomat.framework/_CodeSignature/CodeResources +1045 -0
  71. package/ios/Frameworks/identomat.framework/en.lproj/languages.strings +0 -0
  72. package/ios/Frameworks/identomat.framework/es.lproj/languages.strings +0 -0
  73. package/ios/Frameworks/identomat.framework/identomat +0 -0
  74. package/ios/Frameworks/identomat.framework/ka.lproj/languages.strings +0 -0
  75. package/ios/Frameworks/identomat.framework/ru.lproj/languages.strings +0 -0
  76. package/ios/Identomat-Bridging-Header.h +7 -0
  77. package/ios/Identomat.m +26 -0
  78. package/ios/Identomat.swift +122 -0
  79. package/ios/Identomat.xcodeproj/project.pbxproj +333 -0
  80. package/ios/Identomat.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  81. package/ios/Identomat.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  82. package/ios/Identomat.xcodeproj/project.xcworkspace/xcuserdata/otosiradze.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  83. package/ios/Identomat.xcodeproj/xcuserdata/otosiradze.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +6 -0
  84. package/ios/Identomat.xcodeproj/xcuserdata/otosiradze.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
  85. package/ios/Identomat.xcworkspace/contents.xcworkspacedata +7 -0
  86. package/ios/Identomat.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  87. package/ios/Identomat.xcworkspace/xcuserdata/otosiradze.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  88. package/package.json +14 -0
  89. package/react-native-identomat.podspec +44 -0
  90. package/windows/RNIdentomat/Properties/AssemblyInfo.cs +30 -0
  91. package/windows/RNIdentomat/Properties/RNIdentomat.rd.xml +28 -0
  92. package/windows/RNIdentomat/RNIdentomat.csproj +153 -0
  93. package/windows/RNIdentomat/RNIdentomatModule.cs +33 -0
  94. package/windows/RNIdentomat/RNIdentomatPackage.cs +53 -0
  95. package/windows/RNIdentomat/project.json +16 -0
  96. package/windows/RNIdentomat.sln +89 -0
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!--
3
+ This file contains Runtime Directives, specifications about types your application accesses
4
+ through reflection and other dynamic code patterns. Runtime Directives are used to control the
5
+ .NET Native optimizer and ensure that it does not remove code accessed by your library. If your
6
+ library does not do any reflection, then you generally do not need to edit this file. However,
7
+ if your library reflects over types, especially types passed to it or derived from its types,
8
+ then you should write Runtime Directives.
9
+ The most common use of reflection in libraries is to discover information about types passed
10
+ to the library. Runtime Directives have three ways to express requirements on types passed to
11
+ your library.
12
+ 1. Parameter, GenericParameter, TypeParameter, TypeEnumerableParameter
13
+ Use these directives to reflect over types passed as a parameter.
14
+ 2. SubTypes
15
+ Use a SubTypes directive to reflect over types derived from another type.
16
+ 3. AttributeImplies
17
+ Use an AttributeImplies directive to indicate that your library needs to reflect over
18
+ types or methods decorated with an attribute.
19
+ For more information on writing Runtime Directives for libraries, please visit
20
+ http://go.microsoft.com/fwlink/?LinkID=391919
21
+ -->
22
+ <Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
23
+ <Library Name="RNIdentomat">
24
+
25
+ <!-- add directives for your library here -->
26
+
27
+ </Library>
28
+ </Directives>
@@ -0,0 +1,153 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup>
5
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7
+ <ProjectGuid>{C08F31C0-5742-11EB-901E-6F7E9C1681B3}</ProjectGuid>
8
+ <OutputType>Library</OutputType>
9
+ <AppDesignerFolder>Properties</AppDesignerFolder>
10
+ <RootNamespace>Identomat</RootNamespace>
11
+ <AssemblyName>Identomat</AssemblyName>
12
+ <DefaultLanguage>en-US</DefaultLanguage>
13
+ <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14
+ <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
15
+ <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
16
+ <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
17
+ <FileAlignment>512</FileAlignment>
18
+ <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19
+ <ReactWindowsRoot>..\..\node_modules</ReactWindowsRoot>
20
+ </PropertyGroup>
21
+ <PropertyGroup Condition=" '$(Configuration)' != 'Development'">
22
+ <ReactWindowsRoot>..\..</ReactWindowsRoot>
23
+ </PropertyGroup>
24
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
25
+ <PlatformTarget>x86</PlatformTarget>
26
+ <DebugSymbols>true</DebugSymbols>
27
+ <OutputPath>bin\x86\Debug\</OutputPath>
28
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
29
+ <NoWarn>;2008</NoWarn>
30
+ <DebugType>full</DebugType>
31
+ <PlatformTarget>x86</PlatformTarget>
32
+ <UseVSHostingProcess>false</UseVSHostingProcess>
33
+ <ErrorReport>prompt</ErrorReport>
34
+ </PropertyGroup>
35
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
36
+ <PlatformTarget>x86</PlatformTarget>
37
+ <OutputPath>bin\x86\Release\</OutputPath>
38
+ <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
39
+ <Optimize>true</Optimize>
40
+ <NoWarn>;2008</NoWarn>
41
+ <DebugType>pdbonly</DebugType>
42
+ <PlatformTarget>x86</PlatformTarget>
43
+ <UseVSHostingProcess>false</UseVSHostingProcess>
44
+ <ErrorReport>prompt</ErrorReport>
45
+ </PropertyGroup>
46
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
47
+ <PlatformTarget>ARM</PlatformTarget>
48
+ <DebugSymbols>true</DebugSymbols>
49
+ <OutputPath>bin\ARM\Debug\</OutputPath>
50
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
51
+ <NoWarn>;2008</NoWarn>
52
+ <DebugType>full</DebugType>
53
+ <PlatformTarget>ARM</PlatformTarget>
54
+ <UseVSHostingProcess>false</UseVSHostingProcess>
55
+ <ErrorReport>prompt</ErrorReport>
56
+ </PropertyGroup>
57
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
58
+ <PlatformTarget>ARM</PlatformTarget>
59
+ <OutputPath>bin\ARM\Release\</OutputPath>
60
+ <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
61
+ <Optimize>true</Optimize>
62
+ <NoWarn>;2008</NoWarn>
63
+ <DebugType>pdbonly</DebugType>
64
+ <PlatformTarget>ARM</PlatformTarget>
65
+ <UseVSHostingProcess>false</UseVSHostingProcess>
66
+ <ErrorReport>prompt</ErrorReport>
67
+ </PropertyGroup>
68
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
69
+ <PlatformTarget>x64</PlatformTarget>
70
+ <DebugSymbols>true</DebugSymbols>
71
+ <OutputPath>bin\x64\Debug\</OutputPath>
72
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
73
+ <NoWarn>;2008</NoWarn>
74
+ <DebugType>full</DebugType>
75
+ <PlatformTarget>x64</PlatformTarget>
76
+ <UseVSHostingProcess>false</UseVSHostingProcess>
77
+ <ErrorReport>prompt</ErrorReport>
78
+ </PropertyGroup>
79
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
80
+ <PlatformTarget>x64</PlatformTarget>
81
+ <OutputPath>bin\x64\Release\</OutputPath>
82
+ <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
83
+ <Optimize>true</Optimize>
84
+ <NoWarn>;2008</NoWarn>
85
+ <DebugType>pdbonly</DebugType>
86
+ <PlatformTarget>x64</PlatformTarget>
87
+ <UseVSHostingProcess>false</UseVSHostingProcess>
88
+ <ErrorReport>prompt</ErrorReport>
89
+ </PropertyGroup>
90
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|x86'">
91
+ <DebugSymbols>true</DebugSymbols>
92
+ <OutputPath>bin\x86\Development\</OutputPath>
93
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
94
+ <NoWarn>;2008</NoWarn>
95
+ <NoStdLib>true</NoStdLib>
96
+ <DebugType>full</DebugType>
97
+ <PlatformTarget>x86</PlatformTarget>
98
+ <UseVSHostingProcess>false</UseVSHostingProcess>
99
+ <ErrorReport>prompt</ErrorReport>
100
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
101
+ </PropertyGroup>
102
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|ARM'">
103
+ <DebugSymbols>true</DebugSymbols>
104
+ <OutputPath>bin\ARM\Development\</OutputPath>
105
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
106
+ <NoWarn>;2008</NoWarn>
107
+ <NoStdLib>true</NoStdLib>
108
+ <DebugType>full</DebugType>
109
+ <PlatformTarget>ARM</PlatformTarget>
110
+ <UseVSHostingProcess>false</UseVSHostingProcess>
111
+ <ErrorReport>prompt</ErrorReport>
112
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
113
+ </PropertyGroup>
114
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|x64'">
115
+ <DebugSymbols>true</DebugSymbols>
116
+ <OutputPath>bin\x64\Development\</OutputPath>
117
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
118
+ <NoWarn>;2008</NoWarn>
119
+ <NoStdLib>true</NoStdLib>
120
+ <DebugType>full</DebugType>
121
+ <PlatformTarget>x64</PlatformTarget>
122
+ <UseVSHostingProcess>false</UseVSHostingProcess>
123
+ <ErrorReport>prompt</ErrorReport>
124
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
125
+ </PropertyGroup>
126
+ <ItemGroup>
127
+ <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
128
+ <None Include="project.json" />
129
+ </ItemGroup>
130
+ <ItemGroup>
131
+ <Compile Include="Properties\AssemblyInfo.cs" />
132
+ <Compile Include="RNIdentomatModule.cs" />
133
+ <Compile Include="RNIdentomatPackage.cs" />
134
+ <EmbeddedResource Include="Properties\RNIdentomat.rd.xml" />
135
+ </ItemGroup>
136
+ <ItemGroup>
137
+ <ProjectReference Include="$(ReactWindowsRoot)\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj">
138
+ <Project>{c7673ad5-e3aa-468c-a5fd-fa38154e205c}</Project>
139
+ <Name>ReactNative</Name>
140
+ </ProjectReference>
141
+ </ItemGroup>
142
+ <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
143
+ <VisualStudioVersion>14.0</VisualStudioVersion>
144
+ </PropertyGroup>
145
+ <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
146
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
147
+ Other similar extension points exist, see Microsoft.Common.targets.
148
+ <Target Name="BeforeBuild">
149
+ </Target>
150
+ <Target Name="AfterBuild">
151
+ </Target>
152
+ -->
153
+ </Project>
@@ -0,0 +1,33 @@
1
+ using ReactNative.Bridge;
2
+ using System;
3
+ using System.Collections.Generic;
4
+ using Windows.ApplicationModel.Core;
5
+ using Windows.UI.Core;
6
+
7
+ namespace Identomat.RNIdentomat
8
+ {
9
+ /// <summary>
10
+ /// A module that allows JS to share data.
11
+ /// </summary>
12
+ class RNIdentomatModule : NativeModuleBase
13
+ {
14
+ /// <summary>
15
+ /// Instantiates the <see cref="RNIdentomatModule"/>.
16
+ /// </summary>
17
+ internal RNIdentomatModule()
18
+ {
19
+
20
+ }
21
+
22
+ /// <summary>
23
+ /// The name of the native module.
24
+ /// </summary>
25
+ public override string Name
26
+ {
27
+ get
28
+ {
29
+ return "RNIdentomat";
30
+ }
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,53 @@
1
+ using ReactNative.Bridge;
2
+ using ReactNative.Modules.Core;
3
+ using ReactNative.UIManager;
4
+ using System;
5
+ using System.Collections.Generic;
6
+
7
+ namespace Identomat.RNIdentomat
8
+ {
9
+ /// <summary>
10
+ /// Package defining core framework modules (e.g., <see cref="UIManagerModule"/>).
11
+ /// It should be used for modules that require special integration with
12
+ /// other framework parts (e.g., with the list of packages to load view
13
+ /// managers from).
14
+ /// </summary>
15
+ public class RNIdentomatPackage : IReactPackage
16
+ {
17
+ /// <summary>
18
+ /// Creates the list of native modules to register with the react
19
+ /// instance.
20
+ /// </summary>
21
+ /// <param name="reactContext">The react application context.</param>
22
+ /// <returns>The list of native modules.</returns>
23
+ public IReadOnlyList<INativeModule> CreateNativeModules(ReactContext reactContext)
24
+ {
25
+ return new List<INativeModule>
26
+ {
27
+ new RNIdentomatModule(),
28
+ };
29
+ }
30
+
31
+ /// <summary>
32
+ /// Creates the list of JavaScript modules to register with the
33
+ /// react instance.
34
+ /// </summary>
35
+ /// <returns>The list of JavaScript modules.</returns>
36
+ public IReadOnlyList<Type> CreateJavaScriptModulesConfig()
37
+ {
38
+ return new List<Type>(0);
39
+ }
40
+
41
+ /// <summary>
42
+ /// Creates the list of view managers that should be registered with
43
+ /// the <see cref="UIManagerModule"/>.
44
+ /// </summary>
45
+ /// <param name="reactContext">The react application context.</param>
46
+ /// <returns>The list of view managers.</returns>
47
+ public IReadOnlyList<IViewManager> CreateViewManagers(
48
+ ReactContext reactContext)
49
+ {
50
+ return new List<IViewManager>(0);
51
+ }
52
+ }
53
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "dependencies": {
3
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2"
4
+ },
5
+ "frameworks": {
6
+ "uap10.0": {}
7
+ },
8
+ "runtimes": {
9
+ "win10-arm": {},
10
+ "win10-arm-aot": {},
11
+ "win10-x86": {},
12
+ "win10-x86-aot": {},
13
+ "win10-x64": {},
14
+ "win10-x64-aot": {}
15
+ }
16
+ }
@@ -0,0 +1,89 @@
1
+ Microsoft Visual Studio Solution File, Format Version 12.00
2
+ # Visual Studio 14
3
+ VisualStudioVersion = 14.0.25123.0
4
+ MinimumVisualStudioVersion = 10.0.40219.1
5
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RNIdentomat", "RNIdentomat\RNIdentomat.csproj", "{C08F31C0-5742-11EB-901E-6F7E9C1681B3}"
6
+ EndProject
7
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReactNative", "..\node_modules\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj", "{C7673AD5-E3AA-468C-A5FD-FA38154E205C}"
8
+ EndProject
9
+ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ReactNative.Shared", "..\node_modules\react-native-windows\ReactWindows\ReactNative.Shared\ReactNative.Shared.shproj", "{EEA8B852-4D07-48E1-8294-A21AB5909FE5}"
10
+ EndProject
11
+ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChakraBridge", "..\node_modules\react-native-windows\ReactWindows\ChakraBridge\ChakraBridge.vcxproj", "{4B72C796-16D5-4E3A-81C0-3E36F531E578}"
12
+ EndProject
13
+ Global
14
+ GlobalSection(SharedMSBuildProjectFiles) = preSolution
15
+ ..\node_modules\react-native-windows\ReactWindows\ReactNative.Shared\ReactNative.Shared.projitems*{c7673ad5-e3aa-468c-a5fd-fa38154e205c}*SharedItemsImports = 4
16
+ ..\node_modules\react-native-windows\ReactWindows\ReactNative.Shared\ReactNative.Shared.projitems*{eea8b852-4d07-48e1-8294-a21ab5909fe5}*SharedItemsImports = 13
17
+ EndGlobalSection
18
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
19
+ Debug|ARM = Debug|ARM
20
+ Debug|x64 = Debug|x64
21
+ Debug|x86 = Debug|x86
22
+ Development|ARM = Development|ARM
23
+ Development|x64 = Development|x64
24
+ Development|x86 = Development|x86
25
+ Release|ARM = Release|ARM
26
+ Release|x64 = Release|x64
27
+ Release|x86 = Release|x86
28
+ EndGlobalSection
29
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
30
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Debug|ARM.ActiveCfg = Debug|ARM
31
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Debug|ARM.Build.0 = Debug|ARM
32
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Debug|x64.ActiveCfg = Debug|x64
33
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Debug|x64.Build.0 = Debug|x64
34
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Debug|x86.ActiveCfg = Debug|x86
35
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Debug|x86.Build.0 = Debug|x86
36
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Development|ARM.ActiveCfg = Development|ARM
37
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Development|ARM.Build.0 = Development|ARM
38
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Development|x64.ActiveCfg = Development|x64
39
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Development|x64.Build.0 = Development|x64
40
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Development|x86.ActiveCfg = Development|x86
41
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Development|x86.Build.0 = Development|x86
42
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Release|ARM.ActiveCfg = Release|ARM
43
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Release|ARM.Build.0 = Release|ARM
44
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Release|x64.ActiveCfg = Release|x64
45
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Release|x64.Build.0 = Release|x64
46
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Release|x86.ActiveCfg = Release|x86
47
+ {C08F31C0-5742-11EB-901E-6F7E9C1681B3}.Release|x86.Build.0 = Release|x86
48
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|ARM.ActiveCfg = Debug|ARM
49
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|ARM.Build.0 = Debug|ARM
50
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|x64.ActiveCfg = Debug|x64
51
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|x64.Build.0 = Debug|x64
52
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|x86.ActiveCfg = Debug|x86
53
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Debug|x86.Build.0 = Debug|x86
54
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|ARM.ActiveCfg = Debug|ARM
55
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|ARM.Build.0 = Debug|ARM
56
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|x64.ActiveCfg = Debug|x64
57
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|x64.Build.0 = Debug|x64
58
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|x86.ActiveCfg = Debug|x86
59
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Development|x86.Build.0 = Debug|x86
60
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|ARM.ActiveCfg = Release|ARM
61
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|ARM.Build.0 = Release|ARM
62
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|x64.ActiveCfg = Release|x64
63
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|x64.Build.0 = Release|x64
64
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|x86.ActiveCfg = Release|x86
65
+ {C7673AD5-E3AA-468C-A5FD-FA38154E205C}.Release|x86.Build.0 = Release|x86
66
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Debug|ARM.ActiveCfg = Debug|ARM
67
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Debug|ARM.Build.0 = Debug|ARM
68
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Debug|x64.ActiveCfg = Debug|x64
69
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Debug|x64.Build.0 = Debug|x64
70
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Debug|x86.ActiveCfg = Debug|Win32
71
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Debug|x86.Build.0 = Debug|Win32
72
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Development|ARM.ActiveCfg = Debug|ARM
73
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Development|ARM.Build.0 = Debug|ARM
74
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Development|x64.ActiveCfg = Debug|x64
75
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Development|x64.Build.0 = Debug|x64
76
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Development|x86.ActiveCfg = Debug|Win32
77
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Development|x86.Build.0 = Debug|Win32
78
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Release|ARM.ActiveCfg = Release|ARM
79
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Release|ARM.Build.0 = Release|ARM
80
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Release|x64.ActiveCfg = Release|x64
81
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Release|x64.Build.0 = Release|x64
82
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Release|x86.ActiveCfg = Release|Win32
83
+ {4B72C796-16D5-4E3A-81C0-3E36F531E578}.Release|x86.Build.0 = Release|Win32
84
+ EndGlobalSection
85
+ GlobalSection(SolutionProperties) = preSolution
86
+ HideSolutionNode = FALSE
87
+ EndGlobalSection
88
+ EndGlobal
89
+