Closed navaneeth closed 7 years ago
@navaneeth did you managed to solve this problem?
@jodybrewster same as @navaneeth im getting this error when compiling this on an android device i have also followed all of the guides in setting this up . Thanks
okay i managed to make it run . i just changed project(':react-native-linkedin-login').projectDir = new File(rootProject.projectDir, '../../android') to project(':react-native-linkedin-login').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-linkedin-login/android')
hope this helps other devs on the future . cheers
Thanks had the same issue and this solved it !
@mlumbroso can you check if theres a returned promise if you succesfully logged in #7 im stuck with this thanks
Actually, I can't help you because I'm stuck before, with this error :
"{ "errorCode": "INVALID_REQUEST", "errorMessage": "either bundle id or package name \/ hash are invalid, unknown, malformed" }"
I'm not sure what parameter was wrong. I'm using it on Android :
'your_client_id', 'your_client_secret', 'your_state',
actually the your_state parameter I have no clue what it corresponds to. You have any clue?
Thanks
Edit : actually I managed to make it work by using the correct alias on the hash generation (no error displayed with the commands used to generate it)
I have followed everything specified in the android setup guide. I am getting the following error
My
package.json
looks like the followingAny idea why this error will happen? Any help would be great.