Remove internal imports. Run prettier.

This commit is contained in:
Mikael Sand
2018-03-19 04:02:14 +02:00
parent 461d176d20
commit 4e6ba9a786
24 changed files with 510 additions and 422 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import Touchable from 'react-native/Libraries/Components/Touchable/Touchable';
import { Touchable } from 'react-native';
const PRESS_RETENTION_OFFSET = {top: 20, left: 20, right: 20, bottom: 30};
//noinspection JSUnusedGlobalSymbols