[WIP] Support react-native-dom (#1253)
Add support for react-native-dom
This commit is contained in:
8
dom/resizeModes.js
Normal file
8
dom/resizeModes.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// @flow
|
||||
|
||||
export default {
|
||||
ScaleNone: 0,
|
||||
ScaleToFill: 1,
|
||||
ScaleAspectFit: 2,
|
||||
ScaleAspectFill: 3,
|
||||
};
|
||||
Reference in New Issue
Block a user