@regulaforensics/react-native-document-reader-btdevice 1.1.43-beta → 7.6.5-beta

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 (57) hide show
  1. package/package.json +2 -6
  2. package/.github/ISSUE_TEMPLATE/bug-report.md +0 -39
  3. package/.github/ISSUE_TEMPLATE/config.yml +0 -5
  4. package/.github/ISSUE_TEMPLATE/feature-request.md +0 -20
  5. package/example/.watchmanconfig +0 -1
  6. package/example/App.tsx +0 -314
  7. package/example/android/app/build.gradle +0 -124
  8. package/example/android/app/debug.keystore +0 -0
  9. package/example/android/app/proguard-rules.pro +0 -10
  10. package/example/android/app/src/debug/AndroidManifest.xml +0 -13
  11. package/example/android/app/src/debug/java/com/regula/dr/fullrfid/ReactNativeFlipper.java +0 -75
  12. package/example/android/app/src/main/AndroidManifest.xml +0 -25
  13. package/example/android/app/src/main/java/com/regula/dr/fullrfid/MainActivity.java +0 -32
  14. package/example/android/app/src/main/java/com/regula/dr/fullrfid/MainApplication.java +0 -62
  15. package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
  16. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  17. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  18. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  19. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  20. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  21. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  22. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  23. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  24. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  25. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  26. package/example/android/app/src/main/res/values/strings.xml +0 -3
  27. package/example/android/app/src/main/res/values/styles.xml +0 -10
  28. package/example/android/app/src/release/java/com/regula/dr/fullrfid/ReactNativeFlipper.java +0 -20
  29. package/example/android/build.gradle +0 -19
  30. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  31. package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -6
  32. package/example/android/gradle.properties +0 -44
  33. package/example/android/gradlew +0 -244
  34. package/example/android/gradlew.bat +0 -92
  35. package/example/android/settings.gradle +0 -4
  36. package/example/images/id.png +0 -0
  37. package/example/images/portrait.png +0 -0
  38. package/example/index.js +0 -8
  39. package/example/ios/.xcode.env +0 -11
  40. package/example/ios/DocumentReader/AppDelegate.h +0 -6
  41. package/example/ios/DocumentReader/AppDelegate.mm +0 -26
  42. package/example/ios/DocumentReader/DocumentReader.entitlements +0 -10
  43. package/example/ios/DocumentReader/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
  44. package/example/ios/DocumentReader/Images.xcassets/Contents.json +0 -6
  45. package/example/ios/DocumentReader/Info.plist +0 -75
  46. package/example/ios/DocumentReader/LaunchScreen.storyboard +0 -47
  47. package/example/ios/DocumentReader/main.m +0 -10
  48. package/example/ios/DocumentReader.xcodeproj/project.pbxproj +0 -730
  49. package/example/ios/DocumentReader.xcodeproj/xcshareddata/xcschemes/DocumentReader.xcscheme +0 -88
  50. package/example/ios/DocumentReader.xcworkspace/contents.xcworkspacedata +0 -10
  51. package/example/ios/DocumentReader.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  52. package/example/ios/DocumentReaderTests/DocumentReaderTests.m +0 -66
  53. package/example/ios/DocumentReaderTests/Info.plist +0 -24
  54. package/example/ios/Podfile +0 -62
  55. package/example/metro.config.js +0 -16
  56. package/example/package-lock.json +0 -14555
  57. package/example/package.json +0 -47
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>com.apple.developer.nfc.readersession.formats</key>
6
- <array>
7
- <string>TAG</string>
8
- </array>
9
- </dict>
10
- </plist>
@@ -1,53 +0,0 @@
1
- {
2
- "images" : [
3
- {
4
- "idiom" : "iphone",
5
- "scale" : "2x",
6
- "size" : "20x20"
7
- },
8
- {
9
- "idiom" : "iphone",
10
- "scale" : "3x",
11
- "size" : "20x20"
12
- },
13
- {
14
- "idiom" : "iphone",
15
- "scale" : "2x",
16
- "size" : "29x29"
17
- },
18
- {
19
- "idiom" : "iphone",
20
- "scale" : "3x",
21
- "size" : "29x29"
22
- },
23
- {
24
- "idiom" : "iphone",
25
- "scale" : "2x",
26
- "size" : "40x40"
27
- },
28
- {
29
- "idiom" : "iphone",
30
- "scale" : "3x",
31
- "size" : "40x40"
32
- },
33
- {
34
- "idiom" : "iphone",
35
- "scale" : "2x",
36
- "size" : "60x60"
37
- },
38
- {
39
- "idiom" : "iphone",
40
- "scale" : "3x",
41
- "size" : "60x60"
42
- },
43
- {
44
- "idiom" : "ios-marketing",
45
- "scale" : "1x",
46
- "size" : "1024x1024"
47
- }
48
- ],
49
- "info" : {
50
- "author" : "xcode",
51
- "version" : 1
52
- }
53
- }
@@ -1,6 +0,0 @@
1
- {
2
- "info" : {
3
- "version" : 1,
4
- "author" : "xcode"
5
- }
6
- }
@@ -1,75 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleDevelopmentRegion</key>
6
- <string>en</string>
7
- <key>CFBundleDisplayName</key>
8
- <string>DocumentReader</string>
9
- <key>CFBundleExecutable</key>
10
- <string>$(EXECUTABLE_NAME)</string>
11
- <key>CFBundleIdentifier</key>
12
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13
- <key>CFBundleInfoDictionaryVersion</key>
14
- <string>6.0</string>
15
- <key>CFBundleName</key>
16
- <string>$(PRODUCT_NAME)</string>
17
- <key>CFBundlePackageType</key>
18
- <string>APPL</string>
19
- <key>CFBundleShortVersionString</key>
20
- <string>$(MARKETING_VERSION)</string>
21
- <key>CFBundleSignature</key>
22
- <string>????</string>
23
- <key>CFBundleVersion</key>
24
- <string>$(CURRENT_PROJECT_VERSION)</string>
25
- <key>LSRequiresIPhoneOS</key>
26
- <true/>
27
- <key>NFCReaderUsageDescription</key>
28
- <string>To use NFC</string>
29
- <key>NSAppTransportSecurity</key>
30
- <dict>
31
- <key>NSExceptionDomains</key>
32
- <dict>
33
- <key>localhost</key>
34
- <dict>
35
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
36
- <true/>
37
- </dict>
38
- </dict>
39
- </dict>
40
- <key>NSCameraUsageDescription</key>
41
- <string>To use camera</string>
42
- <key>NSLocationWhenInUseUsageDescription</key>
43
- <string></string>
44
- <key>NSPhotoLibraryUsageDescription</key>
45
- <string>To use gallery</string>
46
- <key>UILaunchStoryboardName</key>
47
- <string>LaunchScreen</string>
48
- <key>UIRequiredDeviceCapabilities</key>
49
- <array>
50
- <string>armv7</string>
51
- </array>
52
- <key>UISupportedInterfaceOrientations</key>
53
- <array>
54
- <string>UIInterfaceOrientationPortrait</string>
55
- </array>
56
- <key>UISupportedInterfaceOrientations~ipad</key>
57
- <array>
58
- <string>UIInterfaceOrientationLandscapeLeft</string>
59
- <string>UIInterfaceOrientationLandscapeRight</string>
60
- <string>UIInterfaceOrientationPortrait</string>
61
- </array>
62
- <key>UIViewControllerBasedStatusBarAppearance</key>
63
- <false/>
64
- <key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
65
- <array>
66
- <string>A0000002471001</string>
67
- <string>E80704007F00070302</string>
68
- <string>A000000167455349474E</string>
69
- <string>A0000002480100</string>
70
- <string>A0000002480200</string>
71
- <string>A0000002480300</string>
72
- <string>A00000045645444C2D3031</string>
73
- </array>
74
- </dict>
75
- </plist>
@@ -1,47 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
3
- <device id="retina4_7" orientation="portrait" appearance="light"/>
4
- <dependencies>
5
- <deployment identifier="iOS"/>
6
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
7
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
8
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
9
- </dependencies>
10
- <scenes>
11
- <!--View Controller-->
12
- <scene sceneID="EHf-IW-A2E">
13
- <objects>
14
- <viewController id="01J-lp-oVM" sceneMemberID="viewController">
15
- <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
16
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
17
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
18
- <subviews>
19
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="DocumentReader" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
20
- <rect key="frame" x="0.0" y="202" width="375" height="43"/>
21
- <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
22
- <nil key="highlightedColor"/>
23
- </label>
24
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Powered by React Native" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="MN2-I3-ftu">
25
- <rect key="frame" x="0.0" y="626" width="375" height="21"/>
26
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
27
- <nil key="highlightedColor"/>
28
- </label>
29
- </subviews>
30
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
31
- <constraints>
32
- <constraint firstItem="Bcu-3y-fUS" firstAttribute="bottom" secondItem="MN2-I3-ftu" secondAttribute="bottom" constant="20" id="OZV-Vh-mqD"/>
33
- <constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="GJd-Yh-RWb" secondAttribute="centerX" id="Q3B-4B-g5h"/>
34
- <constraint firstItem="MN2-I3-ftu" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="akx-eg-2ui"/>
35
- <constraint firstItem="MN2-I3-ftu" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="i1E-0Y-4RG"/>
36
- <constraint firstItem="GJd-Yh-RWb" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="bottom" multiplier="1/3" constant="1" id="moa-c2-u7t"/>
37
- <constraint firstItem="GJd-Yh-RWb" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" symbolic="YES" id="x7j-FC-K8j"/>
38
- </constraints>
39
- <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
40
- </view>
41
- </viewController>
42
- <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
43
- </objects>
44
- <point key="canvasLocation" x="52.173913043478265" y="375"/>
45
- </scene>
46
- </scenes>
47
- </document>
@@ -1,10 +0,0 @@
1
- #import <UIKit/UIKit.h>
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
- }