Jamie Curtis
Jamie Curtis
Are there any unit tests that could be added/updated for this?
@jacobp100 Yes there is ``` { "presets": ["stage-3", "es2015"], "plugins": [ "transform-flow-strip-types", [ "replace-require", { "fs": "{}", "path": "{}" } ] ] } ``` https://github.com/facebook/yoga/blob/master/javascript/.babelrc
@orta From what I understand this will be the default behavior in babel v7 but I can't find a way to configure it to do that with babel v6 right...
Ah maybe a quick fix would be to add their `.babelrc` to their `.npmignore`?
Ok so after I delete `node_modules/yoga-layout/.babelrc` I get: ``` ReferenceError: Unknown plugin "add-module-exports" specified in "/node_modules/string-pixel-width/.babelrc" at 0, attempted to resolve relative to "/node_modules/string-pixel-width" ``` And then after I delete...
I have the latest (0.0.24). It looks like the change you're referring to hasn't been released yet: https://github.com/jest-community/jest-snapshots-svg/commit/d9035a2f4848cfe240ed508cf8ebab414bc936ba#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
If you have `manuallyActivateRows` turned on you will need to pass `toggleRowActive` to a `Touchable` component inside the `renderRow`. Something like this: ``` ( {data} )} /> ``` So if...
Could you render two different lists? One with your disabled items on top and another using SortableList with the active items.
@mohanraj546 Are you sure? TouchaleOpacity extends the TouchableWithoutFeedback props, which includes `onPressIn` https://facebook.github.io/react-native/docs/touchableopacity#props
Would love to see this get more attention.