Commit f1b11c2e authored by bijh's avatar bijh

add init

parents

Too many changes to show.

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

node_modules
/android/build
/android/RCTWeChat.iml
Example
*.jpg
language: node_js
node_js:
- "7.1"
sudo: false
cache:
directories:
- $HOME/.yarn-cache
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
env:
- NODE_ENV='test'
install:
- npm install
script:
- npm test
matrix:
include:
- language: android
os: linux
jdk: oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
node_js: false
- nvm install 7
android:
components:
- android-23
- build-tools-23.0.1
- language: objective-c
os: osx
osx_image: xcode8.2
node_js: false
xcode_project: ios/RCTWeChat.xcodeproj
xcode_scheme: ios/RCTWeChat
script:
- cd ios
- xcodebuild -scheme RCTWeChat -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at yorkiefixer@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
MIT License
Copyright (c) 2017 Yazhong Liu
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
This diff is collapsed.
theme: jekyll-theme-merlot
\ No newline at end of file
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
}
lintOptions {
abortOnError false
}
}
allprojects {
repositories {
jcenter()
maven { url "$projectDir/../../react-native/android" }
}
}
dependencies {
compile 'com.facebook.react:react-native:+'
compile files('libs/libammsdk.jar')
}
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.theweflex.react;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.theweflex.react";
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.theweflex.react;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "com.theweflex.react";
public static final String BUILD_TYPE = "release";
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 com.facebook.drawee;
public final class R {
public static final class attr {
public static int actualImageResource = 0x7f010060;
public static int actualImageScaleType = 0x7f01003a;
public static int actualImageUri = 0x7f01005f;
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 roundingBorderPadding = 0x7f010047;
public static int roundingBorderWidth = 0x7f010045;
public static int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static int center = 0x7f0c001a;
public static int centerCrop = 0x7f0c001b;
public static int centerInside = 0x7f0c001c;
public static int fitCenter = 0x7f0c001d;
public static int fitEnd = 0x7f0c001e;
public static int fitStart = 0x7f0c001f;
public static int fitXY = 0x7f0c0020;
public static int focusCrop = 0x7f0c0021;
public static int none = 0x7f0c0010;
}
public static final class styleable {
public static int[] GenericDraweeHierarchy = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
public static int GenericDraweeHierarchy_actualImageScaleType = 11;
public static int GenericDraweeHierarchy_backgroundImage = 12;
public static int GenericDraweeHierarchy_fadeDuration = 0;
public static int GenericDraweeHierarchy_failureImage = 6;
public static int GenericDraweeHierarchy_failureImageScaleType = 7;
public static int GenericDraweeHierarchy_overlayImage = 13;
public static int GenericDraweeHierarchy_placeholderImage = 2;
public static int GenericDraweeHierarchy_placeholderImageScaleType = 3;
public static int GenericDraweeHierarchy_pressedStateOverlayImage = 14;
public static int GenericDraweeHierarchy_progressBarAutoRotateInterval = 10;
public static int GenericDraweeHierarchy_progressBarImage = 8;
public static int GenericDraweeHierarchy_progressBarImageScaleType = 9;
public static int GenericDraweeHierarchy_retryImage = 4;
public static int GenericDraweeHierarchy_retryImageScaleType = 5;
public static int GenericDraweeHierarchy_roundAsCircle = 15;
public static int GenericDraweeHierarchy_roundBottomLeft = 20;
public static int GenericDraweeHierarchy_roundBottomRight = 19;
public static int GenericDraweeHierarchy_roundTopLeft = 17;
public static int GenericDraweeHierarchy_roundTopRight = 18;
public static int GenericDraweeHierarchy_roundWithOverlayColor = 21;
public static int GenericDraweeHierarchy_roundedCornerRadius = 16;
public static int GenericDraweeHierarchy_roundingBorderColor = 23;
public static int GenericDraweeHierarchy_roundingBorderPadding = 24;
public static int GenericDraweeHierarchy_roundingBorderWidth = 22;
public static int GenericDraweeHierarchy_viewAspectRatio = 1;
public static int[] SimpleDraweeView = { 0x7f01005f, 0x7f010060 };
public static int SimpleDraweeView_actualImageResource = 1;
public static int SimpleDraweeView_actualImageUri = 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 com.facebook.drawee.backends.pipeline;
public final class R {
public static final class attr {
public static int actualImageResource = 0x7f010060;
public static int actualImageScaleType = 0x7f01003a;
public static int actualImageUri = 0x7f01005f;
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 roundingBorderPadding = 0x7f010047;
public static int roundingBorderWidth = 0x7f010045;
public static int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static int center = 0x7f0c001a;
public static int centerCrop = 0x7f0c001b;
public static int centerInside = 0x7f0c001c;
public static int fitCenter = 0x7f0c001d;
public static int fitEnd = 0x7f0c001e;
public static int fitStart = 0x7f0c001f;
public static int fitXY = 0x7f0c0020;
public static int focusCrop = 0x7f0c0021;
public static int none = 0x7f0c0010;
}
public static final class styleable {
public static int[] GenericDraweeHierarchy = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
public static int GenericDraweeHierarchy_actualImageScaleType = 11;
public static int GenericDraweeHierarchy_backgroundImage = 12;
public static int GenericDraweeHierarchy_fadeDuration = 0;
public static int GenericDraweeHierarchy_failureImage = 6;
public static int GenericDraweeHierarchy_failureImageScaleType = 7;
public static int GenericDraweeHierarchy_overlayImage = 13;
public static int GenericDraweeHierarchy_placeholderImage = 2;
public static int GenericDraweeHierarchy_placeholderImageScaleType = 3;
public static int GenericDraweeHierarchy_pressedStateOverlayImage = 14;
public static int GenericDraweeHierarchy_progressBarAutoRotateInterval = 10;
public static int GenericDraweeHierarchy_progressBarImage = 8;
public static int GenericDraweeHierarchy_progressBarImageScaleType = 9;
public static int GenericDraweeHierarchy_retryImage = 4;
public static int GenericDraweeHierarchy_retryImageScaleType = 5;
public static int GenericDraweeHierarchy_roundAsCircle = 15;
public static int GenericDraweeHierarchy_roundBottomLeft = 20;
public static int GenericDraweeHierarchy_roundBottomRight = 19;
public static int GenericDraweeHierarchy_roundTopLeft = 17;
public static int GenericDraweeHierarchy_roundTopRight = 18;
public static int GenericDraweeHierarchy_roundWithOverlayColor = 21;
public static int GenericDraweeHierarchy_roundedCornerRadius = 16;
public static int GenericDraweeHierarchy_roundingBorderColor = 23;
public static int GenericDraweeHierarchy_roundingBorderPadding = 24;
public static int GenericDraweeHierarchy_roundingBorderWidth = 22;
public static int GenericDraweeHierarchy_viewAspectRatio = 1;
public static int[] SimpleDraweeView = { 0x7f01005f, 0x7f010060 };
public static int SimpleDraweeView_actualImageResource = 1;
public static int SimpleDraweeView_actualImageUri = 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 com.facebook.fbui.textlayoutbuilder;
public final class R {
public static final class styleable {
public static int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f010024 };
public static int TextAppearance_android_shadowColor = 4;
public static int TextAppearance_android_shadowDx = 5;
public static int TextAppearance_android_shadowDy = 6;
public static int TextAppearance_android_shadowRadius = 7;
public static int TextAppearance_android_textColor = 3;
public static int TextAppearance_android_textSize = 0;
public static int TextAppearance_android_textStyle = 2;
public static int[] TextStyle = { 0x01010034, 0x01010095, 0x01010097, 0x01010098, 0x010100ab, 0x01010153, 0x0101015d, 0x01010161, 0x01010162, 0x01010163, 0x01010164 };
public static int TextStyle_android_ellipsize = 4;
public static int TextStyle_android_maxLines = 5;
public static int TextStyle_android_shadowColor = 7;
public static int TextStyle_android_shadowDx = 8;
public static int TextStyle_android_shadowDy = 9;
public static int TextStyle_android_shadowRadius = 10;
public static int TextStyle_android_singleLine = 6;
public static int TextStyle_android_textAppearance = 0;
public static int TextStyle_android_textColor = 3;
public static int TextStyle_android_textSize = 1;
public static int TextStyle_android_textStyle = 2;
}
}
/* 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.soloader;
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 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 com.facebook.drawee;
public final class R {
public static final class attr {
public static int actualImageResource = 0x7f010060;
public static int actualImageScaleType = 0x7f01003a;
public static int actualImageUri = 0x7f01005f;
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 roundingBorderPadding = 0x7f010047;
public static int roundingBorderWidth = 0x7f010045;
public static int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static int center = 0x7f0c001a;
public static int centerCrop = 0x7f0c001b;
public static int centerInside = 0x7f0c001c;
public static int fitCenter = 0x7f0c001d;
public static int fitEnd = 0x7f0c001e;
public static int fitStart = 0x7f0c001f;
public static int fitXY = 0x7f0c0020;
public static int focusCrop = 0x7f0c0021;
public static int none = 0x7f0c0010;
}
public static final class styleable {
public static int[] GenericDraweeHierarchy = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
public static int GenericDraweeHierarchy_actualImageScaleType = 11;
public static int GenericDraweeHierarchy_backgroundImage = 12;
public static int GenericDraweeHierarchy_fadeDuration = 0;
public static int GenericDraweeHierarchy_failureImage = 6;
public static int GenericDraweeHierarchy_failureImageScaleType = 7;
public static int GenericDraweeHierarchy_overlayImage = 13;
public static int GenericDraweeHierarchy_placeholderImage = 2;
public static int GenericDraweeHierarchy_placeholderImageScaleType = 3;
public static int GenericDraweeHierarchy_pressedStateOverlayImage = 14;
public static int GenericDraweeHierarchy_progressBarAutoRotateInterval = 10;
public static int GenericDraweeHierarchy_progressBarImage = 8;
public static int GenericDraweeHierarchy_progressBarImageScaleType = 9;
public static int GenericDraweeHierarchy_retryImage = 4;
public static int GenericDraweeHierarchy_retryImageScaleType = 5;
public static int GenericDraweeHierarchy_roundAsCircle = 15;
public static int GenericDraweeHierarchy_roundBottomLeft = 20;
public static int GenericDraweeHierarchy_roundBottomRight = 19;
public static int GenericDraweeHierarchy_roundTopLeft = 17;
public static int GenericDraweeHierarchy_roundTopRight = 18;
public static int GenericDraweeHierarchy_roundWithOverlayColor = 21;
public static int GenericDraweeHierarchy_roundedCornerRadius = 16;
public static int GenericDraweeHierarchy_roundingBorderColor = 23;
public static int GenericDraweeHierarchy_roundingBorderPadding = 24;
public static int GenericDraweeHierarchy_roundingBorderWidth = 22;
public static int GenericDraweeHierarchy_viewAspectRatio = 1;
public static int[] SimpleDraweeView = { 0x7f01005f, 0x7f010060 };
public static int SimpleDraweeView_actualImageResource = 1;
public static int SimpleDraweeView_actualImageUri = 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 com.facebook.drawee.backends.pipeline;
public final class R {
public static final class attr {
public static int actualImageResource = 0x7f010060;
public static int actualImageScaleType = 0x7f01003a;
public static int actualImageUri = 0x7f01005f;
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 roundingBorderPadding = 0x7f010047;
public static int roundingBorderWidth = 0x7f010045;
public static int viewAspectRatio = 0x7f010030;
}
public static final class id {
public static int center = 0x7f0c001a;
public static int centerCrop = 0x7f0c001b;
public static int centerInside = 0x7f0c001c;
public static int fitCenter = 0x7f0c001d;
public static int fitEnd = 0x7f0c001e;
public static int fitStart = 0x7f0c001f;
public static int fitXY = 0x7f0c0020;
public static int focusCrop = 0x7f0c0021;
public static int none = 0x7f0c0010;
}
public static final class styleable {
public static int[] GenericDraweeHierarchy = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
public static int GenericDraweeHierarchy_actualImageScaleType = 11;
public static int GenericDraweeHierarchy_backgroundImage = 12;
public static int GenericDraweeHierarchy_fadeDuration = 0;
public static int GenericDraweeHierarchy_failureImage = 6;
public static int GenericDraweeHierarchy_failureImageScaleType = 7;
public static int GenericDraweeHierarchy_overlayImage = 13;
public static int GenericDraweeHierarchy_placeholderImage = 2;
public static int GenericDraweeHierarchy_placeholderImageScaleType = 3;
public static int GenericDraweeHierarchy_pressedStateOverlayImage = 14;
public static int GenericDraweeHierarchy_progressBarAutoRotateInterval = 10;
public static int GenericDraweeHierarchy_progressBarImage = 8;
public static int GenericDraweeHierarchy_progressBarImageScaleType = 9;
public static int GenericDraweeHierarchy_retryImage = 4;
public static int GenericDraweeHierarchy_retryImageScaleType = 5;
public static int GenericDraweeHierarchy_roundAsCircle = 15;
public static int GenericDraweeHierarchy_roundBottomLeft = 20;
public static int GenericDraweeHierarchy_roundBottomRight = 19;
public static int GenericDraweeHierarchy_roundTopLeft = 17;
public static int GenericDraweeHierarchy_roundTopRight = 18;
public static int GenericDraweeHierarchy_roundWithOverlayColor = 21;
public static int GenericDraweeHierarchy_roundedCornerRadius = 16;
public static int GenericDraweeHierarchy_roundingBorderColor = 23;
public static int GenericDraweeHierarchy_roundingBorderPadding = 24;
public static int GenericDraweeHierarchy_roundingBorderWidth = 22;
public static int GenericDraweeHierarchy_viewAspectRatio = 1;
public static int[] SimpleDraweeView = { 0x7f01005f, 0x7f010060 };
public static int SimpleDraweeView_actualImageResource = 1;
public static int SimpleDraweeView_actualImageUri = 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 com.facebook.fbui.textlayoutbuilder;
public final class R {
public static final class styleable {
public static int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f010024 };
public static int TextAppearance_android_shadowColor = 4;
public static int TextAppearance_android_shadowDx = 5;
public static int TextAppearance_android_shadowDy = 6;
public static int TextAppearance_android_shadowRadius = 7;
public static int TextAppearance_android_textColor = 3;
public static int TextAppearance_android_textSize = 0;
public static int TextAppearance_android_textStyle = 2;
public static int[] TextStyle = { 0x01010034, 0x01010095, 0x01010097, 0x01010098, 0x010100ab, 0x01010153, 0x0101015d, 0x01010161, 0x01010162, 0x01010163, 0x01010164 };
public static int TextStyle_android_ellipsize = 4;
public static int TextStyle_android_maxLines = 5;
public static int TextStyle_android_shadowColor = 7;
public static int TextStyle_android_shadowDx = 8;
public static int TextStyle_android_shadowDy = 9;
public static int TextStyle_android_shadowRadius = 10;
public static int TextStyle_android_singleLine = 6;
public static int TextStyle_android_textAppearance = 0;
public static int TextStyle_android_textColor = 3;
public static int TextStyle_android_textSize = 1;
public static int TextStyle_android_textStyle = 2;
}
}
/* 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.soloader;
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 org.webkit.android_jsc;
public final class R {
}
[
{
"outputFile": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 66,
"endOffset": 117
},
"from": {
"file": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/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/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/incremental/mergeDebugResources/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/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/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
[
{
"outputFile": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-land/values-land.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 61,
"endOffset": 112
},
"from": {
"file": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 61,
"endOffset": 337
}
}
},
{
"to": {
"startLine": 3,
"startColumn": 4,
"startOffset": 117,
"endColumn": 71,
"endOffset": 184
},
"from": {
"file": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml",
"position": {
"startLine": 7,
"startColumn": 4,
"startOffset": 568,
"endColumn": 71,
"endOffset": 635
}
}
},
{
"to": {
"startLine": 4,
"startColumn": 4,
"startOffset": 189,
"endColumn": 69,
"endOffset": 254
},
"from": {
"file": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml",
"position": {
"startLine": 10,
"startColumn": 4,
"startOffset": 875,
"endColumn": 69,
"endOffset": 940
}
}
},
{
"to": {
"startLine": 5,
"startColumn": 4,
"startOffset": 259,
"endColumn": 63,
"endOffset": 318
},
"from": {
"file": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml",
"position": {
"startLine": 13,
"startColumn": 4,
"startOffset": 1171,
"endColumn": 63,
"endOffset": 1230
}
}
},
{
"to": {
"startLine": 6,
"startColumn": 4,
"startOffset": 323,
"endColumn": 70,
"endOffset": 389
},
"from": {
"file": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml",
"position": {
"startLine": 16,
"startColumn": 4,
"startOffset": 1470,
"endColumn": 70,
"endOffset": 1536
}
}
},
{
"to": {
"startLine": 7,
"startColumn": 4,
"startOffset": 394,
"endColumn": 67,
"endOffset": 457
},
"from": {
"file": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-land/values-land.xml",
"position": {
"startLine": 17,
"startColumn": 4,
"startOffset": 1541,
"endColumn": 67,
"endOffset": 1604
}
}
}
]
}
]
\ No newline at end of file
[
{
"outputFile": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/incremental/mergeDebugResources/merged.dir/values-port/values-port.xml",
"map": [
{
"to": {
"startLine": 2,
"startColumn": 4,
"startOffset": 55,
"endColumn": 55,
"endOffset": 106
},
"from": {
"file": "/Users/pro/Documents/work/tuia-youtui-app-node/node_modules/react-native-wechat/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-port/values-port.xml",
"position": {
"startLine": 4,
"startColumn": 4,
"startOffset": 280,
"endColumn": 55,
"endOffset": 331
}
}
}
]
}
]
\ 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.
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