Commit 8056d8d5 authored by 冷佳娟's avatar 冷佳娟 💪

新增Native Module

parent fd5c831c

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

# rn-h2u-file-system
H2U Bank APP write/read language code and list to local file
## Getting started
`$ npm install rn-h2u-file-system --save`
### Mostly automatic installation
`$ react-native link rn-h2u-file-system`
### Manual installation
#### iOS
1. In XCode, in the project navigator, right click `Libraries``Add Files to [your project's name]`
2. Go to `node_modules``rn-h2u-file-system` and add `RNH2uFileSystem.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libRNH2uFileSystem.a` to your project's `Build Phases``Link Binary With Libraries`
4. Run your project (`Cmd+R`)<
#### Android
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
- Add `import com.reactlibrary.RNH2uFileSystemPackage;` to the imports at the top of the file
- Add `new RNH2uFileSystemPackage()` to the list returned by the `getPackages()` method
2. Append the following lines to `android/settings.gradle`:
```
include ':rn-h2u-file-system'
project(':rn-h2u-file-system').projectDir = new File(rootProject.projectDir, '../node_modules/rn-h2u-file-system/android')
```
3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
```
compile project(':rn-h2u-file-system')
```
#### Windows
[Read it! :D](https://github.com/ReactWindows/react-native)
1. In Visual Studio add the `RNH2uFileSystem.sln` in `node_modules/rn-h2u-file-system/windows/RNH2uFileSystem.sln` folder to their solution, reference from their app.
2. Open up your `MainPage.cs` app
- Add `using H2u.File.System.RNH2uFileSystem;` to the usings at the top of the file
- Add `new RNH2uFileSystemPackage()` to the `List<IReactPackage>` returned by the `Packages` method
## Usage
```javascript
import RNH2uFileSystem from 'rn-h2u-file-system';
// TODO: What to do with the module?
RNH2uFileSystem;
```
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>
</project>
\ No newline at end of file
<component name="libraryTable">
<library name="com.android.support:appcompat-v7-23.0.1">
<CLASSES>
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res" />
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars/classes.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/Library/Android/sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.0.1/appcompat-v7-23.0.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/Library/Android/sdk/extras/android/m2repository/com/android/support/appcompat-v7/23.0.1/appcompat-v7-23.0.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.android.support:recyclerview-v7-23.0.1">
<CLASSES>
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/res" />
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/jars/classes.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/Library/Android/sdk/extras/android/m2repository/com/android/support/recyclerview-v7/23.0.1/recyclerview-v7-23.0.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/Library/Android/sdk/extras/android/m2repository/com/android/support/recyclerview-v7/23.0.1/recyclerview-v7-23.0.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.android.support:support-annotations:23.0.1@jar">
<CLASSES>
<root url="jar://$USER_HOME$/Library/Android/sdk/extras/android/m2repository/com/android/support/support-annotations/23.0.1/support-annotations-23.0.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/Library/Android/sdk/extras/android/m2repository/com/android/support/support-annotations/23.0.1/support-annotations-23.0.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/Library/Android/sdk/extras/android/m2repository/com/android/support/support-annotations/23.0.1/support-annotations-23.0.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.android.support:support-v4-23.0.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/libs/internal_impl-23.0.1.jar!/" />
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/res" />
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars/classes.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/Library/Android/sdk/extras/android/m2repository/com/android/support/support-v4/23.0.1/support-v4-23.0.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/Library/Android/sdk/extras/android/m2repository/com/android/support/support-v4/23.0.1/support-v4-23.0.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.facebook.fresco:drawee-0.8.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/jars/classes.jar!/" />
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.8.1/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/drawee/0.8.1/52ad2393e92426a182609ccf741b266b654a5edf/drawee-0.8.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.facebook.fresco:fbcore-0.8.1">
<CLASSES>
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/res" />
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.8.1/jars/classes.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/fbcore/0.8.1/c177b792eb9b4e333b32a23d909ad1249cb9bc30/fbcore-0.8.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.facebook.fresco:fresco-0.8.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/jars/classes.jar!/" />
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.8.1/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/fresco/0.8.1/8a7967e8ee4adfa7b0d549bfcd6d0fea06517576/fresco-0.8.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.facebook.fresco:imagepipeline-0.8.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/jars/classes.jar!/" />
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.8.1/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/imagepipeline/0.8.1/e2da70443d289100ae6490fbddf0ff6bfbc2c5da/imagepipeline-0.8.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.facebook.fresco:imagepipeline-okhttp-0.8.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/jars/classes.jar!/" />
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.8.1/res" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.fresco/imagepipeline-okhttp/0.8.1/3728771840c2e71c5c598432fe1c0a617df81bb7/imagepipeline-okhttp-0.8.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.facebook.react:react-native-0.20.1">
<CLASSES>
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/classes.jar!/" />
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/res" />
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/com.facebook.react/react-native/0.20.1/jars/libs/infer-annotations-1.5.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.react/react-native/0.20.1/aca865df36322fa13483c10dd4898f320b225ec0/react-native-0.20.1-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.facebook.stetho:stetho:1.2.0@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.stetho/stetho/1.2.0/1d6cdb8ce8185b8b23213fad48a83987fb6d2d67/stetho-1.2.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.stetho/stetho/1.2.0/21a9c64d90f22bcf39433aa39c2c0aa3ab2b6370/stetho-1.2.0-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.facebook.stetho:stetho-okhttp:1.2.0@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.stetho/stetho-okhttp/1.2.0/6c5c9380e245c4ff5be2b2a49dcbb0200c39798e/stetho-okhttp-1.2.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.facebook.stetho/stetho-okhttp/1.2.0/a82478de4c006934b92c7481da0df84a78432e4f/stetho-okhttp-1.2.0-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.fasterxml.jackson.core:jackson-core:2.2.3@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.2.3/1a0113da2cab5f4c216b4e5e7c1dbfaa67087e14/jackson-core-2.2.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.2.3/b1c4a6c3c26dfc425efd53c00217868b60d07de9/jackson-core-2.2.3-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.google.code.findbugs:jsr305:3.0.0@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.0/5871fb60dc68d67da54a663c3fd636a10a532948/jsr305-3.0.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/3.0.0/936f4430478909ed7b138d42f9ad73c919a87b26/jsr305-3.0.0-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.nineoldandroids:library:2.4.0@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.nineoldandroids/library/2.4.0/e9b63380f3a242dbdbf103a2355ad7e43bad17cb/library-2.4.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.nineoldandroids/library/2.4.0/83d41901478fa8795254244acbafd03f14224dab/library-2.4.0-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.parse.bolts:bolts-android:1.1.4@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.parse.bolts/bolts-android/1.1.4/129874135e6081269ace2312092031558865de12/bolts-android-1.1.4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.parse.bolts/bolts-android/1.1.4/8bcc005d44a1cbc01c8458dbe125617a387036c0/bolts-android-1.1.4-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.squareup.okhttp:okhttp:2.5.0@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okhttp/okhttp/2.5.0/4de2b4ed3445c37ec1720a7d214712e845a24636/okhttp-2.5.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okhttp/okhttp/2.5.0/cd4ddf1fb4ad84ea5d67ee3b386aea25f02ea096/okhttp-2.5.0-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.squareup.okhttp:okhttp-ws:2.5.0@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okhttp/okhttp-ws/2.5.0/e9753b7dcae5deca92e871c5c759067070b07bc/okhttp-ws-2.5.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okhttp/okhttp-ws/2.5.0/11ea3308217730b76179c72dad396736ca151ab6/okhttp-ws-2.5.0-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="com.squareup.okio:okio:1.6.0@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/1.6.0/98476622f10715998eacf9240d6b479f12c66143/okio-1.6.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/1.6.0/fb6ec0fbaa0229088b0d3dfe3b1f9d24add3e775/okio-1.6.0-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="commons-cli:commons-cli:1.2@jar">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/commons-cli/commons-cli/1.2/2bf96b7aa8b611c177d329452af1dc933e14501c/commons-cli-1.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/commons-cli/commons-cli/1.2/6c5459816530a1962ac18cd315cc775b1b384329/commons-cli-1.2-sources.jar!/" />
</SOURCES>
</library>
</component>
\ No newline at end of file
<component name="libraryTable">
<library name="org.webkit:android-jsc-r174650">
<CLASSES>
<root url="jar://$PROJECT_DIR$/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jars/classes.jar!/" />
<root url="file://$PROJECT_DIR$/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/res" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="android.support.annotation.Nullable" />
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
<option name="myNullables">
<value>
<list size="4">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
</list>
</value>
</option>
<option name="myNotNulls">
<value>
<list size="4">
<item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
<item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
<item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
<item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
</list>
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/android.iml" filepath="$PROJECT_DIR$/android.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
</set>
</option>
</component>
</project>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
}
}
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
lintOptions {
abortOnError false
}
}
repositories {
mavenCentral()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
}
dependencies {
compile 'com.facebook.react:react-native:+'
}
\ No newline at end of file
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.reactlibrary.test;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.reactlibrary.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.reactlibrary;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.reactlibrary";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.recyclerview;
public final class R {
public static final class attr {
public static final int layoutManager = 0x7f010051;
public static final int reverseLayout = 0x7f010053;
public static final int spanCount = 0x7f010052;
public static final int stackFromEnd = 0x7f010054;
}
public static final class dimen {
public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045;
}
public static final class id {
public static final int item_touch_helper_previous_elevation = 0x7f0c0005;
}
public static final class styleable {
public static final int[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 };
public static final int RecyclerView_android_orientation = 0;
public static final int RecyclerView_layoutManager = 1;
public static final int RecyclerView_reverseLayout = 3;
public static final int RecyclerView_spanCount = 2;
public static final int RecyclerView_stackFromEnd = 4;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.drawee;
public final class R {
public static final class attr {
public static final int actualImageScaleType = 0x7f01003a;
public static final int backgroundImage = 0x7f01003b;
public static final int fadeDuration = 0x7f01002f;
public static final int failureImage = 0x7f010035;
public static final int failureImageScaleType = 0x7f010036;
public static final int overlayImage = 0x7f01003c;
public static final int placeholderImage = 0x7f010031;
public static final int placeholderImageScaleType = 0x7f010032;
public static final int pressedStateOverlayImage = 0x7f01003d;
public static final int progressBarAutoRotateInterval = 0x7f010039;
public static final int progressBarImage = 0x7f010037;
public static final int progressBarImageScaleType = 0x7f010038;
public static final int retryImage = 0x7f010033;
public static final int retryImageScaleType = 0x7f010034;
public static final int roundAsCircle = 0x7f01003e;
public static final int roundBottomLeft = 0x7f010043;
public static final int roundBottomRight = 0x7f010042;
public static final int roundTopLeft = 0x7f010040;
public static final int roundTopRight = 0x7f010041;
public static final int roundWithOverlayColor = 0x7f010044;
public static final int roundedCornerRadius = 0x7f01003f;
public static final int roundingBorderColor = 0x7f010046;
public static final int roundingBorderWidth = 0x7f010045;
public static final int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static final int center = 0x7f0c0019;
public static final int centerCrop = 0x7f0c001a;
public static final int centerInside = 0x7f0c001b;
public static final int fitCenter = 0x7f0c001c;
public static final int fitEnd = 0x7f0c001d;
public static final int fitStart = 0x7f0c001e;
public static final int fitXY = 0x7f0c001f;
public static final int focusCrop = 0x7f0c0020;
public static final int none = 0x7f0c000f;
}
public static final class styleable {
public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
public static final int GenericDraweeView_actualImageScaleType = 11;
public static final int GenericDraweeView_backgroundImage = 12;
public static final int GenericDraweeView_fadeDuration = 0;
public static final int GenericDraweeView_failureImage = 6;
public static final int GenericDraweeView_failureImageScaleType = 7;
public static final int GenericDraweeView_overlayImage = 13;
public static final int GenericDraweeView_placeholderImage = 2;
public static final int GenericDraweeView_placeholderImageScaleType = 3;
public static final int GenericDraweeView_pressedStateOverlayImage = 14;
public static final int GenericDraweeView_progressBarAutoRotateInterval = 10;
public static final int GenericDraweeView_progressBarImage = 8;
public static final int GenericDraweeView_progressBarImageScaleType = 9;
public static final int GenericDraweeView_retryImage = 4;
public static final int GenericDraweeView_retryImageScaleType = 5;
public static final int GenericDraweeView_roundAsCircle = 15;
public static final int GenericDraweeView_roundBottomLeft = 20;
public static final int GenericDraweeView_roundBottomRight = 19;
public static final int GenericDraweeView_roundTopLeft = 17;
public static final int GenericDraweeView_roundTopRight = 18;
public static final int GenericDraweeView_roundWithOverlayColor = 21;
public static final int GenericDraweeView_roundedCornerRadius = 16;
public static final int GenericDraweeView_roundingBorderColor = 23;
public static final int GenericDraweeView_roundingBorderWidth = 22;
public static final int GenericDraweeView_viewAspectRatio = 1;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.drawee.backends.pipeline;
public final class R {
public static final class attr {
public static final int actualImageScaleType = 0x7f01003a;
public static final int backgroundImage = 0x7f01003b;
public static final int fadeDuration = 0x7f01002f;
public static final int failureImage = 0x7f010035;
public static final int failureImageScaleType = 0x7f010036;
public static final int overlayImage = 0x7f01003c;
public static final int placeholderImage = 0x7f010031;
public static final int placeholderImageScaleType = 0x7f010032;
public static final int pressedStateOverlayImage = 0x7f01003d;
public static final int progressBarAutoRotateInterval = 0x7f010039;
public static final int progressBarImage = 0x7f010037;
public static final int progressBarImageScaleType = 0x7f010038;
public static final int retryImage = 0x7f010033;
public static final int retryImageScaleType = 0x7f010034;
public static final int roundAsCircle = 0x7f01003e;
public static final int roundBottomLeft = 0x7f010043;
public static final int roundBottomRight = 0x7f010042;
public static final int roundTopLeft = 0x7f010040;
public static final int roundTopRight = 0x7f010041;
public static final int roundWithOverlayColor = 0x7f010044;
public static final int roundedCornerRadius = 0x7f01003f;
public static final int roundingBorderColor = 0x7f010046;
public static final int roundingBorderWidth = 0x7f010045;
public static final int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static final int center = 0x7f0c0019;
public static final int centerCrop = 0x7f0c001a;
public static final int centerInside = 0x7f0c001b;
public static final int fitCenter = 0x7f0c001c;
public static final int fitEnd = 0x7f0c001d;
public static final int fitStart = 0x7f0c001e;
public static final int fitXY = 0x7f0c001f;
public static final int focusCrop = 0x7f0c0020;
public static final int none = 0x7f0c000f;
}
public static final class styleable {
public static final int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
public static final int GenericDraweeView_actualImageScaleType = 11;
public static final int GenericDraweeView_backgroundImage = 12;
public static final int GenericDraweeView_fadeDuration = 0;
public static final int GenericDraweeView_failureImage = 6;
public static final int GenericDraweeView_failureImageScaleType = 7;
public static final int GenericDraweeView_overlayImage = 13;
public static final int GenericDraweeView_placeholderImage = 2;
public static final int GenericDraweeView_placeholderImageScaleType = 3;
public static final int GenericDraweeView_pressedStateOverlayImage = 14;
public static final int GenericDraweeView_progressBarAutoRotateInterval = 10;
public static final int GenericDraweeView_progressBarImage = 8;
public static final int GenericDraweeView_progressBarImageScaleType = 9;
public static final int GenericDraweeView_retryImage = 4;
public static final int GenericDraweeView_retryImageScaleType = 5;
public static final int GenericDraweeView_roundAsCircle = 15;
public static final int GenericDraweeView_roundBottomLeft = 20;
public static final int GenericDraweeView_roundBottomRight = 19;
public static final int GenericDraweeView_roundTopLeft = 17;
public static final int GenericDraweeView_roundTopRight = 18;
public static final int GenericDraweeView_roundWithOverlayColor = 21;
public static final int GenericDraweeView_roundedCornerRadius = 16;
public static final int GenericDraweeView_roundingBorderColor = 23;
public static final int GenericDraweeView_roundingBorderWidth = 22;
public static final int GenericDraweeView_viewAspectRatio = 1;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package org.webkit.android_jsc;
public final class R {
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.v7.recyclerview;
public final class R {
public static final class attr {
public static int layoutManager = 0x7f010051;
public static int reverseLayout = 0x7f010053;
public static int spanCount = 0x7f010052;
public static int stackFromEnd = 0x7f010054;
}
public static final class dimen {
public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f070045;
}
public static final class id {
public static int item_touch_helper_previous_elevation = 0x7f0c0005;
}
public static final class styleable {
public static int[] RecyclerView = { 0x010100c4, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054 };
public static int RecyclerView_android_orientation = 0;
public static int RecyclerView_layoutManager = 1;
public static int RecyclerView_reverseLayout = 3;
public static int RecyclerView_spanCount = 2;
public static int RecyclerView_stackFromEnd = 4;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.drawee;
public final class R {
public static final class attr {
public static int actualImageScaleType = 0x7f01003a;
public static int backgroundImage = 0x7f01003b;
public static int fadeDuration = 0x7f01002f;
public static int failureImage = 0x7f010035;
public static int failureImageScaleType = 0x7f010036;
public static int overlayImage = 0x7f01003c;
public static int placeholderImage = 0x7f010031;
public static int placeholderImageScaleType = 0x7f010032;
public static int pressedStateOverlayImage = 0x7f01003d;
public static int progressBarAutoRotateInterval = 0x7f010039;
public static int progressBarImage = 0x7f010037;
public static int progressBarImageScaleType = 0x7f010038;
public static int retryImage = 0x7f010033;
public static int retryImageScaleType = 0x7f010034;
public static int roundAsCircle = 0x7f01003e;
public static int roundBottomLeft = 0x7f010043;
public static int roundBottomRight = 0x7f010042;
public static int roundTopLeft = 0x7f010040;
public static int roundTopRight = 0x7f010041;
public static int roundWithOverlayColor = 0x7f010044;
public static int roundedCornerRadius = 0x7f01003f;
public static int roundingBorderColor = 0x7f010046;
public static int roundingBorderWidth = 0x7f010045;
public static int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static int center = 0x7f0c0019;
public static int centerCrop = 0x7f0c001a;
public static int centerInside = 0x7f0c001b;
public static int fitCenter = 0x7f0c001c;
public static int fitEnd = 0x7f0c001d;
public static int fitStart = 0x7f0c001e;
public static int fitXY = 0x7f0c001f;
public static int focusCrop = 0x7f0c0020;
public static int none = 0x7f0c000f;
}
public static final class styleable {
public static int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
public static int GenericDraweeView_actualImageScaleType = 11;
public static int GenericDraweeView_backgroundImage = 12;
public static int GenericDraweeView_fadeDuration = 0;
public static int GenericDraweeView_failureImage = 6;
public static int GenericDraweeView_failureImageScaleType = 7;
public static int GenericDraweeView_overlayImage = 13;
public static int GenericDraweeView_placeholderImage = 2;
public static int GenericDraweeView_placeholderImageScaleType = 3;
public static int GenericDraweeView_pressedStateOverlayImage = 14;
public static int GenericDraweeView_progressBarAutoRotateInterval = 10;
public static int GenericDraweeView_progressBarImage = 8;
public static int GenericDraweeView_progressBarImageScaleType = 9;
public static int GenericDraweeView_retryImage = 4;
public static int GenericDraweeView_retryImageScaleType = 5;
public static int GenericDraweeView_roundAsCircle = 15;
public static int GenericDraweeView_roundBottomLeft = 20;
public static int GenericDraweeView_roundBottomRight = 19;
public static int GenericDraweeView_roundTopLeft = 17;
public static int GenericDraweeView_roundTopRight = 18;
public static int GenericDraweeView_roundWithOverlayColor = 21;
public static int GenericDraweeView_roundedCornerRadius = 16;
public static int GenericDraweeView_roundingBorderColor = 23;
public static int GenericDraweeView_roundingBorderWidth = 22;
public static int GenericDraweeView_viewAspectRatio = 1;
}
}
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.drawee.backends.pipeline;
public final class R {
public static final class attr {
public static int actualImageScaleType = 0x7f01003a;
public static int backgroundImage = 0x7f01003b;
public static int fadeDuration = 0x7f01002f;
public static int failureImage = 0x7f010035;
public static int failureImageScaleType = 0x7f010036;
public static int overlayImage = 0x7f01003c;
public static int placeholderImage = 0x7f010031;
public static int placeholderImageScaleType = 0x7f010032;
public static int pressedStateOverlayImage = 0x7f01003d;
public static int progressBarAutoRotateInterval = 0x7f010039;
public static int progressBarImage = 0x7f010037;
public static int progressBarImageScaleType = 0x7f010038;
public static int retryImage = 0x7f010033;
public static int retryImageScaleType = 0x7f010034;
public static int roundAsCircle = 0x7f01003e;
public static int roundBottomLeft = 0x7f010043;
public static int roundBottomRight = 0x7f010042;
public static int roundTopLeft = 0x7f010040;
public static int roundTopRight = 0x7f010041;
public static int roundWithOverlayColor = 0x7f010044;
public static int roundedCornerRadius = 0x7f01003f;
public static int roundingBorderColor = 0x7f010046;
public static int roundingBorderWidth = 0x7f010045;
public static int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static int center = 0x7f0c0019;
public static int centerCrop = 0x7f0c001a;
public static int centerInside = 0x7f0c001b;
public static int fitCenter = 0x7f0c001c;
public static int fitEnd = 0x7f0c001d;
public static int fitStart = 0x7f0c001e;
public static int fitXY = 0x7f0c001f;
public static int focusCrop = 0x7f0c0020;
public static int none = 0x7f0c000f;
}
public static final class styleable {
public static int[] GenericDraweeView = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 };
public static int GenericDraweeView_actualImageScaleType = 11;
public static int GenericDraweeView_backgroundImage = 12;
public static int GenericDraweeView_fadeDuration = 0;
public static int GenericDraweeView_failureImage = 6;
public static int GenericDraweeView_failureImageScaleType = 7;
public static int GenericDraweeView_overlayImage = 13;
public static int GenericDraweeView_placeholderImage = 2;
public static int GenericDraweeView_placeholderImageScaleType = 3;
public static int GenericDraweeView_pressedStateOverlayImage = 14;
public static int GenericDraweeView_progressBarAutoRotateInterval = 10;
public static int GenericDraweeView_progressBarImage = 8;
public static int GenericDraweeView_progressBarImageScaleType = 9;
public static int GenericDraweeView_retryImage = 4;
public static int GenericDraweeView_retryImageScaleType = 5;
public static int GenericDraweeView_roundAsCircle = 15;
public static int GenericDraweeView_roundBottomLeft = 20;
public static int GenericDraweeView_roundBottomRight = 19;
public static int GenericDraweeView_roundTopLeft = 17;
public static int GenericDraweeView_roundTopRight = 18;
public static int GenericDraweeView_roundWithOverlayColor = 21;
public static int GenericDraweeView_roundedCornerRadius = 16;
public static int GenericDraweeView_roundingBorderColor = 23;
public static int GenericDraweeView_roundingBorderWidth = 22;
public static int GenericDraweeView_viewAspectRatio = 1;
}
}
This diff is collapsed.
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package org.webkit.android_jsc;
public final class R {
}
[
{
"outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 66,
"endOffset": 117
},
"from": {
"file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-h720dp/values-h720dp.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 283,
"endColumn": 66,
"endOffset": 345
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endLine": 6,
"endColumn": 13,
"endOffset": 327
},
"from": {
"file": "/Users/bess.leng/Project/rn-h2u-file-system/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-hdpi/values-hdpi.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 286,
"endLine": 8,
"endColumn": 13,
"endOffset": 558
}
}
}
]
}
]
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment