Created
July 16, 2018 22:04
-
-
Save DavidNorena/c42abc8d1e2d6d1b871814c203b5fff0 to your computer and use it in GitHub Desktop.
work around for https://github.com/ant-design/ant-design-mobile-rn/issues/56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- node_modules/antd-mobile-rn/lib/segmented-control/segmented.android.js 2018-06-15 01:30:43.000000000 -0500 | |
+++ node_modules/antd-mobile-rn/lib/segmented-control/segmented.android.fix.js 2018-07-16 16:44:43.000000000 -0500 | |
@@ -26,7 +26,7 @@ | |
var _reactNative = require('react-native'); | |
-var _normalizeColor = require('react-native/Libraries/StyleSheet/normalizeColor'); | |
+var _normalizeColor = require('normalize-css-color'); | |
var _normalizeColor2 = _interopRequireDefault(_normalizeColor); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment