Skip to content

Commit 2c14445

Browse files
committed
fix example
1 parent cf61803 commit 2c14445

File tree

4 files changed

+672
-556
lines changed

4 files changed

+672
-556
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- checkout
99

1010
- run: yarn && yarn lint && yarn build
11-
11+
1212
- run: cd CollapsibleHeaderViewsExample && yarn && yarn build
1313

1414
- persist_to_workspace:

CollapsibleHeaderViewsExample/android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ allprojects {
3232
}
3333

3434
ext {
35-
buildToolsVersion = "26.0.3"
35+
buildToolsVersion = "28.0.3"
3636
minSdkVersion = 16
37-
compileSdkVersion = 26
38-
targetSdkVersion = 26
39-
supportLibVersion = "26.1.0"
37+
compileSdkVersion = 28
38+
targetSdkVersion = 28
39+
supportLibVersion = "28.0.0"
4040
}

CollapsibleHeaderViewsExample/tsconfig.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"outDir": "build",
88
"jsx": "react-native",
99
"lib": ["es6"],
10-
"moduleResolution": "node"
10+
"skipLibCheck": true,
11+
"moduleResolution": "node",
12+
"types": [
13+
"react-native"
14+
]
1115
}
12-
}
16+
}

0 commit comments

Comments
 (0)