Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'object' of undefined #4

Open
bakar-pk opened this issue Oct 8, 2019 · 0 comments
Open

Cannot read property 'object' of undefined #4

bakar-pk opened this issue Oct 8, 2019 · 0 comments

Comments

@bakar-pk
Copy link

bakar-pk commented Oct 8, 2019

Cannot read property 'object' of undefined
at components/src/track.js 26:21
just cloned git code and after build the code this error is coming in device

{
"name": "pakcloud",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-gesture-handler": "^1.4.1",
"react-native-track-player": "^1.1.8",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.9.3",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.4.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant