diff options
Diffstat (limited to 'src/alf/util')
-rw-r--r-- | src/alf/util/flatten.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alf/util/flatten.ts b/src/alf/util/flatten.ts new file mode 100644 index 000000000..448716a08 --- /dev/null +++ b/src/alf/util/flatten.ts @@ -0,0 +1,3 @@ +import {StyleSheet} from 'react-native' + +export const flatten = StyleSheet.flatten |