Edwin Monk-Fromont

Results 10 comments of Edwin Monk-Fromont

Another use case: showing user search results, with any matching at the start showing first, and any matching anywhere in the word showing second.

Any column with ```sortable: false``` won't have icons, but also won't be sortable.

@JulianKingman Sorry for the delay, all busy with other projects. Please do make a PR, would be great for others to be able to use this component without needing realm....

@Kabijoy did you npm install? There's not a lot to go off in your question...

You've bound refreshData but not _renderRow. Try adding ``` this._renderRow = this._renderRow.bind(this); ```

@Kabijoy any column with ```sortable: false``` won't have icons, but also won't be sortable.

Has anyone fixed this, or at least found a way to silence that specific error to avoid spamming the test output?

@iamdinesh I know it's been almost a year, but did you ever get to the bottom of this? I'm having the same issue.

Adding 'always-auth' solved it for me.

This error exists for any dependency in node_modules that includes a .babelrc See https://github.com/matc4/react-native-svg-uri/issues/62 for another example of this behaviour and https://github.com/airbnb/react-with-styles/issues/44#issuecomment-278434949 for a hacky fix (postinstall script that removes...