react-native-data-table
react-native-data-table copied to clipboard
Remove peer dependencies
Is there a reason for this to depend on Realm for it's ListView
component? It would be great if that was removed, can it just use the native ListView component?
I think there's a general push to remove peer dependencies in code, as it makes packages difficult to work with.
I'd be happy to make a PR. To expand, eliminating realm is particularly important because it requires somewhat complicated linking, which is not possible in the exponent development environment.
@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. Will need to support dependency injection somehow for those who do want to use Realm.ListView (including us).
Thanks, here's my PR: https://github.com/sussol/react-native-data-table/pull/5