@exodus/react-native-screenshot-detector 1.0.0 → 1.0.1

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 (46) hide show
  1. package/package.json +1 -1
  2. package/Example/.babelrc +0 -3
  3. package/Example/.buckconfig +0 -6
  4. package/Example/.flowconfig +0 -46
  5. package/Example/.gitattributes +0 -1
  6. package/Example/.watchmanconfig +0 -1
  7. package/Example/__tests__/index.android.js +0 -12
  8. package/Example/__tests__/index.ios.js +0 -12
  9. package/Example/android/app/BUCK +0 -66
  10. package/Example/android/app/build.gradle +0 -140
  11. package/Example/android/app/proguard-rules.pro +0 -66
  12. package/Example/android/app/src/main/AndroidManifest.xml +0 -32
  13. package/Example/android/app/src/main/java/com/example/MainActivity.java +0 -15
  14. package/Example/android/app/src/main/java/com/example/MainApplication.java +0 -46
  15. package/Example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  16. package/Example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  17. package/Example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  18. package/Example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  19. package/Example/android/app/src/main/res/values/strings.xml +0 -3
  20. package/Example/android/app/src/main/res/values/styles.xml +0 -8
  21. package/Example/android/build.gradle +0 -24
  22. package/Example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  23. package/Example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
  24. package/Example/android/gradle.properties +0 -20
  25. package/Example/android/gradlew +0 -164
  26. package/Example/android/gradlew.bat +0 -90
  27. package/Example/android/keystores/BUCK +0 -8
  28. package/Example/android/keystores/debug.keystore.properties +0 -4
  29. package/Example/android/settings.gradle +0 -3
  30. package/Example/app.json +0 -4
  31. package/Example/index.android.js +0 -53
  32. package/Example/index.ios.js +0 -61
  33. package/Example/ios/Example/AppDelegate.h +0 -16
  34. package/Example/ios/Example/AppDelegate.m +0 -47
  35. package/Example/ios/Example/Base.lproj/LaunchScreen.xib +0 -42
  36. package/Example/ios/Example/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
  37. package/Example/ios/Example/Info.plist +0 -57
  38. package/Example/ios/Example/main.m +0 -18
  39. package/Example/ios/Example-tvOS/Info.plist +0 -54
  40. package/Example/ios/Example-tvOSTests/Info.plist +0 -24
  41. package/Example/ios/Example.xcodeproj/project.pbxproj +0 -1328
  42. package/Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme +0 -129
  43. package/Example/ios/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme +0 -129
  44. package/Example/ios/ExampleTests/ExampleTests.m +0 -70
  45. package/Example/ios/ExampleTests/Info.plist +0 -24
  46. package/Example/package.json +0 -23
@@ -1,164 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- ##############################################################################
4
- ##
5
- ## Gradle start up script for UN*X
6
- ##
7
- ##############################################################################
8
-
9
- # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
10
- DEFAULT_JVM_OPTS=""
11
-
12
- APP_NAME="Gradle"
13
- APP_BASE_NAME=`basename "$0"`
14
-
15
- # Use the maximum available, or set MAX_FD != -1 to use that value.
16
- MAX_FD="maximum"
17
-
18
- warn ( ) {
19
- echo "$*"
20
- }
21
-
22
- die ( ) {
23
- echo
24
- echo "$*"
25
- echo
26
- exit 1
27
- }
28
-
29
- # OS specific support (must be 'true' or 'false').
30
- cygwin=false
31
- msys=false
32
- darwin=false
33
- case "`uname`" in
34
- CYGWIN* )
35
- cygwin=true
36
- ;;
37
- Darwin* )
38
- darwin=true
39
- ;;
40
- MINGW* )
41
- msys=true
42
- ;;
43
- esac
44
-
45
- # For Cygwin, ensure paths are in UNIX format before anything is touched.
46
- if $cygwin ; then
47
- [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
48
- fi
49
-
50
- # Attempt to set APP_HOME
51
- # Resolve links: $0 may be a link
52
- PRG="$0"
53
- # Need this for relative symlinks.
54
- while [ -h "$PRG" ] ; do
55
- ls=`ls -ld "$PRG"`
56
- link=`expr "$ls" : '.*-> \(.*\)$'`
57
- if expr "$link" : '/.*' > /dev/null; then
58
- PRG="$link"
59
- else
60
- PRG=`dirname "$PRG"`"/$link"
61
- fi
62
- done
63
- SAVED="`pwd`"
64
- cd "`dirname \"$PRG\"`/" >&-
65
- APP_HOME="`pwd -P`"
66
- cd "$SAVED" >&-
67
-
68
- CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
69
-
70
- # Determine the Java command to use to start the JVM.
71
- if [ -n "$JAVA_HOME" ] ; then
72
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
73
- # IBM's JDK on AIX uses strange locations for the executables
74
- JAVACMD="$JAVA_HOME/jre/sh/java"
75
- else
76
- JAVACMD="$JAVA_HOME/bin/java"
77
- fi
78
- if [ ! -x "$JAVACMD" ] ; then
79
- die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
80
-
81
- Please set the JAVA_HOME variable in your environment to match the
82
- location of your Java installation."
83
- fi
84
- else
85
- JAVACMD="java"
86
- which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
87
-
88
- Please set the JAVA_HOME variable in your environment to match the
89
- location of your Java installation."
90
- fi
91
-
92
- # Increase the maximum file descriptors if we can.
93
- if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
94
- MAX_FD_LIMIT=`ulimit -H -n`
95
- if [ $? -eq 0 ] ; then
96
- if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
97
- MAX_FD="$MAX_FD_LIMIT"
98
- fi
99
- ulimit -n $MAX_FD
100
- if [ $? -ne 0 ] ; then
101
- warn "Could not set maximum file descriptor limit: $MAX_FD"
102
- fi
103
- else
104
- warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
105
- fi
106
- fi
107
-
108
- # For Darwin, add options to specify how the application appears in the dock
109
- if $darwin; then
110
- GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
111
- fi
112
-
113
- # For Cygwin, switch paths to Windows format before running java
114
- if $cygwin ; then
115
- APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116
- CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
117
-
118
- # We build the pattern for arguments to be converted via cygpath
119
- ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
120
- SEP=""
121
- for dir in $ROOTDIRSRAW ; do
122
- ROOTDIRS="$ROOTDIRS$SEP$dir"
123
- SEP="|"
124
- done
125
- OURCYGPATTERN="(^($ROOTDIRS))"
126
- # Add a user-defined pattern to the cygpath arguments
127
- if [ "$GRADLE_CYGPATTERN" != "" ] ; then
128
- OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
129
- fi
130
- # Now convert the arguments - kludge to limit ourselves to /bin/sh
131
- i=0
132
- for arg in "$@" ; do
133
- CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
134
- CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
135
-
136
- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
137
- eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
138
- else
139
- eval `echo args$i`="\"$arg\""
140
- fi
141
- i=$((i+1))
142
- done
143
- case $i in
144
- (0) set -- ;;
145
- (1) set -- "$args0" ;;
146
- (2) set -- "$args0" "$args1" ;;
147
- (3) set -- "$args0" "$args1" "$args2" ;;
148
- (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
149
- (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
150
- (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
151
- (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
152
- (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
153
- (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
154
- esac
155
- fi
156
-
157
- # Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
158
- function splitJvmOpts() {
159
- JVM_OPTS=("$@")
160
- }
161
- eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
162
- JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
163
-
164
- exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
@@ -1,90 +0,0 @@
1
- @if "%DEBUG%" == "" @echo off
2
- @rem ##########################################################################
3
- @rem
4
- @rem Gradle startup script for Windows
5
- @rem
6
- @rem ##########################################################################
7
-
8
- @rem Set local scope for the variables with windows NT shell
9
- if "%OS%"=="Windows_NT" setlocal
10
-
11
- @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12
- set DEFAULT_JVM_OPTS=
13
-
14
- set DIRNAME=%~dp0
15
- if "%DIRNAME%" == "" set DIRNAME=.
16
- set APP_BASE_NAME=%~n0
17
- set APP_HOME=%DIRNAME%
18
-
19
- @rem Find java.exe
20
- if defined JAVA_HOME goto findJavaFromJavaHome
21
-
22
- set JAVA_EXE=java.exe
23
- %JAVA_EXE% -version >NUL 2>&1
24
- if "%ERRORLEVEL%" == "0" goto init
25
-
26
- echo.
27
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28
- echo.
29
- echo Please set the JAVA_HOME variable in your environment to match the
30
- echo location of your Java installation.
31
-
32
- goto fail
33
-
34
- :findJavaFromJavaHome
35
- set JAVA_HOME=%JAVA_HOME:"=%
36
- set JAVA_EXE=%JAVA_HOME%/bin/java.exe
37
-
38
- if exist "%JAVA_EXE%" goto init
39
-
40
- echo.
41
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42
- echo.
43
- echo Please set the JAVA_HOME variable in your environment to match the
44
- echo location of your Java installation.
45
-
46
- goto fail
47
-
48
- :init
49
- @rem Get command-line arguments, handling Windowz variants
50
-
51
- if not "%OS%" == "Windows_NT" goto win9xME_args
52
- if "%@eval[2+2]" == "4" goto 4NT_args
53
-
54
- :win9xME_args
55
- @rem Slurp the command line arguments.
56
- set CMD_LINE_ARGS=
57
- set _SKIP=2
58
-
59
- :win9xME_args_slurp
60
- if "x%~1" == "x" goto execute
61
-
62
- set CMD_LINE_ARGS=%*
63
- goto execute
64
-
65
- :4NT_args
66
- @rem Get arguments from the 4NT Shell from JP Software
67
- set CMD_LINE_ARGS=%$
68
-
69
- :execute
70
- @rem Setup the command line
71
-
72
- set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73
-
74
- @rem Execute Gradle
75
- "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
76
-
77
- :end
78
- @rem End local scope for the variables with windows NT shell
79
- if "%ERRORLEVEL%"=="0" goto mainEnd
80
-
81
- :fail
82
- rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83
- rem the _cmd.exe /c_ return code!
84
- if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
85
- exit /b 1
86
-
87
- :mainEnd
88
- if "%OS%"=="Windows_NT" endlocal
89
-
90
- :omega
@@ -1,8 +0,0 @@
1
- keystore(
2
- name = 'debug',
3
- store = 'debug.keystore',
4
- properties = 'debug.keystore.properties',
5
- visibility = [
6
- 'PUBLIC',
7
- ],
8
- )
@@ -1,4 +0,0 @@
1
- key.store=debug.keystore
2
- key.alias=androiddebugkey
3
- key.store.password=android
4
- key.alias.password=android
@@ -1,3 +0,0 @@
1
- rootProject.name = 'Example'
2
-
3
- include ':app'
package/Example/app.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "name": "Example",
3
- "displayName": "Example"
4
- }
@@ -1,53 +0,0 @@
1
- /**
2
- * Sample React Native App
3
- * https://github.com/facebook/react-native
4
- * @flow
5
- */
6
-
7
- import React, { Component } from 'react';
8
- import {
9
- AppRegistry,
10
- StyleSheet,
11
- Text,
12
- View
13
- } from 'react-native';
14
-
15
- export default class Example extends Component {
16
- render() {
17
- return (
18
- <View style={styles.container}>
19
- <Text style={styles.welcome}>
20
- Welcome to React Native!
21
- </Text>
22
- <Text style={styles.instructions}>
23
- To get started, edit index.android.js
24
- </Text>
25
- <Text style={styles.instructions}>
26
- Double tap R on your keyboard to reload,{'\n'}
27
- Shake or press menu button for dev menu
28
- </Text>
29
- </View>
30
- );
31
- }
32
- }
33
-
34
- const styles = StyleSheet.create({
35
- container: {
36
- flex: 1,
37
- justifyContent: 'center',
38
- alignItems: 'center',
39
- backgroundColor: '#F5FCFF',
40
- },
41
- welcome: {
42
- fontSize: 20,
43
- textAlign: 'center',
44
- margin: 10,
45
- },
46
- instructions: {
47
- textAlign: 'center',
48
- color: '#333333',
49
- marginBottom: 5,
50
- },
51
- });
52
-
53
- AppRegistry.registerComponent('Example', () => Example);
@@ -1,61 +0,0 @@
1
- /**
2
- * Sample React Native App
3
- * https://github.com/facebook/react-native
4
- * @flow
5
- */
6
-
7
- import React, { Component } from 'react';
8
- import * as ScreenshotDetector from 'react-native-screenshot-detector';
9
- import {
10
- Alert,
11
- AppRegistry,
12
- StyleSheet,
13
- Text,
14
- View
15
- } from 'react-native';
16
-
17
- export default class Example extends Component {
18
- componentDidMount() {
19
- this.eventEmitter = ScreenshotDetector.subscribe(() => {
20
- Alert.alert('Screenshot detected!');
21
- });
22
- }
23
-
24
- componentWillUnmount() {
25
- ScreenshotDetector.unsubscribe(this.eventEmitter);
26
- }
27
-
28
- render() {
29
- return (
30
- <View style={styles.container}>
31
- <Text style={styles.welcome}>
32
- Welcome to React Native Screenshot Detector!
33
- </Text>
34
- <Text style={styles.instructions}>
35
- Take a screenshot to test it out!
36
- </Text>
37
- </View>
38
- );
39
- }
40
- }
41
-
42
- const styles = StyleSheet.create({
43
- container: {
44
- flex: 1,
45
- justifyContent: 'center',
46
- alignItems: 'center',
47
- backgroundColor: '#F5FCFF',
48
- },
49
- welcome: {
50
- fontSize: 20,
51
- textAlign: 'center',
52
- margin: 10,
53
- },
54
- instructions: {
55
- textAlign: 'center',
56
- color: '#333333',
57
- marginBottom: 5,
58
- },
59
- });
60
-
61
- AppRegistry.registerComponent('Example', () => Example);
@@ -1,16 +0,0 @@
1
- /**
2
- * Copyright (c) 2015-present, Facebook, Inc.
3
- * All rights reserved.
4
- *
5
- * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
8
- */
9
-
10
- #import <UIKit/UIKit.h>
11
-
12
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
13
-
14
- @property (nonatomic, strong) UIWindow *window;
15
-
16
- @end
@@ -1,47 +0,0 @@
1
- /**
2
- * Copyright (c) 2015-present, Facebook, Inc.
3
- * All rights reserved.
4
- *
5
- * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
8
- */
9
-
10
- #import "AppDelegate.h"
11
- #import <RNScreenshotDetector/RNScreenshotDetector.h>
12
-
13
- #import <React/RCTBundleURLProvider.h>
14
- #import <React/RCTRootView.h>
15
-
16
- @implementation AppDelegate
17
-
18
- - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
19
- {
20
- NSURL *jsCodeLocation;
21
-
22
-
23
- #ifdef DEBUG
24
- jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
25
- #else
26
- jsCodeLocation = [CodePush bundleURL];
27
- #endif
28
-
29
- RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
30
- moduleName:@"Example"
31
- initialProperties:nil
32
- launchOptions:launchOptions];
33
- rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
34
-
35
- // Setup screenshot detector
36
- RNScreenshotDetector* screenshotDetector = [[RNScreenshotDetector alloc] init];
37
- [screenshotDetector setupAndListen:rootView.bridge];
38
-
39
- self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
40
- UIViewController *rootViewController = [UIViewController new];
41
- rootViewController.view = rootView;
42
- self.window.rootViewController = rootViewController;
43
- [self.window makeKeyAndVisible];
44
- return YES;
45
- }
46
-
47
- @end
@@ -1,42 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES">
3
- <dependencies>
4
- <deployment identifier="iOS"/>
5
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
6
- <capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
7
- </dependencies>
8
- <objects>
9
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
10
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
11
- <view contentMode="scaleToFill" id="iN0-l3-epB">
12
- <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
13
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
14
- <subviews>
15
- <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="8ie-xW-0ye">
16
- <rect key="frame" x="20" y="439" width="441" height="21"/>
17
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
18
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
19
- <nil key="highlightedColor"/>
20
- </label>
21
- <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="kId-c2-rCX">
22
- <rect key="frame" x="20" y="140" width="441" height="43"/>
23
- <fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
24
- <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
25
- <nil key="highlightedColor"/>
26
- </label>
27
- </subviews>
28
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
29
- <constraints>
30
- <constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
31
- <constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
32
- <constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
33
- <constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
34
- <constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
35
- <constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
36
- </constraints>
37
- <nil key="simulatedStatusBarMetrics"/>
38
- <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
39
- <point key="canvasLocation" x="548" y="455"/>
40
- </view>
41
- </objects>
42
- </document>
@@ -1,38 +0,0 @@
1
- {
2
- "images" : [
3
- {
4
- "idiom" : "iphone",
5
- "size" : "29x29",
6
- "scale" : "2x"
7
- },
8
- {
9
- "idiom" : "iphone",
10
- "size" : "29x29",
11
- "scale" : "3x"
12
- },
13
- {
14
- "idiom" : "iphone",
15
- "size" : "40x40",
16
- "scale" : "2x"
17
- },
18
- {
19
- "idiom" : "iphone",
20
- "size" : "40x40",
21
- "scale" : "3x"
22
- },
23
- {
24
- "idiom" : "iphone",
25
- "size" : "60x60",
26
- "scale" : "2x"
27
- },
28
- {
29
- "idiom" : "iphone",
30
- "size" : "60x60",
31
- "scale" : "3x"
32
- }
33
- ],
34
- "info" : {
35
- "version" : 1,
36
- "author" : "xcode"
37
- }
38
- }
@@ -1,57 +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>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</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>UILaunchStoryboardName</key>
28
- <string>LaunchScreen</string>
29
- <key>UIRequiredDeviceCapabilities</key>
30
- <array>
31
- <string>armv7</string>
32
- </array>
33
- <key>UISupportedInterfaceOrientations</key>
34
- <array>
35
- <string>UIInterfaceOrientationPortrait</string>
36
- <string>UIInterfaceOrientationLandscapeLeft</string>
37
- <string>UIInterfaceOrientationLandscapeRight</string>
38
- </array>
39
- <key>UIViewControllerBasedStatusBarAppearance</key>
40
- <false/>
41
- <key>NSLocationWhenInUseUsageDescription</key>
42
- <string/>
43
- <key>NSAppTransportSecurity</key>
44
- <dict>
45
- <key>NSExceptionDomains</key>
46
- <dict>
47
- <key>localhost</key>
48
- <dict>
49
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
50
- <true/>
51
- </dict>
52
- </dict>
53
- </dict>
54
- <key>CodePushDeploymentKey</key>
55
- <string>deployment-key-here</string>
56
- </dict>
57
- </plist>
@@ -1,18 +0,0 @@
1
- /**
2
- * Copyright (c) 2015-present, Facebook, Inc.
3
- * All rights reserved.
4
- *
5
- * This source code is licensed under the BSD-style license found in the
6
- * LICENSE file in the root directory of this source tree. An additional grant
7
- * of patent rights can be found in the PATENTS file in the same directory.
8
- */
9
-
10
- #import <UIKit/UIKit.h>
11
-
12
- #import "AppDelegate.h"
13
-
14
- int main(int argc, char * argv[]) {
15
- @autoreleasepool {
16
- return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
17
- }
18
- }
@@ -1,54 +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>CFBundleExecutable</key>
8
- <string>$(EXECUTABLE_NAME)</string>
9
- <key>CFBundleIdentifier</key>
10
- <string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
11
- <key>CFBundleInfoDictionaryVersion</key>
12
- <string>6.0</string>
13
- <key>CFBundleName</key>
14
- <string>$(PRODUCT_NAME)</string>
15
- <key>CFBundlePackageType</key>
16
- <string>APPL</string>
17
- <key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
19
- <key>CFBundleSignature</key>
20
- <string>????</string>
21
- <key>CFBundleVersion</key>
22
- <string>1</string>
23
- <key>LSRequiresIPhoneOS</key>
24
- <true/>
25
- <key>UILaunchStoryboardName</key>
26
- <string>LaunchScreen</string>
27
- <key>UIRequiredDeviceCapabilities</key>
28
- <array>
29
- <string>armv7</string>
30
- </array>
31
- <key>UISupportedInterfaceOrientations</key>
32
- <array>
33
- <string>UIInterfaceOrientationPortrait</string>
34
- <string>UIInterfaceOrientationLandscapeLeft</string>
35
- <string>UIInterfaceOrientationLandscapeRight</string>
36
- </array>
37
- <key>UIViewControllerBasedStatusBarAppearance</key>
38
- <false/>
39
- <key>NSLocationWhenInUseUsageDescription</key>
40
- <string></string>
41
- <key>NSAppTransportSecurity</key>
42
- <!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
43
- <dict>
44
- <key>NSExceptionDomains</key>
45
- <dict>
46
- <key>localhost</key>
47
- <dict>
48
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
49
- <true/>
50
- </dict>
51
- </dict>
52
- </dict>
53
- </dict>
54
- </plist>