react-native-leaderboard
react-native-leaderboard copied to clipboard
Instant leaderboard for react native
Removes [lodash](https://github.com/lodash/lodash). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together. Removes `lodash` Updates `react-native` from 0.47.2 to 0.72.6 Release notes Sourced from...
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) to 4.28.4 and updates ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together. Updates `react-devtools-core` from 2.3.1 to 4.28.4 Commits See full diff in compare view Maintainer...
getting error that _sort at 169column in index.js is not defined
After integrating the component as in the documentation, I'm not able to see a header as shown in the preview image. Also, I don't see any option to implement a...
Hi How do i select a field in sortBy if its nested in an object? For example: {username: "alan", id: 123, goalsData: { steps: 10,000, calories: 1,700 } } what...
ERROR in ./node_modules/react-native-leaderboard/index.js Module parse failed: Unexpected token (18:8) You may need an appropriate loader to handle this file type. | | export default class Leaderboard extends Component { |...