Ken Johnson
Ken Johnson
Updated dependencies to work with React 19.
Could the peer dependencies be updated to work with React 19? https://github.com/Iconscout/react-native-unicons/blob/5271e47f55fbee2689c779e262d0c6f924eb2252/package.json#L33
This pull request fixes the issue in `get_team_roster_player_stats_by_week` which was returning player stats for a single day rather than the specified week. Fixes #49
TLDR: How can I do something like: `["league", "teams", "all", "team"]` with data_key_list. There are a number of examples with a data_key_list value of `["league", "teams", "0", "team"]` but this...