jcore-react-native 2.0.2 → 2.0.3

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 (82) hide show
  1. package/android/libs/arm64-v8a/{libjcore322.so → libjcore330.so} +0 -0
  2. package/android/libs/armeabi/{libjcore322.so → libjcore330.so} +0 -0
  3. package/android/libs/armeabi-v7a/{libjcore322.so → libjcore330.so} +0 -0
  4. package/android/libs/{jcore-android-3.2.2.jar → jcore-android-3.3.0.jar} +0 -0
  5. package/android/libs/mips/{libjcore322.so → libjcore330.so} +0 -0
  6. package/android/libs/mips64/{libjcore322.so → libjcore330.so} +0 -0
  7. package/android/libs/x86/{libjcore322.so → libjcore330.so} +0 -0
  8. package/android/libs/x86_64/libjcore330.so +0 -0
  9. package/package.json +1 -1
  10. package/.vscode/settings.json +0 -3
  11. package/android/.gradle/7.1.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  12. package/android/.gradle/7.1.1/dependencies-accessors/gc.properties +0 -0
  13. package/android/.gradle/7.1.1/fileChanges/last-build.bin +0 -0
  14. package/android/.gradle/7.1.1/fileHashes/fileHashes.lock +0 -0
  15. package/android/.gradle/7.1.1/gc.properties +0 -0
  16. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  17. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  18. package/android/.gradle/checksums/checksums.lock +0 -0
  19. package/android/.gradle/vcs-1/gc.properties +0 -0
  20. package/example/.buckconfig +0 -6
  21. package/example/.bundle/config +0 -2
  22. package/example/.eslintrc.js +0 -4
  23. package/example/.flowconfig +0 -65
  24. package/example/.prettierrc.js +0 -7
  25. package/example/.ruby-version +0 -1
  26. package/example/.watchmanconfig +0 -1
  27. package/example/App.js +0 -112
  28. package/example/Gemfile +0 -6
  29. package/example/__tests__/App-test.js +0 -14
  30. package/example/android/app/BUCK +0 -55
  31. package/example/android/app/build.gradle +0 -227
  32. package/example/android/app/build_defs.bzl +0 -19
  33. package/example/android/app/debug.keystore +0 -0
  34. package/example/android/app/proguard-rules.pro +0 -10
  35. package/example/android/app/src/debug/AndroidManifest.xml +0 -13
  36. package/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java +0 -72
  37. package/example/android/app/src/main/AndroidManifest.xml +0 -25
  38. package/example/android/app/src/main/java/com/example/MainActivity.java +0 -15
  39. package/example/android/app/src/main/java/com/example/MainApplication.java +0 -80
  40. package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
  41. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  42. package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  43. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  44. package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  45. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  46. package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  47. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  48. package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  49. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  50. package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  51. package/example/android/app/src/main/res/values/strings.xml +0 -3
  52. package/example/android/app/src/main/res/values/styles.xml +0 -9
  53. package/example/android/build.gradle +0 -42
  54. package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  55. package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  56. package/example/android/gradlew +0 -185
  57. package/example/android/gradlew.bat +0 -89
  58. package/example/android/settings.gradle +0 -3
  59. package/example/app.json +0 -4
  60. package/example/babel.config.js +0 -3
  61. package/example/index.js +0 -9
  62. package/example/ios/Podfile +0 -30
  63. package/example/ios/Podfile.lock +0 -533
  64. package/example/ios/example/AppDelegate.h +0 -8
  65. package/example/ios/example/AppDelegate.m +0 -62
  66. package/example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  67. package/example/ios/example/Images.xcassets/Contents.json +0 -6
  68. package/example/ios/example/Info.plist +0 -55
  69. package/example/ios/example/LaunchScreen.storyboard +0 -47
  70. package/example/ios/example/main.m +0 -9
  71. package/example/ios/example.xcodeproj/project.pbxproj +0 -689
  72. package/example/ios/example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  73. package/example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme +0 -88
  74. package/example/ios/example.xcworkspace/contents.xcworkspacedata +0 -10
  75. package/example/ios/example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  76. package/example/ios/exampleTests/Info.plist +0 -24
  77. package/example/ios/exampleTests/exampleTests.m +0 -65
  78. package/example/metro.config.js +0 -17
  79. package/example/package-lock.json +0 -21830
  80. package/example/package.json +0 -30
  81. package/ios/RCTJCoreModule.xcodeproj/project.xcworkspace/xcuserdata/douban.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  82. package/ios/RCTJCoreModule.xcodeproj/xcuserdata/douban.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
@@ -1,55 +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>example</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>1.0</string>
21
- <key>CFBundleSignature</key>
22
- <string>????</string>
23
- <key>CFBundleVersion</key>
24
- <string>1</string>
25
- <key>LSRequiresIPhoneOS</key>
26
- <true/>
27
- <key>NSAppTransportSecurity</key>
28
- <dict>
29
- <key>NSExceptionDomains</key>
30
- <dict>
31
- <key>localhost</key>
32
- <dict>
33
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
34
- <true/>
35
- </dict>
36
- </dict>
37
- </dict>
38
- <key>NSLocationWhenInUseUsageDescription</key>
39
- <string></string>
40
- <key>UILaunchStoryboardName</key>
41
- <string>LaunchScreen</string>
42
- <key>UIRequiredDeviceCapabilities</key>
43
- <array>
44
- <string>armv7</string>
45
- </array>
46
- <key>UISupportedInterfaceOrientations</key>
47
- <array>
48
- <string>UIInterfaceOrientationPortrait</string>
49
- <string>UIInterfaceOrientationLandscapeLeft</string>
50
- <string>UIInterfaceOrientationLandscapeRight</string>
51
- </array>
52
- <key>UIViewControllerBasedStatusBarAppearance</key>
53
- <false/>
54
- </dict>
55
- </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="example" 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,9 +0,0 @@
1
- #import <UIKit/UIKit.h>
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
- }