Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 72b1cc9

Browse files
committed
Merge branch 'siemiatj-master'
2 parents 4e79a69 + 34f4dbf commit 72b1cc9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3430
-2739
lines changed

.babelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["react-native"]
3-
}
2+
"presets": ["react-native"]
3+
}

.flowconfig

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[ignore]
2+
; We fork some components by platform
3+
.*/*[.]android.js
24

3-
# We fork some components by platform.
4-
.*/*.android.js
5+
; Ignore "BUCK" generated dirs
6+
<PROJECT_ROOT>/\.buckd/
57

6-
# Ignore templates with `@flow` in header
7-
.*/local-cli/generator.*
8+
; Ignore unexpected extra "@providesModule"
9+
.*/node_modules/.*/node_modules/fbjs/.*
810

9-
# Ignore malformed json
10-
.*/node_modules/y18n/test/.*\.json
11+
; Ignore duplicate module providers
12+
; For RN Apps installed via npm, "Libraries" folder is inside
13+
; "node_modules/react-native" but in the source repo it is in the root
14+
.*/Libraries/react-native/React.js
15+
.*/Libraries/react-native/ReactNative.js
1116

1217
[include]
1318

@@ -19,20 +24,21 @@ flow/
1924
[options]
2025
module.system=haste
2126

22-
esproposal.class_static_fields=enable
23-
esproposal.class_instance_fields=enable
24-
2527
experimental.strict_type_args=true
2628

2729
munge_underscores=true
2830

29-
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
3031
module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
3132

3233
suppress_type=$FlowIssue
3334
suppress_type=$FlowFixMe
3435
suppress_type=$FixMe
3536

36-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-7]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
37-
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-7]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
37+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-7]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
38+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-7]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
3839
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
40+
41+
unsafe.enable_getters_and_setters=true
42+
43+
[version]
44+
^0.37.0

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pbxproj -text

.gitignore

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# OSX
22
#
33
.DS_Store
4-
.tern-port
5-
4+
65
# Xcode
76
#
87
build/
@@ -23,30 +22,39 @@ DerivedData
2322
*.xcuserstate
2423
project.xcworkspace
2524

26-
#Fastlane output of gym
27-
snowflake.app.dSYM.zip
28-
29-
# Android/IJ
25+
# Android/IntelliJ
3026
#
31-
*.iml
27+
build/
3228
.idea
3329
.gradle
3430
local.properties
31+
*.iml
3532

3633
# node.js
3734
#
38-
npm-debug.log
3935
node_modules/
40-
# jest
41-
coverage/
42-
43-
src/lib/config.js
36+
npm-debug.log
37+
yarn-error.log
4438

4539
# BUCK
4640
buck-out/
4741
\.buckd/
4842
android/app/libs
49-
android/keystores/debug.keystore
43+
*.keystore
44+
45+
# fastlane
46+
#
47+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
48+
# screenshots whenever they are needed.
49+
# For more information about the recommended setup visit:
50+
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
51+
52+
fastlane/report.xml
53+
fastlane/Preview.html
54+
fastlane/screenshots
55+
56+
# Jest test coverage
57+
coverage
5058

51-
#vs code
52-
.vscode/
59+
# app configuration
60+
src/lib/config.js

android/app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import com.android.build.OutputFile
6666
*/
6767

6868
apply from: "../../node_modules/react-native/react.gradle"
69-
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
69+
7070
/**
7171
* Set this to true to create two separate APKs instead of one:
7272
* - An APK that only works on ARM devices
@@ -126,6 +126,7 @@ android {
126126
}
127127

128128
dependencies {
129+
compile project(':react-native-vector-icons')
129130
compile project(':react-native-simpledialog-android')
130131
compile project(':react-native-i18n')
131132
compile fileTree(dir: "libs", include: ["*.jar"])
@@ -136,6 +137,6 @@ dependencies {
136137
// Run this once to be able to run the application with BUCK
137138
// puts all compile dependencies into folder libs for BUCK to use
138139
task copyDownloadableDepsToLibs(type: Copy) {
139-
from configurations.compile
140-
into 'libs'
140+
from configurations.compile
141+
into 'libs'
141142
}
64 KB
Binary file not shown.
12.8 KB
Binary file not shown.
Binary file not shown.
55.6 KB
Binary file not shown.
141 KB
Binary file not shown.

0 commit comments

Comments
 (0)