File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ const TouchableMixin = {
533533 * focused at a time, in which case there may have been a previously focused
534534 * element that was blurred just prior to this.
535535 */
536- touchableHandleFocus : function ( e : Event ) {
536+ touchableHandleFocus : function ( e : Event ) {
537537 this . props . onFocus && this . props . onFocus ( e ) ;
538538 } ,
539539
@@ -543,7 +543,7 @@ const TouchableMixin = {
543543 * no longer has focus. Most platforms only support a single element being
544544 * focused at a time, in which case the focus may have moved to another.
545545 */
546- touchableHandleBlur : function ( e : Event ) {
546+ touchableHandleBlur : function ( e : Event ) {
547547 this . props . onBlur && this . props . onBlur ( e ) ;
548548 } ,
549549
Original file line number Diff line number Diff line change 11/**
2- * Copyright (c) 2015-present, Facebook, Inc.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- *
7- * @format
8- */
2+ * Copyright (c) 2015-present, Facebook, Inc.
3+ *
4+ * This source code is licensed under the MIT license found in the
5+ * LICENSE file in the root directory of this source tree.
6+ *
7+ * @format
8+ */
99
1010// Fork of https://github.com/github/fetch/blob/master/fetch.js that does not
1111// use reponseType: 'blob' by default. RN already has specific native implementations
Original file line number Diff line number Diff line change 215215 "flow-bin" : " ^0.75.0" ,
216216 "jest" : " 23.1.0" ,
217217 "jest-junit" : " 4.0.0" ,
218- "prettier" : " 1.13.4 " ,
218+ "prettier" : " 1.13.6 " ,
219219 "react" : " 16.4.1" ,
220220 "react-test-renderer" : " 16.4.1" ,
221221 "shelljs" : " ^0.7.8" ,
You can’t perform that action at this time.
0 commit comments