From c8bc33c8419a90f8131781b3fa63f5b97f5f47a8 Mon Sep 17 00:00:00 2001 From: Tugdual de Kerviler Date: Fri, 22 Feb 2019 09:26:14 +0100 Subject: [PATCH 1/3] Fix unexpected token in native code --- packages/editor/src/components/post-title/index.native.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/editor/src/components/post-title/index.native.js b/packages/editor/src/components/post-title/index.native.js index 0215a0de1a1922..8204220b3be6d0 100644 --- a/packages/editor/src/components/post-title/index.native.js +++ b/packages/editor/src/components/post-title/index.native.js @@ -21,13 +21,12 @@ import styles from './style.scss'; const minHeight = 30; class PostTitle extends Component { - titleViewRef: Object; - constructor() { super( ...arguments ); this.onSelect = this.onSelect.bind( this ); this.onUnselect = this.onUnselect.bind( this ); + this.titleViewRef = null; this.state = { isSelected: false, From 50e147804fc2f857ed8a6614d96901dc9c76ae1c Mon Sep 17 00:00:00 2001 From: Stefanos Togkoulidis Date: Fri, 22 Feb 2019 11:01:25 +0200 Subject: [PATCH 2/3] Dummy commit to trigger Travis From a177687ad6487af5051537b345c53ebe802a6741 Mon Sep 17 00:00:00 2001 From: Stefanos Togkoulidis Date: Fri, 22 Feb 2019 11:13:07 +0200 Subject: [PATCH 3/3] Include the rnmobile release branch to Travis builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8a464d766d9739..f1401c9b2fc84a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ cache: branches: only: - master + - rnmobile/release-v1.0 before_install: - nvm install